Checklist E-Sign Functionality
Summary
Checklist E-Sign Functionality Report ParamtersContent
The guide is incorrect as to the parameters:
1. If there is a space in the folder or report name, let the space be. Do not replace with '+' signs. It will go in error.
2. When you provide parameters, always separate each parameter with '&' sign. The guide just shows them written together.
Correct Way:
/Custom/EsignDocumentReport.xdo?P_SIGN_DATE={SignDate}&P_SIGNER_NAME={SignerName}&P_SIGNER_ADDRESS={SignerAddress}&P_SIGNER_EMAIL={SignerEmail}&xf_pdf
Create the parameters manually in the Data Model.
Attached is a sample RTF you can use.