I have a requirement with service graph connector trying to block non-us region data for class ‘xyz’
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 12:52 AM
Requirement:
I want to ensure that only records where region contains 'us' and class 'xyz' trying to block non-us region data from being inserted into CMDB table.
What U have tried-
1.RTE Entity Operation I have created type multiple input script.
2.RTE Entity mapping conditional existing script I have updated for class 'xyz' .
Issue facing:
1. The data source is processing o records, and I am unable to filter out non-us regions correctly
2. I checked system logs and it seems the script never executes properly or blocks all data
3. Even after multiple modifications, non-us region data is still not being blocked properly.
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?