OrderGroupManager Object

Ee797901.c++_off(en-US,CS.10).gifEe797901.vb_on(en-US,CS.10).gif

Use this object to manage OrderGroups and their contents. This object allows you to search for orders or baskets without having to use SQL queries. It also allows for OrderGroup deletions.

ProgID:   Commerce.OrderGroupManager (Externally creatable)
COM Class Name:   OrderGroupManager
COM Interface Name:   _OrderGroupManager
Interface ID Constant:   None
Header File:   None
Type Library Name:   Microsoft Commerce 2000 OrderGroup Type Library
DLL Name:   requisition.dll
Threading Model:   Apartment

In C++, use the _OrderGroupManager interface to access the properties and methods of the OrderGroupManager object.

Because this object is primarily intended for use within ASP script, access from C++ will not be common.

The properties of the OrderGroupManager object are shown in the following table.

Property Type Description
OrderFormHeaderColumns VARIANT Returns a string of comma-separated OrderFormHeader table column names.

This property is read-only.

OrderFormLineItemsColumns VARIANT Returns a string of comma-separated OrderFormLineItems table column names.

This property is read-only.

OrderGroupColumns VARIANT Returns a string of comma-separated OrderGroup table column names.

This property is read-only.

The methods of the OrderGroupManager object are shown in the following table.

Method Description
DeleteOrderGroupFromDisk Checks whether a connection to the database has been established for the specified OrderGroup then deletes the OrderGroup and all objects contained within it from the database.
Find Performs a SQL search based on the specified SQL clause fragments.
FindTemplatesForUser Builds and returns an ADO recordset of OrderGroup templates for the specified user.
Initialize Creates a connection to the specified database.
SimpleDelete Deletes all entries that meet the search criteria as specified by the supplied SimpleFindSearchInfo and SimpleFindResultInfo objects.
SimpleFind Returns an ADO recordset of OrderGroup items based on the specified SimpleFindSearchInfo values and SimpleFindResultInfo values. These object values contain the search criteria.

See Also

Business Process Objects

OrderGroup Object

OrderForm Object

SimpleFindSearchInfo Object

SimpleFindResultInfo Object


All rights reserved.