Updating the Parent Business Component if Siebel CRM Modifies Children
The OnAddAssocUpdateParent: buscompname user property updates a parent business component with the value that Siebel CRM sets in a child business component if it associates an account or contact with this child business component. The value for this user property must use the following format:
"Condition1", "ParentBCField1", "[ChildBCField1]"
or "Expression1", "ParentBCField2", "[ChildBCField2]"
or "Expression2", ...
where:
ParentBCFieldn identifies a field that resides in the parent business component that Siebel CRM updates if it evaluates Conditionn to TRUE.
ChildBCFieldn identifies the business component field where you set this user property. Siebel CRM uses the value of this field to update the parent business component field.
Expressionn contains an expression that determines the value that Siebel CRM uses to update the parent business component field. An IIf statement is an example of this expression.
You can configure Siebel CRM to modify the value for this user property, create a new instance of it, or deactivate it.
For more information, see How This Book Describes the User Property Format.