State Cancellation of Change Request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 09:48 PM
Only member of the assigned change management group or a change manager can cancel the state of Change Request. Please Help me in this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 10:03 PM
@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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 10:20 PM
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.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 10:41 PM - edited ‎12-04-2023 10:41 PM
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