Share via


SalesUpdateConfirmDatesCommand.setConfirmedDates Method [AX 2012]

Sets the confirmed dates for the specified SalesLine record.

Syntax

protected boolean setConfirmedDates(SalesLine _salesLine, SalesConfirmDatesCommandStrategy _strategy)

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    A SalesLine record that represents a sales line.

Return Value

Type: boolean
true if the confirmed dates were set on the specified sales line; otherwise, false.

See Also

Reference

SalesUpdateConfirmDatesCommand Class