The only way that I know this is an Inside Sales rep is via the ProfileID. How would I write a workflow formula that will update the field when the Owner field updates and prior ProfileID was the Inside Sales profile?
6 risposte
Okay, I just tried on my Dev SFDC org and PRIORVALUE can't access the Owner:User.ProfileName.
But this one did work:AND(
ISCHANGED( OwnerId ),
$Profile.Name = "Inside Sales")