State Cancellation of Change Request

Sakshi Lambat
Tera Contributor

Only member of the assigned change management group or a change manager can cancel the state of Change Request. Please Help me in this.

3 REPLIES 3

dhanu3
Kilo Sage

@Sakshi Lambat You can add condition on UI action 'Cancel' as current user is member of group OR current user is manager. So button will be visible to only them and they can only cancel the change.

Anil Lande
Kilo Patron

Hi,

You can use before update BR check who is making that change.

When to run should be state changes to 'Cancel'

And you can use script to check who made that change using hasRole() and isMemberOf() functions.

If user is not part of group or does not have change manager role the abort the operation.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

manjusha_
Kilo Sage

@Sakshi Lambat 

 

If you want to show cancel button to only a particular group and  change manager  then you can specify condition in ui action 

 

Thanks,

Manjusha Bangale