Siebel Service Handheld Guide > Print Tagging Language > Overview of Siebel Handheld Print Tagging Language >

Title


Description

Name used to identify the template.

Usage

The Title tag is a required tag in your print template file.

When you print your document, this title appears in the print job list. This title does not appear on the document that is printed. Use static text to add the document title to your template.

Syntax

<TAG:Title Title="TITLE">

Parameter
Description

TAG:Title

(Required) Title tag indicator.

TITLE

(Required) Title text. May be between 1-255 characters.

Example

<TAG:Title Title="Quotation">

<TAG:Title Title="Invoice">
<REM: Invoices Print Template. This template includes 3 applets.>
<TAG:Format Face="Helvetica" Size="16" Align="Center">
[Distributor Name
Street Address
City, Country Postal Code
Phone Number Fax Number]
<TAG:Format Face="Helvetica" Size="20" Bold="TRUE" Align="Center">
INVOICE
<TAG:Format Face="Helvetica" Size="8" >
<TAG:Applet Name="SHCE Service Print Invoice Header Applet" Caption="TRUE" Wrap="TRUE">
<TAG:Format Face="Helvetica" Size="8">
Parts:
<TAG:Applet Name="SHCE Service Print Invoice Parts Applet" Maxlines="25" Line="FALSE" Wrap="TRUE" Headerdivider="TRUE" Recorddivider="FALSE">
Time:
<TAG:Applet Name="SHCE Service Print Invoice Time Applet" Maxlines="25" Line="FALSE" Wrap="TRUE" Headerdivider="TRUE" Recorddivider="FALSE">
Expenses:
<TAG:Applet Name="SHCE Service Print Invoice Expense Applet" Maxlines="25" Line="FALSE" Wrap="TRUE" Headerdivider="TRUE" Recorddivider="FALSE">
<TAG:Divider Weight="2">
<TAG:Format Face="Helvetica" Size="12" Align="LEFT">
Customer
<TAG:Divider Weight="2">
<TAG:Format Face="Helvetica" Size="12" Align="LEFT">
Rep

Siebel Service Handheld Guide