InterviewSolution
Saved Bookmarks
| 1. |
How to set the invalid queries into empty result sets in ServiceNow? |
|
Answer» By DEFAULT, queries having INVALID field names executes but invalid condition will be ignored. You can enable the glide.invalid_query.returns_no_rows property for more strict query control. It will produce an empty RESULT SET for invalid queries. |
|