Update Implement Button visibility to move the Change Request from Scheduled State to Implement State

Yash38
Kilo Guru

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.

 

 

1 ACCEPTED SOLUTION

Musab Rasheed
Tera Sage
Tera Sage

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

Please hit like and mark my response as correct if that helps
Regards,
Musab

View solution in original post

7 REPLIES 7

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 🙂

find_real_file.png

Please hit like and mark my response as correct if that helps
Regards,
Musab

Thank you so much Musab,

I want to keep all the old conditions, so I guess I'll need to create script include only

PrashantLearnIT
Giga Sage

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
********************************************************************************************************