Share via


IntrastatTransfer.initIntrastatFromCustPckSlpTrans Method [AX 2012]

Initializes an Intrastat line from a CustPackingSlipTrans line.

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 initIntrastatFromCustPckSlpTrans(
            CustPackingSlipJour _custPackingSlipJour, 
            CustPackingSlipTrans _custPackingSlipTrans, 
            IntrastatTransferMap _intrastatTransferMap, 
           [CustPackingSlipJour_Intrastat _custPackingSlipJour_Intrastat, 
            CustPackingSlipTrans_Intrastat _custPackingSlipTrans_Intrastat])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected Intrastat initIntrastatFromCustPckSlpTrans(
            CustPackingSlipJour _custPackingSlipJour, 
            CustPackingSlipTrans _custPackingSlipTrans, 
            IntrastatTransferMap _intrastatTransferMap, 
           [CustPackingSlipJour_Intrastat _custPackingSlipJour_Intrastat, 
            CustPackingSlipTrans_Intrastat _custPackingSlipTrans_Intrastat])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected Intrastat initIntrastatFromCustPckSlpTrans(
            CustPackingSlipJour _custPackingSlipJour, 
            CustPackingSlipTrans _custPackingSlipTrans, 
            IntrastatTransferMap _intrastatTransferMap)

  Microsoft Dynamics AX 2012 (FPK)
          protected Intrastat initIntrastatFromCustPckSlpTrans(
            CustPackingSlipJour _custPackingSlipJour, 
            CustPackingSlipTrans _custPackingSlipTrans, 
            IntrastatTransferMap _intrastatTransferMap)

  Microsoft Dynamics AX 2012 (SYS)
          protected Intrastat initIntrastatFromCustPckSlpTrans(
            CustPackingSlipJour _custPackingSlipJour, 
            CustPackingSlipTrans _custPackingSlipTrans, 
            IntrastatTransferMap _intrastatTransferMap)

Run On

Called

Parameters

Return Value

Type: Intrastat Table
The initialized Intrastat line.

See Also

Reference

IntrastatTransfer Class