I have the requirement on Service Graph Connector and trying to block non-us region data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 02:52 AM
Requirement:
I want to ensure that only records where class is 'xyz' and region contains 'us' are inserted into CMDB, and non-us region data should be filtered out before insertion.
What I have tried:
1. conditional script of RTE entity mapping existing script I have updated as per requirement.
2. RTE Entity operation also created as per requirement.
trying to test using data source with test load of 20 records and executing schedule job total records in import set is 0 processed insert, update ,ignore record everything is 0 showing.
Question:
1. What is the best approach to block non-us region data in CMDB when using Service Graph Connector?
2. Are there any specific configuration in the data source or SG Connector that I need to check ?
3. How can I debug and verify that the condition script is actually filtering records properly?