For more information, please refer to this announcement explaining best practices for getting answers to questions.
Issue with Digital Signature in Performance Document
To whom it may concern,
We previously did a customization on the digital signature in order to make the line "As ****, I certify that I have read the document." appear even if there is no comments that is intended.
An el expression was provided by Oracle to help this issue: https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=264603595351415&parent=EXTERNAL_SEARCH&sourceId=HOWTO&id=2926703.1&_afrWindowMode=0&_adf.ctrl-state=175csr5n2c_186
Frrom:
#{pageFlowScope.pShowEmpFeedbackSection and pageFlowScope.pDigitalSignatureFlag eq 'Y' and (pageFlowScope.pWkrFFCommentsAllowed=='N' or bindings.WFFCommentText.inputValue != null)}
To:
#{pageFlowScope.pShowEmpFeedbackSection and pageFlowScope.pDigitalSignatureFlag eq 'Y'}
We are now facing an issue with this new EL expression, when a document is forced complete before the final feedback step - the line "As ****, I certify that I have read the document." still appear even though the worker did not signed the document.