The CreatorCon Call for Content is officially open! Get started here.

how to make an ui action button inactive

lipan
Tera Contributor

As shown below, How to make the update and delete button inactive(display in gray, cannot be clicked)

 

lipan_0-1707115470486.png

 

1 ACCEPTED SOLUTION

Pratiksha2
Mega Sage

Hello @lipan -

go to the Update and Delete or Submit action (global).

Add this red string to the out of the box condition:

 (current.getTableName()!='sys_audit')


Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks,

Pratiksha

 

View solution in original post

5 REPLIES 5

Ayushi12
Mega Sage

Hi @lipan,

Add condition (current.getTableName() != 'sys_audit') in delete and update Global UI action to inactivate

Ayushi12_0-1707132176443.png

Please mark this response as correct or helpful if it assisted you with your question.