SalesConfirmDatesCommandStrategy.setConfirmedDates Method [AX 2012]
Updates the current SalesDeliveryDateControlMap map by using the new confirmed dates.
Syntax
protected void setConfirmedDates(
SalesDeliveryDateControlMap _salesDeliveryDateControlMapCaller,
[TransDate _shipDate,
TransDate _receiptDate])
Run On
Server
Parameters
- _salesDeliveryDateControlMapCaller
Type: SalesDeliveryDateControlMap Map
A SalesDeliveryDateControlMap map that represents a record for which confirmed dates must be set.
- _shipDate
Type: TransDate Extended Data Type
A date value that contains the new shipping date.
- _receiptDate
Type: TransDate Extended Data Type
A date value that contains the new receipt date.