安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Understanding GlideRecord Queries In ServiceNow - The Snowball
Adds an encoded query to the GlideRecord, which allows for more complex queries using encoded parameters The idea with GlideRecord queries essentially is to decide on a table, build out a query, and then loop through a subset of records from the returned data set
- Simplify Queries with Encoded Queries - ServiceNow Developers
Add the encoded query to the Business Rule Open the List Old Hardware Business Rule for editing Replace the text PASTE_ENCODED_QUERY_HERE with the encoded query copied previously NOTE: Use double quotes (“) around the encoded query if the encoded query contains single quotes(‘) Click the Update button Test the Business Rule
- GlideRecord Query Cheat Sheet - ServiceNow Guru
An alternative to a standard query is to use an encoded query to create your query string instead of using ‘addQuery’ and ‘addOrCondition’ statements An easy way to identify the encoded query string to use is to create a filter or a module with the query parameters you want to use, and then hover over the link or breadcrumb and look at
- GlideRecord Cheat Sheet - Snowycode
Encoded query strings can be copied directly from a filter, by right-clicking on the breadcrumbs var gr = new GlideRecord('incident'); gr addEncodedQuery
|
|
|