About Search Specifications
When using standalone applets in portlets, the data displayed in the standalone applet can be controlled by using search specifications. The search specifications are applied to various Business Component fields on which the standalone applet is deployed. You can control the search specifications using the following parameters:
BCField<n>. Defines the business component field on which to query.
BCFieldValue<n>. Defines the value that the
BCField<n>
must match for the record to be displayed.PBCField<n>. Defines the parent business component field on which to query.
PBCFieldValue<n>. Defines the value that the
PBCField<n>
must match for the record to be displayed.
For example, if you wanted to specify the Opportunities List applet embedded in a portlet and limit the records displayed to Opportunity Names that match "Test Opportunity" you could use the following URL:
http://<siebel_server>/<siebel/app/application>/lang?IsPortlet
=1&SWECmd=GetApplet&SWEApplet=Opportunity+List+Applet&SWESM=Base&BCField0=Opportun
ity+Name&BCFieldValue0=Test+Opportunity