SalesOrder..::..OnCreating Method
Called when [creating].
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrderAssembly: JiwaSales (in JiwaSales.dll)
Syntax
public virtual void OnCreating( SalesOrder..::..NewSalesOrderTypes NewSalesOrderType, string DebtorSeed, bool DebtorSeedIsID, string InvoiceHistoryID, string JobID, string QuoteID )
Parameters
- NewSalesOrderType
- Type: JiwaFinancials.Jiwa.JiwaSales.SalesOrder..::..SalesOrder..::..NewSalesOrderTypes
New type of the sales order.
- DebtorSeed
- Type: String
The debtor seed.
- DebtorSeedIsID
- Type: Boolean
if set to true [debtor seed is identifier].
- InvoiceHistoryID
- Type: String
The invoice history identifier.
- JobID
- Type: String
The job identifier.
- QuoteID
- Type: String
The quote identifier.