RE: Diverging information on CDS
Hi Lu Hao
I checked as you advised and there really is a business rule created as follows:
If Status (StateCode) equals "Gain, Lose"
Then Set Actual Closing Date (actualclosedate) as Modified Date
But these opportunities are not open, so they should have the correct closing field.
Do you have any suggestions on how we can fix it?
We have another case where a field that we create is calculated according to another field, ex:
If field A <55 then field B = 'No Forecast'
If field A> = 55 and <= 65 then field B = 'Alert'
If field A> 65 then field B = 'In Forecast'
However, when consulting the CDS of some opportunities, the value is different, as well as in the view. However, when entering the opportunity form, the value of field B is correct. And a few seconds after entering the form, the field on the CDS is corrected and the change is recorded in the opportunity audit. I understand that this is due to the business rule, but the data was only correct if it enters all opportunities. Is there any way to program the business rule to run without accessing the form, automatically?
Thank you for your help.