Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Sep 10, 2021 07:46 PM
Hi there,
Is there a possible way to dissable a botton for certain records?
Thanks
Sep 10, 2021 11:12 PM
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.
Sep 11, 2021 01:23 PM
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.
Jul 28, 2024 01:01 AM
Hello there
How can i do that for url buttons please ?