The topic "GetSignNowConfig" is not available in Version 3.5.
The topic "GetSignNowConfig" is not available in Version 3.6.
GetSignNowConfig
The GetSignNowConfig activity retrieves the credentials and Urls from the SignNow settings in Forms Builder. These values enable the workflow to log in to the SignNow service.
The GetSignNowConfig activity should be placed in the form (state) that requires e-signatures.
Properties
Property | Value | Required | Notes |
---|---|---|---|
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
SignNowConfig | OutArgument<SignNowConfig>
|
Yes | Specify the SignNowConfig 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 SignNowConfig, and click OK. |
ValidationMessages | InOutArgument <ValidationMessageCollection>
|
No | Specify a variable that can be used to capture validation messages. |