Share via


IntrastatTransfer.importToBeIncludedVendInvoiceTrans Method [AX 2012]

Determines if a VendInvoiceTrans line needs to be included in Intrastat.

Syntax

protected boolean importToBeIncludedVendInvoiceTrans(VendInvoiceJour _vendInvoiceJour, VendInvoiceTrans _vendInvoiceTrans)

Run On

Called

Parameters

  • _vendInvoiceJour
    Type: VendInvoiceJour Table
    VendInvoiceJour record related to the VendInvoiceTrans line.

Return Value

Type: boolean
true if the VendInvoiceTrans line needs to be included in Intrastat; otherwise, false.

See Also

Reference

IntrastatTransfer Class