GetPurchaseOrdersForUser Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns the collection of PurchaseOrder objects associated with the specified customer, and with optional time constraints.
Overload List
Name | Description | |
---|---|---|
GetPurchaseOrdersForUser(Guid) | Returns the collection of PurchaseOrder objects associated with the specified customer. | |
GetPurchaseOrdersForUser(Guid, DateTime, DateTime) | Returns the collection of PurchaseOrder objects associated with the specified customer and with the purchase order performed within specified time periods. |
Top