Salesforce / Docusign集成UnauthorizedException:尚未为此帐户配置DocuSign

时间:2019-03-05 21:07:33

标签: salesforce authorization integration docusignapi apex

尝试浏览Docusign工具包时出现此错误。

Id mySourceId = '003S0000013pLmr';

dfsle.Envelope e = dfsle.EnvelopeService.getEmptyEnvelope(new 
 dfsle.Entity('003S0000013pLmr'));


 e = dfsle.EnvelopeService.sendEnvelope(e, false);

 Url u = dfsle.EnvelopeService.getSenderViewUrl(e.docuSignId, new Url('https://my.return.url'));
Line: 77, Column: 1
dfsle.UnauthorizedException: DocuSign has not yet been configured for this accoun

0 个答案:

没有答案