Siebel Adapter 6.0 SP3 | webMethods Siebel Adapter Documentation | webMethods Siebel Adapter Installation and User’s Documentation | Overview of the Adapter | Siebel-to-webMethods Communication | Siebel Visual Basic Scripts | Siebel VB Script Run-Time Processing
 
Siebel VB Script Run-Time Processing
The following diagram shows the run-time processing of the example mentioned above.
Step
Description
1
A Siebel client adds a new Contact business component record named John Smith.
2
The Siebel event associated with the Contact business component, WriteRecord, is triggered. WriteRecord's Siebel VB procedure calls the adapter service WriteContact, and passes input values as a Values object.
3
The adapter service WriteContact processes and sends a notification to the Integration Server client notifying it of the addition of John Smith.
For more information about writing Siebel VB scripts, see Siebel Visual Basic Scripts.