Hide Submit button in particular performance document for manager evaluation.
We need to hide Submit button in particular performance document for manager evaluation.
Have tried using below expression didnt work, it is geeting hidden for self evaluation too.
#{pageFlowScope.pSubmitRendered && (pageFlowScope.pCustomaryName != 'Test1' && pageFlowScope.pCustomaryNameInfoMap['pPerformanceTaskCode'] != 'MGREVAL')}
Many Thanks.