Example Code for Business Process 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); they do not show extensive error checking or certain other formalities required for functional code.
This section contains:
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 Orders and Display Line Item Information. Describes how to search the database for an order using the SimpleFindSearchInfo and SimpleFindResultInfo objects.