Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个生成 PDF 文档的 C# 服务。之后,我需要使用 Web-API 在 CRM 2016 中创建新记录并插入生成的 PDF
这可以通过 CRM Web-API 实现吗?有什么提示吗?
你当然可以。
Base64 编码内容并将其放在documentbody. annotation正确的 MIME 类型是application/pdf
documentbody
annotation
application/pdf