How to Create and Trigger CI LookUp Rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2024 09:26 PM - edited 07-01-2024 12:16 AM
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
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
The Sample Source that I created is below
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 .?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 03:00 AM
Hi @ramesh_r
I am not 100% sure, but did you check the OOTB CMDB Lookup rule? That might be helpful.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 03:59 AM
Hi
I have checked it the Manual INtegration is working only for file load manually like XML excel CSV like that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 05:13 AM
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.