-
Notifications
You must be signed in to change notification settings - Fork 908
GlideFilter Case-Insensitive Search #2042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GlideFilter Case-Insensitive Search #2042
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
|
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 |
|
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 |
|
Hello @mandeepkaran please DO NOT create a new folder. use already existing - relevant folders to submit your code snippet. |
|
Hello @mandeepkaran |
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