GetDocuSignConfig

The GetDocuSignConfig activity retrieves the User Name, Password, Integrators Key, and REST API Url from the DocuSign settings in Forms Builder. These values enable the workflow to log in to DocuSign.

The GetDocuSignConfig activity should be placed in the Action area of the form (state) that requires the DocuSign signatures.

This workflow activity requires the following DocuSign Settings:

  • DocuSign API account email and password
  • Integrators Key

GetDocuSignConfig properties

Properties

GetDocuSignConfig Properties
Property Value Required Notes
DisplayName String No Specify a name for the activity or accept the default.
DocuSignConfig OutArgument<DocuSignConfig> Yes Specify the DocuSignConfig property using a VB expression or variable.

To identify the variable type, in the Variable type field of the Variables pane, select Browse for Types.... In the "Browse and Select a .NET Type" window, navigate to Cmc.Nexus.FormsBuilder.Contracts.Cmc.Nexus.FormsBuilder.Entities, select DocuSignConfig, and click OK.

DocuSignConfig argument

As of Forms Builder 3.4, the DocuSignConfig.TestMode assignment (=true or =false) is no longer supported or functional. Assign statements containing it can be deleted.

alertThe only two properties for the DocuSignConfig object that should ever be modified in the workflow definition are EmailSubject and ReturnUrl. The values for all the other properties are retrieved from the DocuSign Settings saved in the database. Any modification done to the values for the other DocuSignConfig properties in the workflow definition will likely result in errors when the DocuSign portion of the sequence is executed.
ValidationMessages InOutArgument <ValidationMessageCollection> No Specify a variable that can be used to capture validation messages.