Page Composer--Refresh Issue Post Adding Conditions On Field properties
Requirement: In "Manage Bank Accounts" Page , while creating/editing any bank account details we need to make IBAN field as mandatory for one of the legal entity (EX: ABC) . Let say it should display asterisk symbol for IBAN field.
Followed the below steps.
- In page composer —> Selected IBAN field —> Edit properties.
- Added condition in show required property like this #{bindings.Name21.inputValue == 'ABC'}
- Apply the changes.
Issue:
Above code is working when i tried to save/cancel i.e. when page refresh is happen only. It is not reflecting automatically when i selected the legal entity value on the page. My requirement is it should reflect immediately when user selected the value on Legal Entity. On both fields Auto Submit is true.
Tagged:
0