Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Text Box Performance Document Customization Visibility only on Overall Summary Section
I am trying to add Text Box customization "Guidelines for Final Rating" through Page composer in Performance document and the Text Box is reflecting in Overall Summary section and Evaluation topics Section but we want to restrict it and make the text box visibility only on Overall Summary Section.
I have tried below EL EXPRESSIONS but the Text box is visible on both sections
- #{(bindings.OverallSummarySectonName.inputValue ne NULL) and (item.SectionTypeCode ne 'REG' or (bindings.OverallSummarySectonName.inputValue == null and pageFlowScope.pSectionTypeCode eq 'REG'))}
- #{(bindings.OverallSummarySectonName.inputValue ne NULL) and (item.SectionTypeCode ne 'REG' or (bindings.OverallSummarySectonName.inputValue == null and pageFlowScope.pSectionTypeCode eq 'REG')) and (pageFlowScope.pDocumentInfoMap['pPerformanceRoleCode'] == 'MANAGER')}
Tagged:
0