Notifications
Announcements
No record found.
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,
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
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.
CheersArpithttps://arpitmscrmhunt.blogspot.com
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
SA-08121319-0 4
Calum MacFarlane 4
Alex Fun Wei Jie 2