Siebel Consumer Goods Handheld Guide > Print Tagging Language > Overview of Siebel Handheld Print Tagging Language >

Applet


Description

Specifies the applet to be printed.

Usage

Any data that appears in your document must be generated from the applets in the view. Therefore, you must create applets that will produce the data required for your document.

Use the Applet tag to specify any number of list or form applets within the template and to locate the applet in your document. In the form view, a maximum of two fields per row are supported.

Syntax

<TAG:Applet Name="APPLET NAME" Query="QUERY STRING" Caption="CAPTION" Headerdivider="HEADERDIVIDER" Recorddivider="RECORDDIVIDER" Wrap="WRAP">

Parameter
Description

TAG:Applet

(Required) Applet tag indicator.

APPLET NAME

(Required) Applet name as defined in Siebel Tools.

QUERY STRING

(Optional) Specifies the query string directly set to the business component supporting the document.

If the query string is not specified, the currently active query string in the view is applied to expose the relevant records.

CAPTION

(Optional) Specifies whether the captions in the form applets are suppressed.

Valid values are TRUE (default) and FALSE. This parameter does not apply to list applets. Column headings in list applets are always enabled.

HEADERDIVIDER

(Optional) Specifies whether a divider is printed below the column heading in list applets.

Valid values are TRUE and FALSE (default). This parameter does not apply to form applets.

RECORDDIVIDER

(Optional) Specifies whether a horizontal divider is printed between records in list applets.

Valid values are TRUE and FALSE (default). This parameter does not apply to form applets.

WRAP

(Optional) Specifies whether text field values are word wrapped.

Valid values are TRUE and FALSE (default). This parameter does not apply to numeric fields.

Example

<TAG:Applet Name="Order List" Headerdivider="TRUE">

Siebel Consumer Goods Handheld Guide