I want to Disable button based on Condition.
I have two buttons. button 1 and button 2.
and condition for one text area field = field1.
field1 value like PO120, or SO250.
if field1 value PO then button 1 should to disable.
if field1 value SO then button 2 should to disable.
when form is open at that time we have to check what is the field1 value.
How it's possible?