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.
Need EL Expression to make ONLY the Overall Summary Rating field read-only
Summary
Need EL Expression to make ONLY the Overall Summary Rating field read-onlyContent
We have a need to make just the Overall Summary rating field read-only for certain managers in the documents during our calibration process. We want the individual goal ratings fields to remain editable.
The EL Expression below makes both the overall summary rating field and the individual goal rating fields read-only, when applied to the read-only field:
#{pageFlowScope.pRoleTypeCode eq 'MANAGER' and securityContext.userInRole['ANTHEM_MGR_LVL_45, ANTHEM_MGR_LVL_40, ANTHEM_MGR_LVL_30']}
I then tried this expression, trying to isolate the Overall Summary section but the results were that none of the rating fields were read-only:
Tagged:
0