Hello everyone,
We have integration with Docusign e-Signature using DocuSign App Launcher(DAL). I am working on building a DocuSign envelope template a requirement to build a Docusign form for the attached government form, and there are some questions in the form, like Gender and Martial Status, that are checkbox groups on the form, but the mapped questions on Salesforce object are single picklists with different values, for example:
The values of the Gender question on the form are: Male, Female, Trans, Other, Prefer not to disclose
The values of the picklist field on the Salesforce Lead object are: Man (Cis or Trans), Woman (Cis or Trans), I use a different term to describe my gender (e.g., non-binary), Prefer not to say
I tried to set up this mapping, so once the signer selects 'Male' on the form and signs the form, the Gender salesforce picklist field is updated with 'Man (Cis or Trans)' as an example.
Does anybody know if this is possible with this integration?
Thanks