How do you declare AssigneePersonName?
Summary
I am trying to save a script but I keep getting the error that the AssigneePersonName is undeclaredContent
Hello everyone,
I have the below script written in the Object Workflows and creating a trigger for the milestone object:
if (MilestoneStatusCd == 'Warning' && AssigneePersonName == 'User Supervisor') {}
But when I pressed Ok I got the below error:
The variable [AssigneePersonName] is undeclared.
Can anyone help? Also, I have tried to use the Assigned To Party ID but got the same error.
Thank you,
0