ServiceNow Glide Filter API | What is ServiceNow Glide Filter | Glide Filter Magic
Import
·
Apr 11, 2021
·
article
ServiceNow GlideFilter GlideFilter API provides a method to determine if a record meets a specified set of requirements. check record(GlideRecord gr, String filter, Boolean match) Compares a specified filter to the contents of a specified GlideRecord. If the specified filter contains one condition, the method returns true if the record meets the condition of the filter. If the specified filter contains more than one condition, for example, "active=truenumber=abccategory=request", you can use the match parameter to define whether all conditions must be met to determine a match or just a single condition.
Labels:
View original source
https://www.servicenow.com/community/developer-blog/servicenow-glide-filter-api-what-is-servicenow-glide-filter/ba-p/2333500