CRM 2013 C# Plugin fill Word template -


im trying create crm plugin open word template, fill data , download user. work fine, except when need download document user. know not possible download throught httpresponse, dont know how tackle this.

do have suggestion??

note: here dynamic crm plugin download word document similar problem, didnt solve problem ,just sayed not possible throught httprequest.response.

the means plugins "communicate" users exception (obviously, don't want that!), preferred approach in these cases create annotation (a note) attached record triggered plugin, attaching file it.

you'd able download file via js through odata/fetchxml.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -