How to make UI Action invisible from UI policy or Client script based on condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 09:54 PM
Hello friends,
There is an OOTB UI Action which I do not want to customize.
My requirement is that the UI Action is visible based on some condition / inputs on the page.
Can I achieve it through UI policy or client script ?
Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 09:57 PM
Hi,
Visibility of UI action can only be managed within UI action only within the condition.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 10:42 PM
Yes. But the problem is client is not agreed to change any OOTB UI action condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 10:48 PM
Hi @Asmita7 ,
You can override it the OOTB ui action with the custom one without touching the OOTB one.
Override a UI action for an extended table (servicenow.com)
How to override UI Actions for an extended table - Support and Troubleshooting (servicenow.com)
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 08:51 AM