Hi Guys,
do you have any idea if this could be supported? E.g. if we allow dealers to upload the data instead that they send emails to CRM user who import it later on..
BR;
Miha
*This post is locked for comments
Hi Guys,
do you have any idea if this could be supported? E.g. if we allow dealers to upload the data instead that they send emails to CRM user who import it later on..
BR;
Miha
*This post is locked for comments
Hi Miha,
You can use Attach Files feature of Entity form.
(Check here -https://nishantrana.me/2017/02/15/add-attach-file-additional-settings-in-entity-form-in-portal-in-dynamics-365/).
And in CRM extract/read the file from Note Attachment, using either Async Plugin/Workflow and create the records in CRM.
Sample code to read Note's attached file content:
string fileName = (string)annotationFRI.Attributes["filename"]; string noteText = (string)annotationFRI.Attributes["notetext"]; string documentBody = (string)annotationFRI.Attributes["documentbody"]; byte[] fileContent = Convert.FromBase64String(documentBody);
Can refer following article also-
https://parthimscrm.wordpress.com/2013/10/28/read-annotation-file-contents-crm-2011-c/
https://msdn.microsoft.com/en-us/library/gg328429.aspx
If found useful, please mark the answer as verified.
Cheers
Arpit
https://arpitmscrmhunt.blogspot.com
Hi,
There is no direct options but you can look for the workaround by using custom code to read import files through notes. You can see some discussed here: community.dynamics.com/.../246471
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
52
dkrishna
6