ManuallyClosed Property
Whether the sales order is manually closed.
Syntax
int GetManuallyClosed();
int SetManuallyClosed(int iManuallyClosed);
Possible Values
MC_NOT_SET(0), MC_MANUALLY_CLOSED(1), MC_NOT_MANUALLY_CLOSED(2)
Default Value
0
Remarks
If true, the sales order is manually closed, even if not all of its line items have been invoiced.
This may also be set for individual line items via ItemManuallyClosed.
Data Type
Integer