PBAEnterprisePortalMain.setDeliveryDate Method [AX 2012]
Sets the delivery date of the configured product.
Syntax
public void setDeliveryDate(date _deliveryDate)
Run On
Server
Parameters
- _deliveryDate
Type: date
The calculated delivery date.
Remarks
This method should only be called from the ReqCalcExplodeSales_PBA class.