- 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 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:06 AM
I have one more doubt, why im not able to update the conditions of UI action, though im having admin access.
Im able to change the client script but not the condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 08:17 AM
Screenshot ?
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 08:22 AM