A requirement to add some text in the demographic information area of personal Details page.
Summary
To display the disclaimer only for certain countries.Content
Hi,
We have a requirement to add disclaimer(Insert Box and add some text in it) in Demographic Information page under Personal details under me. And we have to make that disclaimer to be displayed in the edit mode of demographic page only for 5 countries such as Singapore,US, United Kingdom, South Africa, Puerto Rico.
We are applying the below EL expression where the disclaimer is getting hidden for all the countries.
#{(row.bindings.LegislationCode.attributeValue=='US'||
row.bindings.LegislationCode.attributeValue=='PR'||
row.bindings.LegislationCode.attributeValue=='SG'||
row.bindings.LegislationCode.attributeValue=='ZA'||
Tagged:
0