I need to update a field based on another field being changed.
Example: If I update Opportunities-> Field "Stage" - doesn't matter what I choose it can be anything as long as it was changed.
I want to update another field called "Stagedt" with the current date and time that the field "Stagedt" was changed.
I found this but it I don't want to update that field if anything in the Opportunity was changed only a specific field was.
entity\isAttributeChanged(ATTRIBUTE)
would something like "entity\isAttributeChanged.fieldname(ATTRIBUTE )" work?
Example: If I update Opportunities-> Field "Stage" - doesn't matter what I choose it can be anything as long as it was changed.
I want to update another field called "Stagedt" with the current date and time that the field "Stagedt" was changed.
I found this but it I don't want to update that field if anything in the Opportunity was changed only a specific field was.
entity\isAttributeChanged(ATTRIBUTE)
would something like "entity\isAttributeChanged.fieldname(ATTRIBUTE )" work?
Comment