Amit Gujarathi
Giga Sage
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
â04-10-2021
11:52 PM
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=true^number=abc^category=request", you can use the match parameter to define whether all conditions must be met to determine a match or just a single condition.
- 1,821 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
