Task views

dhendin

Active Member
I'm New, Can anyone tell me how to save the task view on a citrix terminal server , or is it PC specific ?
 
When the user signs on to a citrix terminal server, I want the same Menu to
come up , right now it comes up to the activators Menu

Diane Hendin
One World Administrator
Macdon Industries Ltd.
(204) 831-4412
Fax # 832-7749
www.macdon.com
 
Re: RE: Task views

{From JDE helps (which are almost correct):}

[EXPLORER]

JASWebServer = “toolsjass1"

JASPortalURL=“http://toolsjass1/jdeowportal"

JASForceEnv=

ExplorerHomeURL=“toolsjass1/jde/portal"

ExplorerStart=home

You can also configure the home page to display the last task the user viewed by setting ExplorerStart=task. To define a specific task view, set ExplorerStart=task:1234, where 1234 is the task view identifier.

{I'm doing this on my PC with the Standalone version... the helps are wrong because the word "task" needs to be capitalized. So it should be written <<ExplorerStart=TASK:91>> which would start the JDE menus
Does that do it?}
 
Back
Top