admin管理员组文章数量:1417651
Under Project service:
And under project template:
There is a possibility of customizing forms in Microsoft Dynamics CRM, through Customize entity:
Also, seems like we can add a new field as well:
to forms:
I see that there is no file field in the forms:
Is there a way to allow file upload in Microsoft Dynamics CRM forms?
Maybe programmatically?
Under Project service:
And under project template:
There is a possibility of customizing forms in Microsoft Dynamics CRM, through Customize entity:
Also, seems like we can add a new field as well:
to forms:
I see that there is no file field in the forms:
Is there a way to allow file upload in Microsoft Dynamics CRM forms?
Maybe programmatically?
Share Improve this question edited Oct 13, 2016 at 10:45 Mr.X asked Oct 10, 2016 at 8:11 Mr.XMr.X 31.4k27 gold badges147 silver badges229 bronze badges3 Answers
Reset to default 4If you have Notes enabled on the entity, you can upload files via the notes ponent on the form.
To enable it, go to the entity customization and check the Notes box, and then add notes to your entity form. Now you can upload files on the entity form by adding a new note on the record, through the newly added Notes ponent.
Picture guide: https://i.sstatic/Xwjrd.jpg
An alternative is using something like SharePoint instead to host your files, and using the standard CRM/SharePoint integration to access them in CRM. That way you won't use up all your expensive CRM storage with files.
The standard option for doing a file upload is creating a note (entity annotation
) which can have a file attached to it.
Alternatively you can create a custom HTML web resource handling the upload for you. This requires mon HTML/Javascript techniques, as discussed elsewhere on StackOverflow.
From my experience, doing what Henk van Boeijen mentioned (custom HTML/Js) will be more appealing in terms of UI. You just need to enable notes, and after that, use REST endpoint. Example is here: http://scaleablesolutions./upload-notes-attachments-using-javascript-and-rest/
本文标签: javascriptHow to allow file upload in Microsoft Dynamics CRM formsStack Overflow
版权声明:本文标题:javascript - How to allow file upload in Microsoft Dynamics CRM forms? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745280463a2651397.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论