- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 10:33 PM
i need to create data lookups in custom table based on impact and urgency,priority field should be populate
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2016 01:49 AM
You have to create a custom data lookup table extending dl_matcher table - this custom lookup table should have the same columns as your Custom table (that is u_urgency, u_impact, u_priority)
Then go to the module System Policy -> Rules -> Data lookup definitions
The module will list out of box lookup definitions, there you can see there are two defined for Incident table as Source table
Create new data lookup definitions -
In the source table - select your custom table
In the matcher table - select the matcher table that you have created before
You can always use the OOB definitions for more reference
After you save, the related list opens up in which you can select Matcher fields and Setter fields
Hope the screenshots are helpful
Mark if it is helpful or correct, feedback is appreciated

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 11:25 PM
Hi Aneef,
Please go through the below link and let me know if you have any questions.
http://wiki.servicenow.com/index.php?title=Data_Lookup_and_Record_Matching_Support#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 11:43 PM
Hi pradeep sharma,
where can i add urgency,impact values? it shows the add values data lookup table where can i add those values?if tehere any screen shots?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2016 01:49 AM
You have to create a custom data lookup table extending dl_matcher table - this custom lookup table should have the same columns as your Custom table (that is u_urgency, u_impact, u_priority)
Then go to the module System Policy -> Rules -> Data lookup definitions
The module will list out of box lookup definitions, there you can see there are two defined for Incident table as Source table
Create new data lookup definitions -
In the source table - select your custom table
In the matcher table - select the matcher table that you have created before
You can always use the OOB definitions for more reference
After you save, the related list opens up in which you can select Matcher fields and Setter fields
Hope the screenshots are helpful
Mark if it is helpful or correct, feedback is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2020 10:45 AM
this is for the Newyork version ..
system policy>> priority lookup rules
There you find priority data lookups..