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:
Siebel Objects > Applet > Applet Message > Applet Message Variable
The following table describes properties that Siebel CRM uses with an 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 CRM 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. |