Modifying the PTR for the Signature Areas - Static/PDF

Within the Requirements Editor tool, you can use either the PTR window or the Field Grid to enter PTR logic for each signature field.
  1. Clicking in the E-Signature field causes the Electronic Signature Setup window to appear. If the field is not named correctly with .eSig then the Electronic Signature Setup window will not appear.

  2. Select the Disable Electronic Signature Setup dialog if you wish to author the PTR rule without requiring the assistance of the Electronic Signature Setup window.
    Note: Selecting this feature adds a CODING comment to the top of the PTR that prevents the Electronic Signature Setup window from displaying. In order to use the window again, you will need to manually remove the comment from the PTR rule.
  3. Code the PTRs for E-Signatures (Signer Role, Signer Role Sequence, Signer Identifier, Signer Name, Signer Signature Sequence, and Signer EMail and Signer Date). The requirements should provide all the necessary information for each tab.
    Note: The Signer Date tab is only available for PDF Requirements documents. This tab allows you to author a PTR that will be a simple PRINT statement with the signature date field name. If the PTR is not specified in this tab it is not added to the generated PTR.
  4. Highlighting is applied to the signature line defined through the SignatureTarget as the area above a signature and date line on a document.
    • Enabled via PTR in signature field – PRINT “HIGHLIGHT_SIGNATURE”
    • Color is set in XTemplate via I-32
    • Currently, highlighting does not work concurrently with esignature functionality. E-Signature takes precedence over the highlighting even if provisions for both are present.
  5. When the XTemplate is opened in the Requirements Editor, the PTR can be edited with a PRINT statement. For Example:
    IF
        LOAN/_APPLICATION/LOAN_PRODUCT_DATA/LOAN_FEATURES/@LienPriorityType = 'FirstLien' THEN 
        PRINT "HIGHLIGHT_SIGNATURE"
    ENDIF
  6. All signature highlights must be coded to be contingent on the indicator appropriate for each schema.
    • /Txn/HighlightSignaturesInd
    • /LOAN/_CLOSING_DOCUMENTS/@HighlightSignaturesInd
  7. Within Requirements Editor and viewing the Field Grid (example), the first signature field is always highlighted and the second field is only highlighted if there is a second name (Borrower[2]/LastName is not empty).

    Note:

    Watch the order in which the fields appear in the field grid. In the case of our example, the second signature field appears in the Field Grid BEFORE the first signature.

  8. Save the updated REQ file.