StatusManager Table
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The StatusManager table in the transaction configuration database identifies which applications can modify an order when the order has a given status.
The following table describes the columns in the StatusManager table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
ApplicationId |
nvarchar(64) |
yes |
The ID of an application. |
FromStatus |
nvarchar(64) |
yes |
The status of an order. This is a foreign key. |
Description |
nvarchar(255) |
yes |
A description of the application that can modify the order. |
See Also
Other Resources
How to Coordinate Updates to Orders