IntrastatTransfer.initIntrastatFromCustInvoiceTrans Method [AX 2012]

Initiates an Intrastat line from a CustInvoiceTrans line of a sales order.

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 Intrastat initIntrastatFromCustInvoiceTrans(
            CustInvoiceJour _custInvoiceJour, 
            CustInvoiceTrans _custInvoiceTrans, 
            IntrastatTransferMap _intrastatTransferMap, 
           [CustInvoiceJour_Intrastat _custInvoiceJour_Intrastat, 
            CustInvoiceTrans_Intrastat _custInvoiceTrans_Intrastat])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected Intrastat initIntrastatFromCustInvoiceTrans(
            CustInvoiceJour _custInvoiceJour, 
            CustInvoiceTrans _custInvoiceTrans, 
            IntrastatTransferMap _intrastatTransferMap, 
           [CustInvoiceJour_Intrastat _custInvoiceJour_Intrastat, 
            CustInvoiceTrans_Intrastat _custInvoiceTrans_Intrastat])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected Intrastat initIntrastatFromCustInvoiceTrans(
            CustInvoiceJour _custInvoiceJour, 
            CustInvoiceTrans _custInvoiceTrans, 
            IntrastatTransferMap _intrastatTransferMap)

  Microsoft Dynamics AX 2012 (FPK)
          protected Intrastat initIntrastatFromCustInvoiceTrans(
            CustInvoiceJour _custInvoiceJour, 
            CustInvoiceTrans _custInvoiceTrans, 
            IntrastatTransferMap _intrastatTransferMap)

  Microsoft Dynamics AX 2012 (SYS)
          protected Intrastat initIntrastatFromCustInvoiceTrans(
            CustInvoiceJour _custInvoiceJour, 
            CustInvoiceTrans _custInvoiceTrans, 
            IntrastatTransferMap _intrastatTransferMap)

Run On

Called

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    CustInvoiceJour record realted to the CustInvoiceTrans line.

Return Value

Type: Intrastat Table
The initalized Intrastat line.

See Also

Reference

IntrastatTransfer Class