Conditionally hiding buttons on performance document
Content
Dear all,
I am trying to conditionally hide buttons on the performance document for two specific cases:
- The submit button should be hidden on a specific performance document, but not on others:
For example: the button should not be available on performance document ‘2018 form’, but should still be visible on ‘check-in form’
I tried using the following EL expression (tried with and without the ‘!’ parameter):
#{!(pageFlowScope.pCustomaryName == 2018 form’)}
But applying it is hiding the submit button on all forms.
Is there any other EL expression I can use for this purpose?
- The Share and Release button should be hidden on the document sharing step:
Tagged:
0