In Glide Lookup Operation in RTE, is there any way we can add filters like contains?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2022 09:01 AM
HI Everyone,
In Glide Lookup Operation in RTE, is there any way to add filter conditions like 'contains'.
I have a requirement to lookup for resource_id and discovery _source where discovery source can be (sccm or sg-sccm). What is the purpose of this operation group. Can this be used for solving above requirement? Also I tried gliding using normal script but getting "Unexpected IOException (of type java.io.IOException): java.io.IOException: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Direct self-reference leading to cycle (through reference chain: com.snc.cobject.ComplexObjectCollection["namespace"]-" Error.
Script is mentioned below
Please help in solving above requirement.
Thanks & Regards,
Juhi Batra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2022 09:24 AM
Are you trying to use this to determine if the imported data overrides the existing values for the CI? If so, you would be better off using Reconciliation Rules to control this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 09:23 AM