Share via


SalesLine.checkStatusChange Method

Determines whether the status of an order line can be changed.

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
          public boolean checkStatusChange([SalesLine origSalesLine])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean checkStatusChange([SalesLine origSalesLine])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean checkStatusChange()

  Microsoft Dynamics AX 2012 (FPK)
          public boolean checkStatusChange()

  Microsoft Dynamics AX 2012 (SYS)
          public boolean checkStatusChange()

Run On

Called

Parameters

  • origSalesLine
    Type: SalesLine Table
    A buffer of the SalesLine table, optional.

Return Value

Type: boolean
true if the status of an order line can be changed; otherwise, false.

See Also

Reference

SalesLine Table