Configuring View-Based Applets to Be Embedded in a Portlet
When an applet has been configured part of a view rather than as
a standalone applet, it can still be exposed in a portlet. To do this,
use the GotoView
command with the following additional
parameters:
SWECmd=GotoView; SWEView=<View_Name>; SWEApplet=<Applet_Name>
Only the applet specified in the portlet will be embedded in the portlet. For example, only the Opportunity List Applet will be shown using the following URL:
http://<siebel_server>/<siebel/app/application>/lang?IsPortlet
=1&SWECmd=GotoView&SWEView=Opportunity+List+View&SWEApplet=Opportunity+List+Applet
Note: If an applet that does not exist in the view is specified, then
the URL is considered invalid and the applet fails to build. This
results in unpredictable behavior in the portlet.