SimpleFindSearchInfo Object

Ee796323.c++_on(en-US,CS.10).gifEe796323.vb_off(en-US,CS.10).gif

Use this object to specify search criteria when conducting searching and deleting operations using the SimpleFind and SimpleDelete methods of the OrderGroupManager object.

ProgID:   Commerce.SimpleFindSearchInfo (Externally creatable)
COM Class Name:   SimpleFindSearchInfo
Type Library Name:   Microsoft Commerce 2000 OrderGroup Type Library
DLL Name:   requisition.dll
Threading Model:   Apartment

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

Property Type Description
description Variant Specifies the product description to search for; if left null, the product description does not become part of the search criteria.

This property is read/write.

order_number Variant Specifies the order number to search for; if left null, the order number does not become part of the search criteria.

This property is read/write.

ordergroup_id Variant Specifies the OrderGroup ID to search for; if left null, the OrderGroup ID does not become part of the search criteria.

This property is read/write.

po_number Variant Specifies the OrderForm ID to search for; if left null, the OrderForm ID does not become part of the search criteria.

This property is read/write.

product_id Variant Specifies the product ID to search for; if left null, the product ID does not become part of the search criteria.

This property is read/write.

SearchDateTimeColumn Variant Specifies the DateTime column name to search for; if left null, the DateTime column name does not become part of the search criteria.

This property is read/write.

SearchDateTimeEnd Variant Specifies the DateTime end value to search for; if left null, the DateTime end value does not become part of the search criteria.

This property is read/write.

SearchDateTimeStart Variant Specifies the DateTime start value to search for; if left null, the DateTime start value does not become part of the search criteria.

This property is read/write.

StatusFilter Long Specifies the OrderGroup status. This property allows the user to filter the status (ie basket, template or new order).

This property is read/write.

user_firstname Variant Specifies the first name of the user to search for; if left null, the first name of the user does not become part of the search criteria.

This property is read/write.

user_id Variant Specifies the user ID to search for; if left null, the user ID does not become part of the search criteria.

This property is read/write.

user_lastname Variant Specifies the last name of the user to search for; if left null, the last name of the user does not become part of the search criteria.

This property is read/write.

user_org_id Variant Specifies the user organization ID to search for; if left null, the user organization ID does not become part of the search criteria.

This property is read/write.

user_org_name Variant Specifies the user organization to search for; if left null, the user organization does not become part of the search criteria.

This property is read/write.

See Also

Business Process Objects

SimpleFindResultInfo Object

OrderGroupManager Object

OrderGroup Object

OrderForm Object


All rights reserved.