Configuring Multiple Command Chaining in a URL
Use the SWEAC
parameter to chain more than one
command in a URL. An example, where this might be useful is a situation
where you want to navigate to a certain view and create a new record
in that view's active applet.
To configure multiple command chaining in a URL, include the following attribute in the URL:
SWEAC=SWECmd=NewRecord]
The full URL should use the conventions in the following example:
http://<siebel_server>/<siebel/app/application>/lang?IsPortlet
=1&SWECmd=GotoView&SWEView=Opportunities+List+View&SWEAC=SWECmd=NewRecord
The preceding example runs the Siebel application in the portlet and takes the context to the Opportunity View to create a new record in the active applet on that view.