fmESignature Link (DocuSign Edition) Version History
1.56 - 2023-05-01
- updated Download Template from Docusign script to get Auto Place settings
1.55 - 2023-02-10
- - added support for Otto Webhooks
- - updated cURL options to use trace-ascii instead of trace
1.54 - 2023-01-18
- updated Create Envelope and Send to Recipients [SERVER] and Create Envelope and Send to Recipients DocuSign Template [SERVER] scripts to set the 'required' property to use dynamic field reference for Formula Tabs
1.53 - 2023-01-16
- added cascading delete to TemplateTabOptions relationship
- Download Payment Gateway Accounts from DocuSign script: updated to exit if no data to download
- View Template Tab Settings script: updated to commit portal row record first before opening card window to prevent record locking issues
- miscellaneous bug fixes
1.52 - 2022-12-12
- Requests: added ID Verification checkbox to Recipient Settings popover
- Templates: changed Phone Authentication to ID Verification as this can be used for any supported ID Verification method
- miscellaneous bug fixes
1.51 - 2022-12-06
- Template Tabs: updated required/optional properties: Text and Number tabs use the required property, while Sign Here and Initial Here tabs use optional
- Template Tabs: added new properties: validationPattern and validationMessage
v1.5 - 2022-11-28
- Templates: downloading a DocuSign Template now includes inPersonSigners Recipients Tabs and Roles
- Download Payment Gateways: updated to delete any existing Payment Gateways records before downloading
- Download Languages: updated to delete any existing Languages records before downloading
- Requests: add new Recipient Settings popover to RequestsContacts portal
- Requests: moved Recipient SMS Notification checkbox and Resent Request button to Recipient Settings popover
- Requests: added support for recipient access codes
- Requests: separated sending of DocuSign Template request into new script with support for populating default values for Template Tabs
- Requests: added Audit Events tab to download/print DocuSign Audit Events for the Request
- Templates: added support for Phone Authentication when sending Requests
- Templates: show Role Name for Template Tabs for DocuSign Templates instead of Recipient ID
- miscellaneous bug fixes
v1.44 - 2021-10-07
- updated to support option to Disable Responsive Document when sending an Envelope
v1.43 - 2021-09-30
- updated to correctly handle FileMaker returns in the emailBlurb sent to DocuSign
- updated Duplicate Template script to duplicate TemplateTabOptions for each TemplateTab
v1.42 - 2021-09-13
- added option to include the envelope signing certificate when downloading the completed PDF from DocuSign
- added script to download Billing Charges from DocuSign (view remaining envelopes for your account plan)
v1.41 - 2021-05-17
- added support for SMS Delivery Notifications
- miscellaneous bug fixes
v1.4 - 2021-04-19
- changed OAuth authentication flow from JWT Grant to Authorization Code Grant
- added support for PDF Form Fields transformation and a new Template Example for this
- added support for Radio Group Tabs
- updated Webhooks to use JSON notifications for the the eventNotification webhook (change from XML)
v1.36 - 2021-03-21
- DocuSign - Request Access Token script: added Pause/Resume Script Step to end to resolve issue with Web Viewer not firing under FileMaker Go
- DocuSign - Request Access Token script: replaced exporting of local jsrsasign-all-min.js file with reference to CDN hosted file
- added new layout - Template Tab Settings [CARD] - to store auto place settings and additional tab settings for different tab types
- Templates: can now set the required, width and height properties for template tabs
v1.35 - 2021-02-13
- optimised processing of DocuSign Templates download by breaking each individual record into a separate $record variable within the loop
- updated ErrorDescription custom function for FileMaker Pro v19
- downloading Templates from DocuSign now includes the emailBlurb (Email Body)
- Payment Gateways Accounts: added Download All Payment Gateway Accounts from DocuSign script
- Languages: added Download All Languages from DocuSign script
- added support for setting the Signer emailNotification fields (emailBody, emailSubject and supportedLanguage)
- added support for Carbon Copy recipients
- added support for Formula Tabs and DocuSign Payments
- added new script to download Envelope Recipients List (shows Payment Details)
- updated Send Request via Server button to perform the correct script and pass correct script parameter
v1.3 - 2020-12-17
- added Send Request using Perform Script on Server example
- updated to check for API Keys before trying to authenticate
- added option to Void Envelope in DocuSign
- added option to Resend an Envelope to all pending recipients
- added RecipientID field to RequestsContacts table to allow for deleting envelope recipients
- added option to delete Envelope Recipients
- added option to update an Envelope Recipient (e.g. change their email address) which will trigger the email to be resent by DocuSign
- added WebhookURL field to Requests table to allow for ad hoc requests with the eventNotification Webhook
- added EmailBody field to Requests and Templates tables to set the email "blurb" for DocuSign generated emails
v1.25 – 2020-07-12
- updated Sign Here tab x/y position offsets for v2.1 of the API
- Templates: added new example for using Auto Place fields
- Templates: added Auto Place/anchor settings for Template Tabs
- Templates: added Recipient ID to assign tabs to specific recipient
- Templates: added option to set the routingOrder to 1 for all recipients
- Templates: added Duplicate Template option to duplicate Template, Template Tabs and Template Roles
- Requests: added Duplicate Request option to duplicate Request and Request Contacts
- updated Webhooks Privilege Set to include FileMaker Data API (fmrest) extended privileges
- added Data API compatible versions of Webhook PHP files
v1.21 – 2020-05-20
- updated ‘Create Envelope and Send to Recipients’ script to set the Preferences::zv_LayoutName_gt field with the current layout name
v1.2 – 2020-02-17
- Templates: added Download All Templates from DocuSign script
v1.1 – 2020-01-19
- Templates: download tabs and roles for DocuSign Templates
- Template Tabs: added Value field to use when pre-populating envelope tabs
- added Locked field to TemplateTabs table to allow custom value to be locked/editable
- Get Completed Form Data now deletes any existing Form Data for the Request before downloading
- added additional Tabs: Number, Date, Signer Attachment and Radio Group
- Templates: download tabs and roles for DocuSign Templates
- Template Tabs: added Value field to use when pre-populating envelope tabs
- Setup: added buttons to login to the Sandbox and Production accounts
- updated to use DocuSignAPIVersion custom function in place of hardcoded API version number
- set DocuSignAPIVersion custom function to v2.1
v1.0.1 – 2019-08-20
- added Checkbox Tabs option
v1.0 – 2019-06-04
- initial public release