Need to hide the customized button based on some condition
Summary:
Hi Team,
We need to hide a button based on the status of the particular contract like if the status is 'Sent to Signature' then the button should be visible. I'm trying the below EL expression in show component field, but it is not working as expected.
Could anyone please help us on this if faced the similar issue.
EL Expression: #{bindings.StsCode.inputValue == 'Sent for signature' ? true : false}
Content (required):
Version (include the version you are using, if applicable):
23A
Code Snippet (add any code snippets that support your topic, if applicable):
0