Referencing a Process Property
To reference a process property in an expression, use the following format:
[&PropName]
For example:
[&Object Id] like '99-28B1T'
In this example, the &
indicates a process property and the Object
Id
is the name of the process property.
The following example shows how Siebel CRM can use a process property as a substitution variable. This example uses an input argument to create a message body:
The Activity #" + [&Object Id] + ", owned by " + [&First Name]+" "+[&Last Name] + "
is three days past the Due Date.
In this example, Object Id, First Name, and Last Name are defined as process properties.
For more examples of using a process property as a substitution variable, see Using Compound Expressions and Substitutions in a Search Specification and Using Substitution Variables in an Expression.