ReqCalcExplodeSales_PBA.deliveryDate Method [AX 2012]
Gets the expected delivery date of the sales line from the database.
Syntax
public TransDate deliveryDate(SalesId _salesId, InventTransId _inventTransId)
Run On
Server
Parameters
- _salesId
Type: SalesId Extended Data Type
The relating sales order.
- _inventTransId
Type: InventTransId Extended Data Type
The inventory transaction of the sales line.
Return Value
Type: TransDate Extended Data Type
The expected delivery date for the sales line.
Remarks
Delivery date is set up by the ReqCalc engine.