I have a button that has an enable condition based on a UI only field that has a default value of false. Â When the page initially loads the button is enabled when it should be disabled. Â If I switch the action type on the button to a different action type(multiple actions). Â Then the enable conditions works fine.
What gives?
Page 1 / 1
Jaime,
There’s a chance your ui-only field is defaulting to null/undefined instead of false.
Try changing your enable condition to !=true instead of =false.
Matt…
I tried that and same result.
In the console I see…
>skuid.$M(‘Opportunity’).data€0].IsValid
<false
So it would appear that it has a value of false.  Again…If I use a button of action type Run Multiple Actions it works just fine.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.