Updating Fields When Siebel CRM Updates Other Fields
The On Field Update Set n user property sets the value of a business component field when Siebel CRM updates another field. The value for this user property must use the following format:
"FieldToCheck", "FieldToSet", "Value", "Condition"
where:
Value and Condition are optional parameters.
Note the following:
If Siebel CRM updates FieldToCheck, then it sets FieldToSet to Value.
If you do not include the Value parameter, then it sets FieldToSet to the value that FieldToCheck contains.
If you include Condition, then it updates FieldToSet only if Condition evaluates to TRUE.
Double quotes (") must enclose each parameter. A comma and a space must separate each parameter.
For more information, see How This Book Describes the User Property Format.
You can specify this user property with or without the numeric suffix. For more information, see Numbering Instances of a User Property.