GlideFilter Case-Insensitive Search#2042
Merged
bird-03 merged 28 commits intoServiceNowDevProgram:mainfrom Oct 11, 2025
Merged
Conversation
If you need HTML beautified alert box, use this.
UI Page to render the custom alert
These are example ScreenShots for reference
Example Screenshots
…Info.png to Catalog Client Script/CustomAlert/Screenshots/ExampleScreenShotCustomAlertInfo.png
…ertSuccess.png to Catalog Client Script/CustomAlert/Screenshots/ExampleScreenShotForCustomAlertSuccess.png
…rtDanger.png to Catalog Client Script/CustomAlert/Screenshots/ExampleScrenShotForCustomAlertDanger.png
Notes for installation or Implementation
Business rule to add work notes on record if notes for tag entries are allowed. It is very hard to track who added the tag to the record and when, this will help to manage to understand who has added what tags on record.
Business rule to add work notes on record if notes for tag removal are allowed. It is very hard to track who removed the tag to the record and when, this will help to manage to understand who has removed what tags on record.
Notes for the implementation
This reverts commit a56fd1f.
This reverts commit deb75b1.
This reverts commit 064f919.
…tion Using getError() and setError() directory
17 tasks
Contributor
|
Thanks for your contribution, while we're reviewing your PR #2042, appreciate your patience & recommend to check other 2 cool projects 'Hack4Good' and 'Actionpack' Happy Hacking |
Contributor
|
Thanks for doing the changes and submitting new PR. Appriciate your effort. Looks good! Accepted. Make sure to check other repo as well for creative contribution. Happy Hacking |
Contributor
|
Hello @mandeepkaran please DO NOT create a new folder. use already existing - relevant folders to submit your code snippet. |
Contributor
|
Hello @mandeepkaran |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description:
Uses ServiceNow’s GlideFilter API with setCaseSensitive(false) to perform case-insensitive matching, improving code readability and maintainability.
Enforces ACLs with setEnforceSecurity(true) ensuring secure data access.
Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Core ServiceNow APIs/Server-Side Components/Client-Side Components/Modern Development/Integration/Specialized Areas/Documentation
Restrictions