You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI 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

  1. #{(bindings.OverallSummarySectonName.inputValue ne NULL) and (item.SectionTypeCode ne 'REG' or (bindings.OverallSummarySectonName.inputValue == null and pageFlowScope.pSectionTypeCode eq 'REG'))}
  2. #{(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')}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!