IntrastatTransferIT.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
- _custPackingSlipJour
Type: CustPackingSlipJour Table
CustPackingSlipJour record realted to the CustPackingSlipTrans line.
- _custPackingSlipTrans
Type: CustPackingSlipTrans Table
The source CustPackingSlipTrans line.
- _intrastatTransferMap
Type: IntrastatTransferMap Map
The map that contains mapping information to Intrastat.
- _custPackingSlipJour_Intrastat
Type: CustPackingSlipJour_Intrastat Table
The extension table record for CustPackingSlipJour record.
- _custPackingSlipTrans_Intrastat
Type: CustPackingSlipTrans_Intrastat Table
The extension table record for CustPackingSlipTrans record.
Return Value
Type: Intrastat Table
The initialized Intrastat line.