Skip Headers
Siebel CRM Composer Developer Preview Guide
Siebel Innovation Pack 2015 Rev. A
E60725-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Added Fields in Siebel CRM Composer

All of the properties (attributes) in Siebel Tools are available as fields in Siebel CRM Composer. However, Siebel CRM Composer includes some additional fields. Table 2-3 describes these added fields. These fields are included in the following views:

Table 2-3 New Fields in Siebel CRM Composer

Field View Description

Template Item Holder Name

Web Page Item

View Web Template Item

Applet Web Template Item

Type a meaningful name for the value in the Item Identifier field, which is a placeholder field. This name allows you to more easily identify an element item that you want to find in the Siebel Web template.

Item Identifier Name

Web Template Item

Type a meaningful name for the value in the Item Identifier field, which is a placeholder field. This name allows you to more easily identify an element item that you want to find in the Siebel Web template.

Expression

Web Template Item

Web Page Item

View Web Template Item

Type a standard Siebel expression for the element item to specify content and functionality the user interface. The expression is evaluated at run time to determine if the element qualifies for rendering in the user interface.

For the expressions that you enter in the Applet Web Template Item view, you can specify global details, such as profile attributes, system preferences, and user login details. You can also specify information about business components. For the expressions that you enter in other views, you can specify only global details.

All expressions must comply with the Query-Based Expression (QBE) syntax for standard Siebel expressions. For more information about expressions, see Siebel Developer's Reference.

For examples of expression values, see the following topics for use cases:

Type

Web Template Item

View Web Template Item

In the Web Template Item view of Siebel CRM Composer, you can select the following values in the Type field:

  • Container. Designates a standard HTML element. For example, the <div> tag identifies a standard HTML element.

  • Content Item. Designates a placeholder to render a Web template item for an applet, a view, or a Web page. For example, the <swe:control> tag renders an applet control.

In the View Web Template Item view of Siebel CRM Composer, you can select from among many values for user interface elements in the Type field, including Applet, Button, Text, and Link. View Web Template Item in the Object List Editor in Siebel Tools applies to only applets. (In Siebel Tools, you can add only an applet to a view.)

In this release of Siebel CRM Composer, only the user interface elements available in Siebel Tools are supported. In later releases, additional user interface elements will be supported.

HTML Attributes

Web Template Item

Web Page Item

View Web Template Item

Type the class names that apply to rendering the element item in the user interface.

Sequence

Web Template Item

Web Page Item

View Web Template Item

Applet Web Template Item

Type a number to designate the order in which the element item appears in the user interface relative to the other element items.

Group Name

Web Template Item

Web Page Item

View Web Template Item

Applet Web Template Item

Type the name of the parent element item for the element item to establish a hierarchy between the two items.

Web Template Name

Web Page Item

View Web Template Item

Applet Web Template Item

This field is reserved for future use.

Include Template

Web Template Item

Select another Web template in which to include the item for this Web template.

Repeat Config

Web Template Item

Type a number to indicate the number of times to repeat the element item. For example, you can enter the following text in this field instead of creating ten records for the element item:start=1;count=10.