function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
geardrivegeardrive 

Issue with formula fields.

Why Why Why ...... ISCHANGED() function is not allowed in the formula fields ?

well i can achive what i want to do in multiple ways (via trigger , workflow etc ) but i am working on an existing system and dont want to disturb the existing code.

 

Is there any way i can i get ISCHANGED() type of a functionality in a formula field.

 

Any suggestions will be greatly appreciated. Thanks in advanced.

 

Regards

Roshan Rao

JakesterJakester
Since formula fields are driven by other fields, can't you use the ischanged() to check the fields that are driven by the formula?
geardrivegeardrive

Actually thats what i am trying to do & unfortunately i am not able to achive the same. Can you please give an example of the same.

 

any help will be really gr8.

 

Regards

Roshan Rao

JakesterJakester
Not without more explanation. You'll need to list the field(s) you want to watch and the code you've tried so far and explain what's not working.