SimpleFindSearchInfo Class (PIA)

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

Properties

Property Type Description
description Object 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 Object 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 Object Specifies the order group 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 Object 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 Object 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 Object 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 Object 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 Object 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 Integer Specifies the OrderGroup status. This property allows the user to filter the status (that is basket, template, or new order).

This property is read/write.

user_firstname Object 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 Object 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 Object 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 Object 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 Object 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.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll

See Also

Business Process Objects

SimpleFindResultInfo Class

OrderGroupManager Class

OrderGroup Class

OrderForm Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.