Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Unable to Hide 'Add' Goal Button on Performance document
Summary:
Hi All,
i am unable to hide the 'Add' Goal button in 'Goal section' on Performance Document
While trying to hide it is getting hidden on both Goal Management and Performance management.
Tried below EL expressions but it is hiding in both the places
1.
#{bindings.CustomaryName.inputValue != 'Annual Evaluation 2021' ? false : true}
2.
#{pageFlowScope.pShowAddButton and !(pageFlowScope.pDocumentInfoMap['pPerformanceDocumentName'] == 'Annual Evaluation 2021 ' and pageFlowScope.pDocumentInfoMap['pPerformanceRoleCode'] == 'WORKER' and
pageFlowScope.pSectionTypeCode == 'REG')}
3.
#{pageFlowScope.pDocumentInfoMap['pPerformanceDocumentName']=='Annual Evaluation 2021 '? true : false}
Thanks,
Naidu G
Content (required):
Version (include the version you are using, if applicable):
RUX 21D
Code Snippet (add any code snippets that support your topic, if applicable):