Siebel Developer's Reference > User Properties >

On Field Update Invoke n


This user property allows you to invoke a business component method when the specified field is updated.

Parent Object Type
Business Component
Syntax
The value for On Field Update Invoke consists of three quoted parameters separated by a comma and a space, as follows:

"[FieldToCheck]", "[BusCompName]", "[MethodName]"

[MethodName] is invoked on the [BusCompName] business component when [FieldToCheck] is updated. If [FieldToCheck] is not defined, the method is invoked when the user saves the record.
You can optionally use a fourth parameter that defines a condition. If you define a condition, the method is only invoked if the condition evaluates to TRUE.
Usage
You can create additional instances of this user property as needed. If you have more than one instance of this user property for a business component, they are executed sequentially by number (for example, On Field Update Invoke 1, then On Field Update Invoke 2, and so on). If there is only one such user property, then no number is required.
Functional Area
CSSBCBase

 Siebel Developer's Reference 
 Published: 23 October 2003