- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 07:48 AM
Need help in updating Implement Button visibility :
• Currently Whenever a change is approved and moved to scheduled state, 'IMPLEMENT' button is only visible to the requester of the change.
• Requirement : IMPLEMENT button should be also visible to the members of the Responsible Implementation Group(Field present on change form) of the change so that they can move the change to implement state accordingly and deploy the change.
How can i achieve this in UI Action.
PFA the screenshot of the currently configured change form.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 07:58 AM
Hello,
Under Conditions tab of UI action remove visibility to Requestor of change and instead add below condition
gs.getuser().ismemberof(current.responsible_group)
Regards
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 08:44 AM
Thank you for marking my response as correct, In case you need place to add condition which I have given see below screenshot and remove yellow part and replace with mine, I Guess you already done that . Also remember there is 50 0r 60 character limit to conditions tab hence sometimes you may have to create conditions in script include and call in UI condition tab. You can explore next time 🙂
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 09:04 AM
Thank you so much Musab,
I want to keep all the old conditions, so I guess I'll need to create script include only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 08:15 AM
Hi Snowy,
Please use the below in the Condition section:
gs.getUser().isMemberOf('Responsible Implementation Group Field')
Best Regards,
Prashant
If my answer helped you in any way, please mark this answer as helpful and correct.
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************