Share via


SalesUpdateConfirmDatesAsync.updateConfirmedDates Method [AX 2012]

Updates the confirmed dates of the specified record according to an asynchronous strategy.

Syntax

public void updateConfirmedDates(TableName _tableName, RecId _recId)

Run On

Called

Parameters

Exceptions

Exception Condition
UpdateConflictNotRecovered

If a not recovered update conflict occurred.

UpdateConflict

If an update conflict occurred.

Remarks

The logic in this method is executed in an asynchronous call.

See Also

Reference

SalesUpdateConfirmDatesAsync Class