Has anyone implemented functionality where portal users can upload a csv file in order to perform a data import to create multiple records?
Thanks G
*This post is locked for comments
Has anyone implemented functionality where portal users can upload a csv file in order to perform a data import to create multiple records?
Thanks G
*This post is locked for comments
Hi Pranav, I have a similar requirement. How did you go about this?
What this achieved by using azure storage
This appears verified, but I just wanted to offer additional options.
Saving the csv to and upload folder then adding a custom directory/file watcher to process the files. We have implemented a similar solution. Another option is to use a product like Scribe which handles this nicely for you. Once you get your files to a storage location Scribe will pick up and process as needed. Good luck.
Hi Gman
If you need to do this through portal now. Your only option would be to use portal comments and server side code firing on creation of portal comment.
On a very high level , process should be
1. Portal user adds portal comment with requested exam qualification record as attachment
2. Plugin fires on create of portal comment with regarding as contact which reads the excel template(csv) attached with portal comment
3. In Plugin logic , basically you need to do this ( an equivalent of import data using map)
The reason for this it to allow a contact to upload multiple Exam Qualifications records with the provided downloaded excel template
Unfortunately there is no OOB functionality to import data in portal yet. You can suggest this in D365 Ideas - ideas.dynamics.com/.../605c8912-8def-e511-80ba-00155d03a726
Hi gman76, There is no OOB utility to do this in portal. However we have created a new ASP.Net project hosted with portal to achieve this functionality. Custom page uses server side script to connect to CRM and transfer data. Look and feel is exactly like portal page.
It works like a charm.
Regards
Pranav
This is not supported at the moment with current version of portal of doing data import through portal. You can enable adding notes/attachments to an entity. I would question why do you need this from portal.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156