Setting the Condition Parameter of On Field Update Set
In the following example, if Siebel CRM updates the Primary Revenue Amount field, then it sets the Revenue field of the Opportunity business component, but only if the IsParentBCRevn field contains a value of N:
"Primary Revenue Amount", "Revenue", "[Primary Revenue Amount]","[IsParentBCRevn] = 'N'"
Using On Field Update Set with An Address Business Component
Siebel CRM concatenates street address, city, and state so that it can populate the Address Name field of an address business component, such as Business Address. If the user updates the street address, city, or state, then Siebel CRM uses multiple instances of the On Update Field Set user property to set the value of a calculated field. In the following example, if the user updates a city, then Siebel CRM uses an On Update Field Set user property that contains the following value:
"City", "Address Name", "IIF( [Address Name Locked Flag] = ""N"",
[Calculated Address Name], [Address Name])"
If the user updates the street address or the state, then Siebel CRM uses similar user property instances to update the Address Name field.