Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel Developer's Reference > User Properties >
Named Method n
This user property allows you to invoke a method from a business component or business service, or set a field value.
For setting a field value, the value consists of three quoted parameters separated by a comma and a space, as follows:
"[Name]", "SET", "[Field]", "[Expression]"
For invoking a business component method, the value consists of four quoted parameters separated by a comma and a space, as follows:"[Name]", "[Action]", "[BusComp]", "[Method]"
When [Name] is called, [Method] is invoked on the [BusComp] business component based on the defined [Action]. For a list of actions, see Table 12.For invoking a business service method, the value consists of five quoted parameters separated by a comma and a space, as follows:"[Name]", "[Action]", "[BusComp]", "[Service]", "[Method]"
When [Name] is called, [Method] from the [Service] business service is invoked on the [BusComp] business component based on the defined [Action]. For a list of actions, see Table 12. 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, each instance is 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.
Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel Developer's Reference Published: 23 October 2003 |