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