SalesUpdateConfirmDatesCommand.setConfirmedDates Method [AX 2012]

Sets the confirmed dates for the specified SalesLine record.

protected boolean setConfirmedDates(SalesLine _salesLine, SalesConfirmDatesCommandStrategy _strategy)

Run On

Called

Parameters

_salesLine
Type: SalesLine Table
A SalesLine record that represents a sales line.
_strategy
Type: SalesConfirmDatesCommandStrategy Class
A SalesConfirmDatesCommandStrategy object that contains the confirm strategy.

Return Value

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

Community Additions

ADD
Show: