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.
PAT_DMS_SETTINGS
table.PAT_DMS_SETTINGS
fp.sign.settings
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 } |
patriciaUser1
)."username"
: FP Sign login."password"
: FP Sign password.false
for the staging environment (test environment).true
for production (live environment) where signatures are legally binding.Note: We recommend starting with
production: false
to test the integration in a staging environment before switching it to live mode.
patriciaUser1
) exactly matches the user’s name in Patricia.false
(default) – run in the test environment.true
– activate only after successful testing.PAT_DMS_SETTINGS
with the name fp.sign.settings
, wait 10 minutes or restart the system so that the new parameters take effect.users
section to confirm that the FP Sign PDF signing option is now available.applicationId
, originator
, and tenantId
are correct.username
and password
for each Patricia user match valid FP Sign credentials.