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

Issue with Digital Signature in Performance Document

Received Response
63
Views
11
Comments
edited Oct 17, 2023 12:26PM in Performance Management 11 comments

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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