How to hide the UI Action Save only for sc_task table

Alon Grod
Tera Expert

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?

2 REPLIES 2

Zach Koch
Giga Sage
Giga Sage

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

 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

Krushna R Birla
Kilo Sage

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