Customer wants to deploy a workflow only to a specific Role.
How do we do this since when we go to Customization > Workflow > WorkFlows > New, you can only deploy to a NetSuite Record.
In the workflow summary, there are 3 ways to set the condition:
- Choose to use 'Visual Builder' and create a condition with the following settings:
Field: User Role
Compare Type: any of
Selection: *Choose a role (e.g. Employee Center)Click the 'Add' button then 'Save'. The condition output should look something like this: User Role = Employee Center
Choose to use 'Custom Formula' then put {nlrole}=1 in the formula value //where 1 is a valid role internal id
Choose to use 'Custom Formula' then put {userrole}=-5 in the formula value //where -5 is a valid role internal id
No comments:
Post a Comment