IntrastatTransfer_PL.initIntrastatFromCustPckSlpTrans Method [AX 2012]
Initializes an Intrastat line from a CustPackingSlipTrans line.
Syntax
protected Intrastat initIntrastatFromCustPckSlpTrans(
CustPackingSlipJour _custPackingSlipJour,
CustPackingSlipTrans _custPackingSlipTrans,
IntrastatTransferMap _intrastatTransferMap,
[CustPackingSlipJour_Intrastat _custPackingSlipJour_Intrastat,
CustPackingSlipTrans_Intrastat _custPackingSlipTrans_Intrastat])
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.