1. Overview

FP Sign integration allows DMS users to electronically sign PDF documents. To activate this functionality, you need to configure a special setting in the Patricia database, which contains the necessary parameters for FP Sign.


2. Prerequisites

  1. Access to the Patricia Database: Ensure that you have rights to insert or update records in the PAT_DMS_SETTINGS table.
  2. FP Sign Credentials: You must obtain your account details as well as your environment data for staging (test) or production beforehand.

3. Creating/Updating the Setting in the Patricia Database

  1. Table: PAT_DMS_SETTINGS
  2. Setting Name: fp.sign.settings
  3. Setting Value: A JSON object containing the fields required by FP Sign.

Below is an example (with fictitious values):

{ "applicationId": "YOUR_APPLICATION_ID", "users": { "patriciaUser1": { "username": "fpsignUser1", "password": "fpsignPass1" }, "patriciaUser2": { "username": "fpsignUser2", "password": "fpsignPass2" } }, "originator": "YOUR_ORIGINATOR_ID", "production": false, "tenantId": 12345 }


Note: We recommend starting with production: false to test the integration in a staging environment before switching it to live mode.


4. Field Completion Guidelines

  1. applicationId and originator:
  2. users:
  3. production:
  4. tenantId:

5. Verification and Troubleshooting

  1. DMS Update:
  2. Login Test:
  3. Error Diagnosis: