- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2021 10:34 AM
Looking to clear a field on the Incident form with an onChange client script. I want this done for Agent Workspace -- how do I do create one such that it executes in Workspace?
Note: I've got a UI Policy set up that works for the platform and Agent Workspace. However the "clear value" field ONLY works in the platform and not in workspace (not sure why).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2021 07:32 AM
Hi,
you can specify the view for your client script as -> workspace
then write your code which would run only for the workspace view
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2021 10:04 PM
Hi,
uncheck Global checkbox and then you can see that view field
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 04:49 AM
Hello Ankur,
I am trying to apply this for a onchange client script where I have to clear the assigned_to field when the assignment group changes.
I have tried using below options but none is successful - Kindly have a look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 07:59 AM
uncheck the global option then you will be able to see view option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 03:54 AM
Uncheck the global checkbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 09:42 AM