Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Portals: Is it possible to allow certain users to import from the Excel file?

(0) ShareShare
ReportReport
Posted on by 290

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

  • Suggested answer
    Arpit Shrivastava Profile Picture
    7,518 User Group Leader on at
    RE: Portals: Is it possible to allow certain users to import from the Excel file?

    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

     

  • Suggested answer
    Mahendar Pal Profile Picture
    45,095 on at
    RE: Portals: Is it possible to allow certain users to import from the Excel file?

    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

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
dkrishna Profile Picture

dkrishna 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans