Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

CRM Portal - Restrict portal user for limited number of attachments to be selected from CRM Portal.

Posted on by Microsoft Employee

Hi Experts,

I need to restrict portal user for not selecting more than 10 files from the portal using entity form. I am using OOB file attachments configuration in CRM Portal.

 I am not able to see any configuration on Entity form for restricting the number of attachments to be selected by the user.

Please suggest.

Thanks in Advance,

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: CRM Portal - Restrict portal user for limited number of attachments to be selected from CRM Portal.

    Thanks, Arpit for the Solution. its working perfectly.

  • Verified answer
    Arpit Shrivastava Profile Picture
    Arpit Shrivastava 7,518 User Group Leader on at
    RE: CRM Portal - Restrict portal user for limited number of attachments to be selected from CRM Portal.

    Hi Rohini,

    Try below code under Custom Javascript:

    // Upload file Condition
    $("input[type='file']").change(function () {

    var $fileUpload = $("input[type='file']");
    if (parseInt($fileUpload.get(0).files.length) > 10) {
    alert("You can upload up to 10 files only");
    $fileUpload.val('');
    return false;
    }
    });

    Mark the answer verified If it works.

    Cheers
    Arpit
    https://arpitmscrmhunt.blogspot.in

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans