SalesLine.invoicedInTotalServer Method

Gets the total invoiced quantity for the line that is in the sales unit.

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 SalesQty invoicedInTotalServer([SalesTable _salesTable])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public SalesQty invoicedInTotalServer([SalesTable _salesTable])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public SalesQty invoicedInTotalServer()

  Microsoft Dynamics AX 2012 (FPK)
          public SalesQty invoicedInTotalServer()

  Microsoft Dynamics AX 2012 (SYS)
          public SalesQty invoicedInTotalServer()

Run On

ClientOrServer

Parameters

Return Value

Type: SalesQty Extended Data Type
The total invoiced quantity for the line that is in the sales unit.

See Also

Reference

SalesLine Table