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.
Customization - Helptext
The helptext should be visible on the Evaluate Goal page only, but it keeps showing on the first page of the performance document and on other pages like Transaction Console, Local and Global Transfer, Location Pages, etc.
Currently, I'm using this Expression builder.
Visible: #{(pageFlowScope.pDocumentInfoMap['pPerformanceDocumentName'] =='Mid-Year Performance Review for 2023') and (pageFlowScope.pDocumentInfoMap['pPerformanceRoleCode'] == 'WORKER') and (pageFlowScope.pSectionTypeCode eq 'GOAL') and (pageFlowScope.pDocumentInfoMap['pPerformanceRoleCode'] == 'MANAGER')}
Show Component: true
Is there a way to ensure that the customization only applies to the Evaluate Goal page?
0