How to get matcher table in data lookup definition in scope application?

NITIN MODI
Kilo Contributor

I have created 1 table NeedIt_lookup (extended Task table) and NeedIt_Priority_Lookup - (Data Lookup Definition) - where I am not getting matcher table.... please help to get it or how set priority through impact and urgency.

I have already set priority data lookup rules for scope application(NeedIt). (below is SS)

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

Tushar Sharma2
Kilo Guru

Hello Nitin,

Lookup table must extend the Data Lookup Matcher Rules [dl_matcher] table.

 

Regards,

Tushar

View solution in original post

7 REPLIES 7

Tushar Sharma2
Kilo Guru

Hello Nitin,

Lookup table must extend the Data Lookup Matcher Rules [dl_matcher] table.

 

Regards,

Tushar

Hello Nitin,

Please Follow steps for the same.

1.Create a custom table to store lookup data.The custom table must extend the Data Lookup Matcher Rules [dl_matcher] table.

a. In the navigation filter, enter the name of the new custom lookup table.
b. Create New fields with proper choice list(Impact, urgency and priprity).
c. From the table list,click New and enter appropriate matcher and setter field values.
For Example:

ImpactUrgencyPriority
1 - High1 - High1 - Critical
1 - High2 - Medium2 - High
1 - High3 - Low3 - Moderate
2 - Medium1 - High2 - High
2 - Medium2 - Medium3 - Moderate
2 - Medium3 - Low4 - Low
3 - Low1 - High3 - Moderate
3 - Low2 - Medium4 - Low
3 - Low3 - Low5 - Planning


2.Create a data lookup definition record for matcher and setter.

a. Navigate to System Policy > Rules > Data Lookup Definitions and Click New.
b. Click Data Lookup Rule.
c. Complete the Data Lookup Rule form and and click Save.
d. From the Matcher Field Definitions related list, click New.
e. Complete the Matcher Field Definitions form and Click Submit.
f. From the Setter Field Definitions related list, click New.
g. Complete the Setter Field Definitions form and submit.

 

Hit Helpful or Correct on the impact of response.
-Tushar

Did you get chance to look into this?

-Regards,

Tushar

Thanks Tushar.... I was busy in some BAU activity... after following above steps... it is working in my scope application. Thanks Buddy...

 Refer Link as well - https://docs.servicenow.com/bundle/kingston-platform-administration/page/administer/field-administration/reference/r_CreateCustomDataLookups.html