Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to update Mandatory "Expiration Date" field only for Canada in Offer page

Alok KaushikSep 26 2024

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

Comments
Post Details
Added on Sep 26 2024
0 comments
20 views