scenarios of client script,server script .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
🧩 Client Script Questions
How to make justification field mandatory when priority = Critical?
How to highlight or style a field (font, color, background) on form load?
How to auto-populate email when a user is selected?
How to automatically set priority = Critical if the selected user is VIP?
How to dynamically add new “INFRA” option in Category field when description starts with “INFRA”?
⚙️ Business Rule Questions
How to automatically create 4 Scrum tasks (Analysis, Coding, Documenting, Testing) when a Story is created?
How to show the count of associated Change Requests when a Problem is updated?
How to automatically close RITM when all associated SCTASKs are closed?
How to prevent Incident resolution if associated Change Request is not yet closed?
How to copy work notes from Problem Task to Problem record instead of overwriting?
💻 Script Include / GlideAjax Questions
How to return dynamic assignment group list based on Category using Script Include?
How to auto-populate manager’s name using GlideAjax + Script Include when caller is selected?
How to use Script Include + UI Action to count total records (Incident, Change, Problem, Task)?
How to restrict assignment if assignee already has 5 or more active tickets (via Script Include)?
How to prevent duplicate records (same category + short description) using Business Rule or Script Include?
