Markup.postInvoice Method [AX 2012]

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 void postInvoice(
            Qty _qty, 
            AmountCur _value, 
            Common _source, 
            LedgerVoucher _ledgerVoucher, 
            DimensionDefault _defaultDimension, 
           [Common _destin, 
            AmountCur _interCompanyValue, 
            InvoiceId _invoiceId, 
            boolean _createPostedOnly, 
            AmountCur _absoluteValue, 
            ParmId _parmId, 
            TradeLineRefId _parmMCRTableRefId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void postInvoice(
            Qty _qty, 
            AmountCur _value, 
            Common _source, 
            LedgerVoucher _ledgerVoucher, 
            DimensionDefault _defaultDimension, 
           [Common _destin, 
            AmountCur _interCompanyValue, 
            InvoiceId _invoiceId, 
            boolean _createPostedOnly])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void postInvoice(
            Qty _qty, 
            AmountCur _value, 
            Common _source, 
            LedgerVoucher _ledgerVoucher, 
            DimensionDefault _defaultDimension, 
           [Common _destin, 
            AmountCur _interCompanyValue, 
            InvoiceId _invoiceId, 
            boolean _createPostedOnly])

  Microsoft Dynamics AX 2012 (FPK)
          public void postInvoice(
            Qty _qty, 
            AmountCur _value, 
            Common _source, 
            LedgerVoucher _ledgerVoucher, 
            DimensionDefault _defaultDimension, 
           [Common _destin, 
            AmountCur _interCompanyValue, 
            InvoiceId _invoiceId, 
            boolean _createPostedOnly])

  Microsoft Dynamics AX 2012 (SYS)
          public void postInvoice(
            Qty _qty, 
            AmountCur _value, 
            Common _source, 
            LedgerVoucher _ledgerVoucher, 
            DimensionDefault _defaultDimension, 
           [Common _destin, 
            AmountCur _interCompanyValue, 
            InvoiceId _invoiceId, 
            boolean _createPostedOnly])

Run On

Server

Parameters

See Also

Reference

Markup Class