Siebel Object Types Reference > Siebel Object Types Reference > Applet Object Types >

Applet Message Variable


An applet message variable includes a list of business component fields and their corresponding numerical key. Siebel CRM uses this numerical key to identify the placeholder it must replace in the parent applet message.

For example, assume the following applet message:

Here is the tracking number for your case: %1.

The Applet Message Variable that Siebel CRM uses for the Case Id business component field in this example is a value of 1. At runtime, if the value of Case Id is 12-ABCX, then the Applet Message contains the following value:

Here is the tracking number for your case: 12-ABCX.

This object type occurs in the following location in the object hierarchy:

Table 8 describes properties that Siebel CRM uses with an applet message variable.

Table 8. Properties of the Applet Message Variable
Property
Description

Field (R)

Specifies a field from the business component that the applet references.

Field - Language Override (O)

Specifies the language that Siebel CRM uses for a field that is different from the language that the Siebel Business Application uses.

Value (R)

Specifies a numeric value for the field value that Siebel CRM replaces at runtime. This value must correspond to one of the placeholders in the text of the parent applet message.

Siebel Object Types Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.