How to implement 'Receives a Copy' using apex tool kit salesforce
Page 1 / 1
You can specify the type for example:
new List<dfsle.Recipient> {
dfsle.Recipient.fromSource(
'John Smith', // Recipient name
'[email protected]', // Recipient email
null, //Optional phone number
'CC', //Role Name. Specify the exact role name from template
null)
.withType(dfsle.Recipient.TYPE_CARBON_COPY)
};
Reply
Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationDocusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.