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
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

hide the "Evaluate" button only for the employee based on the section name

Summary:

Hello,

On performance document, we need to remove the "Evaluate" button on "Key Performance Areas" section only for the employee. Requirement is
a. Hide Evaluate Button from the Employee.

b. Allow Manager to view Evaluate button.

c. Allow Employee to view View button once performance document is complete.


We have tried using different expressions below but it either Hides or enable evaluate button for both Outputs and Key Performance Areas.

#{pageFlowScope.pTaskCode eq 'WSEVAL' ? false : (ratingSection and item.Name != 'Key Performance Areas'? true : false) and (pageFlowScope.pDocumentInfoMap['pPerformanceRoleCode'] == 'MANAGER')}

#{bindings.SectionTypeCode.attributeValue == 'REG' and pageFlowScope.pRoleTypeCode == 'WORKER' ? false : true}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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