SalesOrder..::..OrderType Property
Gets or sets the type of the order.
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrderAssembly: JiwaSales (in JiwaSales.dll)
Syntax
public SalesOrder..::..SalesOrderOrderTypes OrderType { get; set; }
Public Property OrderType As SalesOrder..::..SalesOrderOrderTypes Get Set
public: property SalesOrder..::..SalesOrderOrderTypes^ OrderType { SalesOrder..::..SalesOrderOrderTypes^ get (); void set (SalesOrder..::..SalesOrderOrderTypes^ value); }
Field Value
The type of the order.Exceptions
Exception | Condition |
---|---|
Exception | AllowForwardOrders system setting is False. You cannot set the Document Type to Forward Order unless this setting is set to True. or AllowActiveOrders system setting is False. You cannot set the Document Type to Active Order unless this setting is set to True. |