Set Attribute as Read only on ECO based on ECO Status using Page Composer
Summary:
I want to make Change Order DFF as editable if the Change Order is in Approval Status. Tried below EL Expressions and could not succeed. Please help me with EL Expression and what value I need to pass.
I tried EL expression as "#{bindings.StatusName.inputValue == 'Project Manager Review'}" and it is returning false.
Tried with #{bindings.StatusCodeType.inputValue == 13} as REST API for Change Order returned "StatusType" as 13 - This also returned false when I clicked on "Test" on "Expression Editor".
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):