Hide UI Action using Client Script or UI Policy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 06:45 AM
There's a UI action called Close on incident table and I want to hide it when the state is new and I don't want to use condition field in the UI action as the limit is used for that field
What all other ways I can use to do that?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 07:32 AM
You have to do it only in condition field. If there is a field size limit, then you can move the condition to a Script Include and call the script include as below
new ScriptIncludeName().isButtonVisible(current)
Thank you,
Palani
Palani