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

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

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.

Screenshot ?

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

Yes, i have attached here!