Siebel Portal Framework Guide > Delivering Content to External Web Applications > Common Operations >

Navigating to a Screen


You use the GotoPageTab command to navigate to a specific screen. The Web application returns either an XML or HTML response containing data about the screen's views and applets. For a complete list of the screen names to which you can navigate, see Table 24.

<?xml version="1.0" encoding="UTF-8"?>

<EXEC PATH="/callcenter/start.swe">

<CMD NAME="SWECmd" VALUE="GotoPageTab">

<ARG NAME="SWEScreen">screen name</ARG>

<ARG NAME="SWESetMarkup">XML</ARG>

<ARG NAME="SWEDataOnly">TRUE</ARG>

<ARG NAME="SWESetNoTemp">TRUE</ARG>

</CMD>

</EXEC>

Siebel Portal Framework Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.