Dynamic CRM Plugin download Word document

前端 未结 1 843
猫巷女王i
猫巷女王i 2021-01-21 19:20

I have created CRM plugin, which on Case create need to download a document to the client. When I create a case plugin is working but it doesnt download a document. In console

相关标签:
1条回答
  • 2021-01-21 19:37

    Tweaking the HttpResponse in a plugin is not supported and should be avoided by all means. In other words, you cannot do this using a plugin.

    When you need to offer a download option in Dynamics CRM for (Word) documents, a solution could be to create a separate web site containing a download page. Then you can integrate this page into CRM by means of an IFrame or HTML web resource.

    0 讨论(0)
提交回复
热议问题