Configuring Views to Be Embedded in a Portlet
You can allow a view to be embedded in a portlet. Doing so runs the Siebel application in the portlet and navigates to a specified view. The view specified must be accessible anonymously or by user who is logged in to the Siebel Open UI client.
To allow a view to be embedded in a portlet, include the following command in the URL:
SWECmd=GotoView; SWEView=<View Name>; ]
The full URL should use the conventions in the following example:
http://<siebel_server>/<siebel/app/application>/lang?IsPortlet
=1&SWECmd=GotoView&SWEView=<View Name>
For example, with the Opportunities List View embedded in a portlet, the URL would use the conventions in the following URL:
http://<siebel_server>/<siebel/app/application>/lang?IsPortlet
=1&SWECmd=GotoView&SWEView=Opportunities+List+View