For more information, please refer to this announcement explaining best practices for getting answers to questions.
Unable to make DOB field visible based on legislation code using Page Composer
Summary:
We have a requirement to make DOB field visible only for few countries on 'Create Contact' page. I have used the below EL expression on Component Properties on Show Components as well as on Visible field, but this is not working as expected. US employee is not able to the DOB field on Create Contact page.
#{(row.bindings.LegislationCode.attributeValue=='CA'|| row.bindings.LegislationCode.attributeValue=='US')}
Has anyone come across anything similar before ?
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):