Share via


IntrastatTransfer_PL.initIntrastatFromCustInvoiceTrans Method [AX 2012]

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

Syntax

protected Intrastat initIntrastatFromCustInvoiceTrans(
    CustInvoiceJour _custInvoiceJour, 
    CustInvoiceTrans _custInvoiceTrans, 
    IntrastatTransferMap _intrastatTransferMap, 
   [CustInvoiceJour_Intrastat _custInvoiceJour_Intrastat, 
    CustInvoiceTrans_Intrastat _custInvoiceTrans_Intrastat])

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_PL Class