Portal workspace

wainwrr

wainwrr

Well Known Member
Is there a simple way to pre-load the default workspace for a user on the portal? It seems to remember which you used last time you logged in but lose that info. if you bounce the web server (after a full package deploy and generate).
I'd like to force everybody into the same workspace apart from CNC's etc.
Running with debug on I can see when (roughly) but not whence it gets the value it uses.

Any hints would be greatly appreciated.
 
Try the following:

Use the Setup Page utility to designate a default workspace. To run, log in to the Portal as an administrator and run the following servlet: (Requires at least SP18)

http://hostname /jde/servlet/com.jdedwards.oneworld.owportal.SetupPageServlet

and/or in JAS.INI

[PORTALCONFIGURATION]

DefaultWorkspaceOnly=TRUE 'allows access to the default workspace only.

DefaultWorkspace=[WORKSPACE ID] 'Workspace to use as Default

Hope it is helpful,

Scott
 
Thanks - just the job.
I've used ForceDefaultWorkspace=TRUE (so it always displays the workspace I want it to) with
DefaultWorkspaceOnly=FALSE (so CNC's can move to another if needed)
 
Back
Top