SalesDeliveryDateControlMap.setConfirmedDates Method
Implements logic to set the confirmed dates for the current SalesDeliveryDateControlMap map.
Syntax
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.
Exceptions
Exception | Condition |
---|---|
Error | No SalesConfirmDatesStrategy object is specified. |