Eliminate a record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2024 02:17 PM
Hi,
I'm just getting into ServiceNow and doing some practice, I got the following requirement and would like to see if I may have a hand from some body, in how to get it done? thank you in advance.
1. All incidents in closed status must be eliminated, use codes.
2. Alert the user that they cannot continue with their incident since they have an active incident already opened with the same description. (from Service Catalog)
3. Restrict Submission on a incident form when the description field is empty and the state field value is 2 or 3.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2024 06:04 PM
- I would caution against deleting the incident, but you could create an "Archive Rule" that archives closed incidents.
- You could write an onChange client script that uses GlideAjax to call a script include that queries other incidents with a similar description. However, since the description field is a text field, it likely will not catch everything.
- You could create a UI policy that requires the description field when the "State" is 2 or 3.