Help

Is there a way to disable a button for certain conditions?

Topic Labels: Automations
975 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Asanka_Napagoda
4 - Data Explorer
4 - Data Explorer

Hi there,

Is there a possible way to dissable a botton for certain records?

Thanks

2 Replies 2

The actual cell button? No, but if it’s a script you’re launching, you could easily make it ignore input from any group of records you want to discriminate against.

It depends on the action of the button.

For open url buttons, you can use a formula that is blank under certain conditions. The button will be disabled.

For scripting buttons, you can have the script detect the conditions and only proceed if the right conditions are met. You cannot prevent the script from running at all. The button will not look disabled.

For all other button actions, you cannot selectively disable them for some records.