Vasken Bakalian
Vasken Bakalian
Partner
Ambassador
ยทSmartSuite Implementation Partner | Certified Consultant

Disabling a button?

Is this somehow possible?

We need to have a button enabled only when the status = ready (for example)

Currently when we have a button that uses the URL Formula action, and refers to another field like a "Link" or "Formula" and is enabled when the referred field has a value, and disable when the referred field doesn't.

I'm not sure if I can use this approach/route to enable/disable the button and it could complicate things.

Can a similar behavior be possible via a formula like [button].disable() or via automation?
Probably a feature request ๐Ÿค”

Best reply by Brian Dollen

Vasken Bakalian -
The button will always be in a disabled state if the formula result is blank, so an IF statement would be able to solve for this.

For example I used the formula IF( [Status] == "In Process", [Link], "") in the screenshot below.

View original
3
3 replies