简体   繁体   English

Apex 工具包 Envelope 更改 Docusign Envelope 中的发件人、主题和消息

[英]Apex toolkit Envelope change sender, subject and message in Docusign Envelope

I have two problems with Docusign, first, always it sent the envelope with the same account, no matter who is logged always is sending using the same account, i don't know why.我对 Docusign 有两个问题,首先,它总是用同一个帐户发送信封,无论谁登录总是使用同一个帐户发送,我不知道为什么。

Second, i want to change the subject and message, i am using the example for apex toolkit and i am using the template, but always it show the same subject Documents for your DocuSign signature.其次,我想更改主题和消息,我正在使用 apex 工具包的示例并且我正在使用模板,但它始终为您的 DocuSign 签名显示相同的主题文档。

https://www.docusign.com/blog/dsdev-sending-template-apex-toolkit https://www.docusign.com/blog/dsdev-sending-template-apex-toolkit

To change the subject of a message you can use the withEmail method and edit the emailSubject property.要更改消息的主题,您可以使用 withEmail 方法并编辑 emailSubject 属性。 See the API reference for more details: https://developers.docusign.com/docs/salesforce/apex-toolkit-reference/envelope.html有关详细信息,请参阅 API 参考: https://developers.docusign.com/docs/salesforce/apex-toolkit-reference/envelope.html

Do your salesforce users have the DocuSign Sender permission?您的 salesforce 用户是否拥有 DocuSign Sender 权限? I'm thinking that could be the reason that envelopes aren't being sent from their account.我认为这可能是没有从他们的帐户发送信封的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM