SalesDeliveryDateControlMap.setConfirmedDates Method [AX 2012]

Implements logic to set the confirmed dates for the current SalesDeliveryDateControlMap map.

public boolean setConfirmedDates(SalesConfirmDatesStrategy _strategy)

Run On

Called

Parameters

_strategy
Type: SalesConfirmDatesStrategy Class
A SalesConfirmDatesStrategy object that holds logic to set the confirmed dates.

Return Value

Type: boolean
true if confirmed dates were updated; otherwise, false.

ExceptionCondition
Error

No SalesConfirmDatesStrategy object is specified.

Community Additions

ADD
Show: