Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

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

Topic Labels: Automations
2205 3
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

3 Replies 3
Dominik_Bosnjak
10 - Mercury
10 - Mercury

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.

kuovonne
18 - Pluto
18 - Pluto

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.

Hello there

How can i do that for url buttons please ?