This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Script a different person in a notification other than manager

I am creating a user and trying to use the notification task in a workflow but i need a way to add a different person other than a manager to send to.  I have a virtual attrib that has a sam account name that would like to send the notification to.  the user can be different per account.  can not use the manager field due to firm policy.

  • you can use a script where you can define your message body as well as the user you want to send a notification. in the script you have to get the value of your virtual attribute. $User = $Dirobj.get("virtual attribute name")