You can set the default page the agent will access when logging in. The DefaultLoginPageActor, which uses the defaultLoginOption actor-chain, allows you to set the default login page. The actor is located at /atg/svc/ui/formhandlers/DefaultLoginPageActor.

Parameter

Description

agentUserDefaultHomeTab

The default login page for the agent.

Set Default Login Page Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json"
-d "{ \"agentUserDefaultHomeTab\": \"ticketsTab\" }" "http://localhost:8181/rest/
model/atg/svc/ui/formhandlers/DefaultLoginPageActor/defaultLoginOption"

Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices