Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, August 18, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: [SLX 7.5.1] How to disable "Export to Excel"
dl@megabyte.be
Posts: 14
 
[SLX 7.5.1] How to disable "Export to Excel"Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Apr 09 5:37 AM
Hi,

I would like to know how to disable the Export to Excel in SLX 7.5.1.
I succeded for the taskpane but I'm still looking for the menu below the speedsearch textbox...?

Thanks
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: [SLX 7.5.1] How to disable "Export to Excel"Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Apr 09 4:26 PM
That menu is loaded in via a module, you'll not be able to get to the code. However, you can hide the menu option with some CSS. I am not infront of a system with SLX on it at the moment, but look at the page source or use the FireBug addin in Firefox to locate it and then add some CSS to hide it. Does that make sense?
[Reply][Quote]
dl@megabyte.be
Posts: 14
 
Re: [SLX 7.5.1] How to disable "Export to Excel"Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Apr 09 4:11 AM
Thanks, I'll try that this week. I let you know.
[Reply][Quote]
dl@megabyte.be
Posts: 14
 
Re: [SLX 7.5.1] How to disable "Export to Excel"Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 09 3:29 AM
I found a solution.

1. I used a role for the taskpane (Admin is allowed to export a group).
2. For the contextMenu (group) I have edited the script "general.js" and I have added in "checkMenuItemAvailability" this line of code : if(menu.items.items[i].id == 'navItemExport') menu.items.items[i].disable();
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: [SLX 7.5.1] How to disable "Export to Excel"Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 09 10:15 AM
Those are good ideas. BTW, instead of just assigning a role to the Tasklet, you could remove the export to excel option from it completely as well (I forgot it even showed there).

To do this, open SmartParts\TaskPane\CommonTasks\CommonTasksTasklet.ascx.cs and locate the method called FillDictionaries. That is where it fills collections of the tasks for each entity. You could just simply remove the export to excel option from those lists.

-Ryan
[Reply][Quote]
dl@megabyte.be
Posts: 14
 
Re: [SLX 7.5.1] How to disable "Export to Excel"Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Apr 09 10:24 AM
I cant' remove it. My Customer need for some people to export a group to excel.
Thanks anyway
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 8/18/2025 2:22:22 AM