Skip to main content

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?

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