Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Tuesday, July 1, 2025
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
7/1/2025 5:32:49 AM
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 Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: hide taskpane by default
Jim Wright
Posts: 12
hide taskpane by default
Posted: 24 Feb 10 1:59 PM
Before I go digging too far, does anyone know how to have the taskpane hidden by default. My users don't really use it, and want that real estate back (Web 7.5.1).
[
Reply
][
Quote
]
Mike LaSpina
Posts: 116
Re: hide taskpane by default
Posted: 01 Mar 10 11:10 AM
You should be able to disable or remove items from the task pane globally in the 'Tasklet' tab of your Portal Manager in App Architect.
Expand "Portal Manager" and double click on "Sage Sales Logix" to get to it.
[
Reply
][
Quote
]
Jim Wright
Posts: 12
Re: hide taskpane by default
Posted: 02 Mar 10 1:26 PM
Thanks, but that isn't exactly what I'm looking for. I don't want to permanently remove the items...just have that portion defaulted to collapsed. I have figured out that this is set on a per browser basis through a cookie, and I can force it by setting:
ys-center_panel_east=o%3Acollapsed%3Db%253A1
And I have that working by setting that value in the login.aspx....unfortunately we use the windows integrated login, and I'm not sure where the best place it to put the code in that.
[
Reply
][
Quote
]
Mike LaSpina
Posts: 116
Re: hide taskpane by default
Posted: 02 Mar 10 1:36 PM
Your best bet might be to add it to base.master which is the page that all smartparts are inherited from. Another option is to create a module to do it and add it to your portal so it will fire for every page.
[
Reply
][
Quote
]
Jim Wright
Posts: 12
Re: hide taskpane by default
Posted: 02 Mar 10 1:53 PM
I thought about adding it to base.master, but then figured out that I could add it to Windows.aspx.cs so it just gets them at the point of entry.
HttpContext.Current.Response.Cookies["ys-center_panel_east"].Value = "o%3Acollapsed%3Db%253A1";
[
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
|
page cache (param): 7/1/2025 5:34:35 AM