For more information, please refer to this announcement explaining best practices for getting answers to questions.
EL expression is not rendering the correct value and not working as expected
Summary:
EL Expression is not rendering the correct value on Enter Termination details page.
When Recommended For Rehire is marked as Ineligible, it display two fields as "Why Not?" and "Recommendation authorized by"
These field has a EL expression as :
Current EL : #{bindings.RehireRecommendation.attributeValue == "N" and pageFlowScope.termContextReturnMap.TerminationActionCode != "DEATH"}
Modified EL : #{(bindings.RehireRecommendation.attributeValue == "N") and ((pageFlowScope.termContextReturnMap.TerminationActionCode != "DEATH") || (pageFlowScope.termContextReturnMap.TerminationActionCode != "VOL")}
when we use the modified EL expression it do not work as expected.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
23D
Code Snippet (add any code snippets that support your topic, if applicable):