Overview of Siebel VB Language Reference

A Siebel VB method can access a component of the Siebel software architecture, such as applets and business components. You must preface a Siebel VB method with the name of the architecture component that it references. For example:

BusComp.GetFieldValue(fieldName)

where:

  • BusComp is the name of the architecture component

  • GetFieldValue is the name of the Siebel VB method

A Microsoft VB command does not reference a specific component of the Siebel software architecture. All the statements and methods that this chapter describes are Microsoft VB constructs except for the ODBC methods. For more information, see ODBC Methods.

For more information, see About Functions and Methods.