Example Code for Order Processing Objects

This section provides examples of how to use business process objects. The code samples in this section are written as Active Server Pages (ASP) pages; they do not show extensive error checking or certain other formalities required for functional code.

Examples

Example Description
Code to Create an Order Describes how to create an order, instantiating and initializing the required objects.
Code to Add Address and Line Item Information to an Order Describes how to create line items in an order and view the contents of the order.
Code to Save an Order to the Database Describes how to save an order with a Template status to the database.
Code to Search for an Order and Display Line Item Information Describes how to search the database for an order by using the SimpleFindSearchInfo and SimpleFindResultInfo objects.

Copyright © 2005 Microsoft Corporation.
All rights reserved.