SalesLine::setConfirmedDatesUsingUIStrategy Method

Calculates and updates the confirmed dates of a SalesLine record.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static boolean setConfirmedDatesUsingUIStrategy(
            SalesLine _salesLine, 
           [SalesTable _salesTable, 
            boolean _updateSalesLineOnSuccess])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static boolean setConfirmedDatesUsingUIStrategy(SalesLine _salesLine, [SalesTable _salesTable])

Run On

Server

Parameters

  • _updateSalesLineOnSuccess
    Type: boolean

Return Value

Type: boolean
true if the confirmed dates are set; otherwise, false.

See Also

Reference

SalesLine Table