Create different choices fields Impact and Urgency in Incident table and diferrent Priority matrix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
I'm developing a catalog for a client, and our record producers have specified Impact and Urgency variables in the Incidents table. I have an instance for several clients and many rules are transversal.
These variables already exist in the Incidents table, but the client requested more options than the default ones (Low, Medium, and High).
These are:
Impact: Minor, Moderate, Significant, Extensive
Urgency: Low, Medium, High, Critical
Furthermore, the client requests a priority matrix different from the one that comes by default in Data Lookup Definitions.
I created the variables in the Record Producer within a variable set, where I have u_impact, u_urgency, and u_priority. I created a Client Script onSubmit catalog with priority matrix rules to populate the u_priority field according to that in u_impact and u_urgency. However, when I tried to create a Business Rule to populate the Priority field with the value that was defined in the portal, u_priority didn't work and the default Data Lookup Priority rule ran.
ServiceNow had said in a product presentation that it was possible to have an impact and urgency matrix by domain, but I wasn't able to do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
May you try to create a custom data lookup to insert this new values
See the reference: