Cancellation of a Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 12:07 AM
Hi,
I have a requirement to Cancel a problem when it is in New State.
Is it possible to cancel a problem with New state without deleting it?
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 12:22 AM
Hii,
You can achieve this via writing a BR on the specific condition.
Hope it will help you.
Cheers..!
Tushar
Cheers..!

Happy Learning:)

Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 12:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2022 12:39 AM
Hi,
you can create UI action on problem table and show when state is New
UI Action Condition:
current.state == 101
Script:
current.state = ''; // give choice value for cancel
current.update();
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader