Share via


IntrastatTransferDE.initIntrastatFromFreeCustInvoiceTrans Method [AX 2012]

Initializes an Intrastat line from a CustInvoiceTrans line of a free text invoice.

Syntax

protected Intrastat initIntrastatFromFreeCustInvoiceTrans(
    CustInvoiceJour _custInvoiceJour, 
    CustInvoiceTrans _custInvoiceTrans, 
    IntrastatTransferMap _intrastatTransferMap)

Run On

Called

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    The CustPackingSlipJour record that is related to the CustPackingSlipTrans line.

Return Value

Type: Intrastat Table
The initialized Intrastat line.

See Also

Reference

IntrastatTransferDE Class