Sets the OrderNumber on the COrder. MUST BE USED WITH CAUTION.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public void SetOrderNumber( double orderNumber ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetOrderNumber ( _ orderNumber As Double _ ) |
| Visual C++ |
|---|
public: void SetOrderNumber( double orderNumber ) |
Parameters
- orderNumber
- Type: System..::.Double
The new order number.
Remarks
The order number is normally set automatically from the order counter so there is rarely
a need to use this method. However, it is here for those very rare circumstances where a specific
order number must be used. Be sure that the number used has been removed from the Counter table.