SalesOrder..::..BillType Property
Gets or sets the type of the bill.
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrderAssembly: JiwaSales (in JiwaSales.dll)
Syntax
public SalesOrder..::..SalesOrderBillTypes BillType { get; set; }
Public Property BillType As SalesOrder..::..SalesOrderBillTypes Get Set
public: property SalesOrder..::..SalesOrderBillTypes^ BillType { SalesOrder..::..SalesOrderBillTypes^ get (); void set (SalesOrder..::..SalesOrderBillTypes^ value); }
Field Value
The type of the bill.Exceptions
Exception | Condition |
---|---|
Exception | You cannot change the BillType when the order is processed or closed, or has multiple snapshots. |