SalesLineType.setConfirmedDates Method [AX 2012]
Implements logic to calculate and update the confirmed dates of the SalesLine record.
Syntax
public boolean setConfirmedDates(SalesConfirmDatesStrategy _strategy)
Run On
Called
Parameters
- _strategy
Type: SalesConfirmDatesStrategy Class
A SalesConfirmDatesStrategy object that contains specific logic to set confirmed dates.
Return Value
Type: boolean
true if the confirmed dates are set; otherwise, false.