How to set the Impact,Urgency field values base on Service,Category & Sub Category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 06:20 AM
HI All,
I have a requirement to autopopulate the Impact & Urgency field values based on Service (Reference field), Category (choice field) & Sub Category (choice field) on Incident Module.
Is it best practice to autopopulate Impact & Urgency based on Service select-- Any thoughts?
Can anyone assist me on this?
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 02:44 AM
Glad it is working but since it is based on three fields you have to stick with same setup, I suggest you do this on 100s or 50s basis or even create record producer so that whoever is responsible for maintaining this will simply create entry in that custom table rather than you or other developers doing this.
You can create fields in record producer and create records in custom table which in turn will sync with Data look up, I guess this is the easiest solution.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 05:08 AM
We can't create record producer on custom table, it is not inherited from task table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 05:25 AM
Then stick with creating records manually then or you can create catalog item and through workflow script you can insert in custom table through which it will sync with data definition.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 10:18 PM
Can you please share the workflow script, so that I will start work on PDI and let you know how it is progress?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 03:28 AM
Here is the example
See, script should be simple but make sure follow this order.
Create catalog items with variables similar to that of custom table fields.
Once RITM is created , Run script to create records in custom table.
Once records are created, sync with Data look up definition
Regards,
Musab