简体   繁体   English

开发 Dousign - D365 销售界面

[英]Develop a Dousign - D365 Sales interface

I am developing an interface between Docusign and D365 Sales, the idea is that when a certain type of contact is registered, the system automatically sends the signature documents through Docusign.我正在开发Docusign和D365 Sales之间的接口,想法是当注册某种类型的联系人时,系统会自动通过Docusign发送签名文件。 The development is in C# and I need help to know what type of authentication I should use and where to find example code to obtain the token first and send documents later.开发在 C# 中,我需要帮助来了解我应该使用哪种类型的身份验证以及在哪里可以找到示例代码以首先获取令牌并稍后发送文档。 I would appreciate any help you can give me in this regard.我将不胜感激您在这方面能给我的任何帮助。

First, I Would suggest you consider using the out-of-the-box integration, which will save you the need to develop anything.首先,我建议您考虑使用开箱即用的集成,这将节省您开发任何东西的需要。 You can find it https://www.docusign.com/solutions/microsoft/dynamics-365-CRM你可以找到它https://www.docusign.com/solutions/microsoft/dynamics-365-CRM

Second, in terms of authentication, you need to decide who your customers are, do they have DocuSign accounts, can they log in?其次,在身份验证方面,您需要确定您的客户是谁,他们是否有 DocuSign 帐户,他们可以登录吗? otherwise you need to use JWT.否则你需要使用 JWT。

C# code for both JWT and Auth Code Grant can be downloaded usingquickstart , which also configures the developer account for you automatically.可以使用quickstart下载 JWT 和 Auth Code Grant 的 C# 代码,它还会自动为您配置开发者帐户。

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

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