Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Talent review meeting status EL for personalization
Summary:
Talent review meeting status EL for personalization
Content (required):
We are trying to restrict Talent review meeting access (3 dots actions available on meeting) which are in 'Complete' status, so that edit and delete like options will only be visible for meetings which are not in 'Complete' status.
We are using below EL (in Show component EL field):
#{MeetingStatusCode ne 'Complete'} which is not working.
(we also tried
- #{MEETING_STATUS_CODE ne 'Complete'}
- #{ hcmTalentCalibTopAttrBundle['ColAttr.MeetingStatus.TalentReviewMeetingStatus.HRRMEETINGS.MEETINGSTATUSCODE'] ne 'Complete'}
- #{item.bindings.MeetingStatusCode.inputValue ne 'Complete'} which did not work as well)
Any help is appreciated.
Version (include the version you are using, if applicable):
0