Any ideas?
2 answers
Hi Alicia,
You need a workflow with a field update action to achieve this.
create a workflow rule on Account object
evaluation criteria:created and everytime its edited (2nd option)rule criteria: formula evaluates to true and the formula is
AND(
$Profile.Name = "SDR",
ISCHANGED( OwnerId ),
Owner.Profile.Name = "Sales User"
)
Immediate Action: Field Update
Field to Update: Checkbox field and set the field to TRUE
save and activate your workflow rule.
Additionally, track the field through field history