For Programmers: Free Programming Magazines  


Home > Archive > MSDN > December 2005 > Microsoft CRM - Removing export to excel button









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Microsoft CRM - Removing export to excel button
Ross M

2004-06-25, 6:59 pm

Has anyone managed to remove or disable the button to export to excel that appears on the default grid view in Microsoft CRM.

Thanks,
-----
Ross
Ronny Ong

2004-06-25, 6:59 pm

You have a better chance of getting an answer in microsoft.public.crm


paulf

2004-08-04, 3:56 pm

quote:
Originally posted by Ross M
Has anyone managed to remove or disable the button to export to excel that appears on the default grid view in Microsoft CRM.

Thanks,
-----
Ross



Go to C:\Inetpub\wwwroot\_grid

Edit action.js

Replace:

function exportToExcel(sGridName, sObjId)
{
printGrid(sGridName, sObjId, true);
}

With:

function exportToExcel(sGridName, sObjId)
{
// printGrid(sGridName, sObjId, true);
}

Paul
svs_sun

2005-12-20, 11:33 pm

quote:
Originally posted by Ronny Ong
You have a better chance of getting an answer in microsoft.public.crm


Is there any way to control the Export button based on the User (or) Role Wise.

Any idean please?
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com