Share via


IntrastatTransferIT.calcCustInvoiceTransQty Method [AX 2012]

This member overrides the calcCustInvoiceTransQty Method.

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
          protected Qty calcCustInvoiceTransQty(
            CustInvoiceTrans _custInvoiceTrans, 
            IntrastatTransferMap _intrastatTransferMap, 
           [boolean _outputInAdditionalUnit])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected Qty calcCustInvoiceTransQty(
            CustInvoiceTrans _custInvoiceTrans, 
            IntrastatTransferMap _intrastatTransferMap, 
           [boolean _outputInAdditionalUnit])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected Qty calcCustInvoiceTransQty(CustInvoiceTrans _custInvoiceTrans, IntrastatTransferMap _intrastatTransferMap)

  Microsoft Dynamics AX 2012 (FPK)
          protected Qty calcCustInvoiceTransQty(CustInvoiceTrans _custInvoiceTrans, IntrastatTransferMap _intrastatTransferMap)

  Microsoft Dynamics AX 2012 (SYS)
          protected Qty calcCustInvoiceTransQty(CustInvoiceTrans _custInvoiceTrans, IntrastatTransferMap _intrastatTransferMap)

Run On

Called

Parameters

  • _outputInAdditionalUnit
    Type: boolean

See Also

Reference

IntrastatTransferIT Class