- How do I create a new attribute that adds 2 fields Y+Y=YY
- Posted by ConSol IT on October 24th, 2007
How do I create a new attribute that adds the SUM of two other attributes.
It's a simple Y+Y=YY equation.. Nothing fancy very simple!
The attributes are both located on the saem Opp form.
- Posted by Matt Parks on October 24th, 2007
CRM doesn't support calculated fields in this manner. You either need to
write JScript to do the math when 1 value changes or use a Pre-callout to do
the calculation before the record is saved. The callout will fire when
updated are done via the API's, where the JScript won't.
--
Matt Parks
MVP - Dynamics CRM
"ConSol IT" <ConSolIT@discussions.microsoft.com> wrote in message
news:C4CED513-39F0-456A-A235-17339CDBED0B@microsoft.com...
How do I create a new attribute that adds the SUM of two other attributes.
It's a simple Y+Y=YY equation.. Nothing fancy very simple!
The attributes are both located on the saem Opp form.
- cannot create new fields in CRM (Windows CRM) by Kyaw Zay Ya
- Unable to create attribute (Windows CRM) by Brendon
- newb - multiple fields on one attribute (Windows CRM) by Tim
- Populate other fields from a lookup attribute (Windows CRM) by Randy
- How to create Lookup fields (Windows CRM) by Yara

