Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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