How to hide the UI Action Save only for sc_task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 12:36 PM
Hi,
I have the OOB Save UI Action on the global table. I would like to exclude the sc_task table from having this specific UI Action. I want to create a new Save UI Action specifically for this table without affecting other tables that use the global Save. How can I achieve that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 12:53 PM - edited ‎07-02-2024 12:55 PM
Add the table to your condition and exclude that table, and on your new UI action, make your condition that it IS that table. For example
sys_class_name != sc_task
sys_class_name == sc_task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 12:59 PM
Hi @Alon Grod
You can add below condition in your OOBT UI action to hide that Save button from sc_task table
sys_class_name != sc_task
Then you can create new UI action same as other as per your requirement and there you can add below condition
sys_class_name == sc_task
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Best Regards,
Krushna Birla