Using Methods and Properties to Manipulate an Object

You can use the following format to access an object, property, or method:

appvariable.object.property
appvariable.object.method

For example, the GetPickListBusComp method of the BusComp object of the Siebel application is assigned to the oBC object variable. It returns the following value:

me.GetPickListBusComp(“Sales Stage")