Changing the Status of an Order

Using the Business Desk Orders modules, you cannot edit the actual code in a specific order. However, a developer can change the status code of a specific order for you.

A developer must change the order_status_code dictionary property on the purchase order. This property is ready-only, so the developer must bypass the access via the indexer.

For example, the following changes the order code to 16:

    orderGroup[“order_status_code”] = 16; 

Copyright © 2005 Microsoft Corporation.
All rights reserved.