- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 09:33 PM
My requirement is
2. Create Standard Change
Since the condition field is server-side, you can always run code from Script Includes there. Please see the quick-start guide here to learn more about creating and using Script Includes.
In your case, you should be able to simply create what they call an On Demand Script Include .
can you please help on this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 09:58 PM
Hello Balaji
To hide UI actions in the Agent Workspace in ServiceNow, you can use the following steps:
Navigate to the UI Action form for the UI action you want to hide. You can find this by searching for "UI Actions" in the Filter Navigator and clicking on the name of the UI action you want to edit.
In the form, click on the "Advanced" tab.
Under the "Advanced" tab, find the "Condition" field and enter a condition that constantly evaluates to false. For example, you can use "1=2".
Save the UI action.
After following these steps, the UI action should no longer be visible to agents in the Agent Workspace.
Note: If you want to completely remove the UI action from the Agent Workspace, you will need to also remove it from the relevant view, list,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 09:58 PM
Hello Balaji
To hide UI actions in the Agent Workspace in ServiceNow, you can use the following steps:
Navigate to the UI Action form for the UI action you want to hide. You can find this by searching for "UI Actions" in the Filter Navigator and clicking on the name of the UI action you want to edit.
In the form, click on the "Advanced" tab.
Under the "Advanced" tab, find the "Condition" field and enter a condition that constantly evaluates to false. For example, you can use "1=2".
Save the UI action.
After following these steps, the UI action should no longer be visible to agents in the Agent Workspace.
Note: If you want to completely remove the UI action from the Agent Workspace, you will need to also remove it from the relevant view, list,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 10:14 PM
Thanks @Hemant Kumar Ch .
Is this possible to accomplish using scripting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 10:40 PM
why not use UI action condition field to show/hide
what did you try so far and what's not working?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 11:09 PM
When I Navigate to the UI Action form for the UI action , I am not able to see UI actions that I want to edit.