Tech Support > Microsoft Windows > Windows CRM > How do I create a new attribute that adds 2 fields Y+Y=YY
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.



Similar Posts