Share via


IntrastatTransfer.importToBeIncludedVendInvoiceIntrastat Method [AX 2012]

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

Syntax

protected boolean importToBeIncludedVendInvoiceIntrastat(VendInvoiceJour _vendInvoiceJour)

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

IntrastatTransfer Class