Table 28. SWE Arguments
|
|
|
|
|
SWEAC |
None |
Allows login manager to string two SWE commands in a single request. (Formerly known as SWEAuxCmd.) |
SWECmd=ExecuteLogin (followed by) SWEAC=GotoPageTab
|
SWECmd=ExecuteLogin&SWEUserName=joe&SWEPassword=passwd&SWEAC=SWECmd=GotoPageTab&SWEScreen=Accounts+Screen&SWEReloadFrames=1
|
SWEBU |
None |
Indicates that a URL is a bookmarked URL. It is retrieved in the UI by using the Get Bookmark URL command. |
SWEBU=1 (if used as a bookmark URL)
|
None |
SWECount |
C |
Dynamically generates an index number for each hyperlink for the purpose of bookmarking each request. |
SWEC= n (where n is a positive integer number) (or) <ARG NAME="SWEC"> n </ARG>
|
SWEC=1 (or) <ARG NAME="SWEC">1</ARG>
|
SWEDataOnly |
None |
Discards all UI content (including anchors) if set to TRUE. |
SWEDataOnly={TRUE|FALSE} (or) <ARG NAME="SWEDataOnly">TRUE|FALSE</ARG>
|
SWEDataOnly=TRUE (or) <ARG NAME="SWEDataOnly">TRUE</ARG>
|
SWEExclude |
None |
Uses the comma-separated UI element names specified as the value of the parameter to exclude UI elements from appearing in the output document. |
SWEExclude="list of names" ( names can be MENU , SCREENBAR , TOOLBAR , THREADBAR , PAGEITEM , VIEWBAR ) (or) <ARG NAME="SWEExclude">list of names</ARG>
|
SWEExclude="MENU,SCREENBAR" (or) <ARG NAME="SWEExclude"> MENU,SCREENBAR</ARG>
|
SWEField |
F |
Specifies the name of the applet field. |
SWEField=<field name> (or) <ARG NAME="SWEField">field name</ARG>
|
SWEField=Revenue (or) <ARG NAME="SWEField">Revenue</ARG>
|
SWEFullRefresh |
None |
Forces a full refresh of the Siebel Web Client, for applications deployed in Siebel Open UI or high interactivity. Used by the Siebel Open UI or high interactivity client to send a SWE command to load the completely. Typically used for session interleaving from a non-Siebel session. |
SWEFullRefresh={TRUE|FALSE} (or) <ARG NAME="SWEFullRefresh">TRUE|FALSE</ARG>
|
SWEFullRefresh=TRUE (or) <ARG NAME="SWEFullRefresh">TRUE</ARG>
|
SWEGetApplet |
None |
This parameter is used to filter the outbound XML document so only the applet named as the value of the parameter is allowed in the output. All other document content is discarded. |
SWEGetApplet=<name of the applet> (or) <ARG NAME="SWEGetApplet">name of the applet</ARG>
|
SWEGetApplet=Account+List+Applet (or) <ARG NAME="SWEGetApplet">Account List Applet</ARG>
|
SWEGetPDQ |
None |
Discards all XML content and returns only PDQ list when set to TRUE. |
SWEGetPDQ={TRUE|FALSE} (or) <ARG NAME="SWEGetPDQ">TRUE|FALSE</ARG>
|
SWEGetPDQ=TRUE (or) <ARG NAME="SWEGetPDQ">TRUE</ARG>
|
SWEKeepContext |
Kx |
Keeps the current business object if going to a view that uses the same business object, if set to TRUE. |
SWEKeepContext={TRUE|FALSE} (or) <ARG NAME="SWEKeepContext">TRUE|FALSE</ARG>
|
SWEKeepContext=TRUE (or) <ARG NAME="SWEKeepContext">TRUE</ARG>
|
SWENeedContext |
Nct |
Skips restoring the state of the view, applet, business object, and business component when going back to a previously viewed page, if set to FALSE. Default is TRUE for a view or applet and FALSE for a Web page. |
SWENeedContext={TRUE|FALSE} (or) <ARG NAME="SWENeedContext">TRUE|FALSE</ARG>
|
SWENeedContext=TRUE (or) <ARG NAME="SWENeedContext">TRUE</ARG>
|
SWENoAnchor |
None |
Discards all anchors if set to TRUE. |
SWENOAnchor={TRUE|FALSE} (or) <ARG NAME="SWENoAnchor">TRUE|FALSE</ARG>
|
SWENoAnchor=TRUE (or) <ARG NAME="SWENoAnchor">TRUE</ARG>
|
SWEReloadFrames |
RF |
Forces the reloading of all HTML frames when set to TRUE. |
SWERF={TRUE|FALSE} (or) <ARG NAME="SWERF">TRUE|FALSE</ARG>
|
SWERF=TRUE (or) <ARG NAME="SWERF">TRUE</ARG>
|
SWEReqRowId |
Rqr |
Needs to position to the row specified in the argument SWERowId, if set to TRUE. |
SWEReqRowId={TRUE|FALSE} (or) <ARG NAME="SWEReqRowId">TRUE|FALSE</ARG>
|
SWEReqRowId=TRUE (or) <ARG NAME="SWEReqRowId">TRUE</ARG>
|
SWERows |
Rs |
Specifies the number of rows to be used as an attribute of an HTML frameset. |
SWERs= n (where n is a positive integer number) (or) <ARG NAME="SWERs">n</ARG>
|
SWERs=1 (or) <ARG NAME="SWERs">1</ARG>
|
SWERowId |
R |
The row ID of the record to position to. |
SWERowId=<rowid><ARG NAME="SWERowId"> rowid</ARG>
|
SWERowId=12-XI46FG<ARG NAME="SWERowId">12-XI46FG</ARG>
|
SWERowIds |
Rs |
A string specifying the row ID of the parent business components. |
SWERowIds=<string of rowids><ARG NAME="SWERowId"> string of rowids</ARG>
|
SWERowIds=SWERowId0%3d12-61W25L<ARG NAME="SWERowId">SWERowId=12-61W25L</ARG>
|
SWESetMarkup |
None |
Temporarily sets the markup language to use in the output document. |
SWESetMarkup=<name of the markup language><ARG NAME="SWESetMarkup">markup language</ARG>
|
SWESetMarkup=HTML<ARG NAME="SWESetMarkup">HTML</ARG>
|
SWESetNoTempl |
None |
Disables the use of templates during the generation of the outbound document. |
SWESetNoTempl={TRUE | FALSE}<ARG NAME="SWESetNoTempl">TRUE|FALSE</ARG>
|
SWESetNoTempl=TRUE<ARG NAME="SWESetNoTempl">TRUE</ARG>
|
SWESetRowCnt |
None |
Temporarily sets the workset size or row number of list applets in the view. |
SWESetRowCnt=<number of list rows><ARG NAME="SWESetRowCnt">number of list rows</ARG>
|
SWESetRowCnt=50<ARG NAME="SWESetRowCnt">number of list rows</ARG>
|
SWEXslStyleSheet |
None |
Specifies the name of the XSLT style sheet to use to perform the XSLT on the XML output document. |
SWEXslStyleSheet=<stylesheet name> (The style sheet needs to be in the application's webtempl directory.) <ARG NAME="SWEXslStyleSheet">name of the XSLT stylesheet</ARG>
|
SWEXslStyleSheet=ui.xsl<ARG NAME="SWEXslStyleSheet">ui.xsl</ARG>
|