Workflow rule condition help
Hi, I want to make a workflow that sends an email to the Owners Manager (ie the person the user reports to) however I want to exclude from the workflow users that report to a certain person, and create a different workflow for those reporting to the other person. This workflow is for the Activity record.
Is it possible to add a condition in the workflow rule that excludes people that report to a certain person? (So Reports To field is not equal to Row ID of manager).
Thanks
____
Update:
I found UserValue and ManagerId or ManagerFullNameI and used those in the following syntax: (UserValue('<ManagerId>')='ROW_ID' OR UserValue('<ManagerId>')='ROW_ID') however this didn't seem to work - is it wrong ?
Is it possible to add a condition in the workflow rule that excludes people that report to a certain person? (So Reports To field is not equal to Row ID of manager).
Thanks
____
Update:
I found UserValue and ManagerId or ManagerFullNameI and used those in the following syntax: (UserValue('<ManagerId>')='ROW_ID' OR UserValue('<ManagerId>')='ROW_ID') however this didn't seem to work - is it wrong ?
0