Hello Team,
We have client requirement to update required "Expiration Date" field only for Canada in Offer page. We tried multiple EL expression within Page Composer Sandbox but it is not working. We have tried below EL expressions and that is not working for this case:
#{row.Relationship.bindings.LegislationCode.attributeValue eq 'CA'}
#{sessionScope.jobOffer.location.country == 'Canada'}
#{jobOffer.employee.address.country == 'Canada'}
#{securityContext.userInRole['CA_EMP_ROLE']}
#{webCenterProfile[securityContext.userName].businessCountry == 'CA'}
#{bindings.LegislationCode.inputValue=='CA'}
Can you please suggest - How to update Mandatory "Expiration Date" field only for Canada in Offer page
Attaching screen shot to review.
Thanks