Change model transition disable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 01:48 AM
I would like to disable one of the change model transitions which is OOB. But I don't find the active field inorder to deactivate it. Only option I have over here is to delete. But I don't want to remove since it is OOB. Kindly let me know what can be done for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 12:46 AM
Hi Imran,
I can assume your requirement is to disable the feature to cancel a change request in New state.
Since, you don't want to delete the "New to Canceled" OOB state transition and there's no way to disable it. You can alternatively disable the "Cancel Change" UI action when state = New!
You can achieve this by adding the below condition in Condition box of "Cancel Change" UI action:
current.state!='-5'
See below:
Please mark the answer helpful/correct based on impact!
Let me know in case of any concerns.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 05:18 AM
Hi Aman,
thanks for the reply. The cancel button UI Action is not visible when the ticket is in new state. But it shows in the state field choices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 12:17 AM