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
| |
|
| 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? |
|
|
|
|