Hey All, In my workflow, I added a “Revert” button...
# administration
d
Hey All, In my workflow, I added a “Revert” button that’s shown based on selected user roles. Currently, I have to edit the workflow each time a new role needs access. Is there a way to make this dynamic, so new roles can be managed without editing the workflow?
c
Native workflows lock roles into button conditions, so it’s not dynamic by default. Try a User Event Script (beforeLoad) instead, check the user’s role against a custom list/record of allowed roles, then add the "Revert" button with nlapiInsertButton if it matches. No more edits, just scales.
🙏 1