How to Create and Trigger CI LookUp Rule

ramesh_r
Mega Sage

Hi All,

 

Currently, I am getting value from NozomiNetworks to ServiceNow Discovered Item [sn_sec_cmn_src_ci]. 

 

My requirement here

When the record is inserted into the Discovered Item [sn_sec_cmn_src_ci] table I want to find the CI based on the assert ID which is available in the Source data field

 

ramesh_r_0-1719807337077.png

 

 

 

Challenge Here

 

When I create a new CI Lookup Rule, there are two Mandatory Fields 1. Source and 2. Source Field. So what should I enter into the 1. Source and 2. Source Field

 

Note: for testing purposes, I created one sample record in the Source but it's not working

 

 

ramesh_r_2-1719807669666.png

 

The Sample Source that I created is below

 

ramesh_r_3-1719807740819.png

 

 

Summary of my issue

1. What are "Source" and "Souce Field" and what is needed to select or create in both

2. How to Trigger the CI Lookup Rule.? or will it trigger automatically when the record is created in the Discovered Item [sn_sec_cmn_src_ci] table .?

 

 

 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ramesh_r 

 

I am not 100% sure, but did you check the OOTB CMDB Lookup rule? That might be helpful.

AGLearnNGrow_0-1719827983932.png

As per source is the form where you want to do this activity.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi 

I have checked it the Manual INtegration is working only for file load manually like XML excel CSV like that

Hetang Modi
Tera Contributor

The "source" is the data source from where the CI would be coming in, and the "source field" is the field your payload that would be provided as "sourceValue" if you go with script as your lookup method, as in your current case.