Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
In specific Anytime Doc we need to add an Instruction text on task Assoc Final Comments & Completion
Summary: We have a requirement in one of our Anytime Documents. We need to add an Instruction Text to the task 'Associate Final Comments and Completion.' This text should only be visible for that specific document and the specific task. We're attempting to achieve this using an EL expression, but it's not working as expected. The EL Expression is as mentioned below
#{pageFlowScope.pDocumentInfoMap['pPerformanceDocumentName'] eq 'Inaccurate Timekeeping 5' and pageFlowScope.pDocumentInfoMap['pPerformanceRoleCode'] eq 'WORKER' and
pageFlowScope.pDocumentInfoMap['pPerformanceTaskCode'] eq 'FF' and
pageFlowScope.pTemplateType eq 'ORA_ANYTIME'}
I would appreciate if someone could share an EL expression that fulfills both the conditions.
0