SimpleFindSearchInfo Object

Ee796322.c++_off(en-US,CS.10).gifEe796322.vb_on(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
COM Interface Name:   _SimpleFindSearchInfo
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 _SimpleFindSearchInfo interface to access the properties and methods of the SimpleFindSearchInfo object.

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

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.