IntrastatTransferIT.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.
- _vendInvoiceTrans
Type: VendInvoiceTrans Table
The VendInvoiceTrans line to be included.
Return Value
Type: boolean
true if the VendInvoiceTrans line needs to be included in Intrastat; otherwise, false.