web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

Hiding Export to Excel Button on Account Entity even when a record is selected

(0) ShareShare
ReportReport
Posted on by 30
 Dear Community,
 
I've been try to hide 'Export to Excel' button on Account Entity for some users. That user shouldn't have access to export to excel only on Account Entity.
Export to Excel is hiding ok for the HomePageGrid.
but if the user is selected one or more record, it is showing again.
 
Is there a way to hide 'Export to Excel' even when a record is selected?
I've been tried SelectedControlSelectedItemCount on CRM parameter but no luck.
 
Here is my code.
function getCurrentUserSecurityRole_CustomerAccess()
{
    debugger;
    var value=true;
    var userRoles=Xrm.Utility.getGlobalContext().userSettings;
    if(Object.keys(userRoles.roles._collection).length>0)
    {
        for ( var rolidcollection in userRoles.roles._collection)
        {
           var currentUserRoles= Xrm.Utility.getGlobalContext().userSettings.roles._collection[rolidcollection].id;    
//if user doesn't have access to 'Export to Excel' for Account Entity
           if(currentUserRoles.toLowerCase()==/8d1657c6-3e21-ee11-9cbe-6045bd57c806/)
           {
               value=false;
               break;
           }
        }
    }
    return value; 
}
 
 
I have the same question (0)

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 179 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 110

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 61 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans