VendDocumentLineMap.inclTax Method [AX 2012]

Indicates whether an invoice line includes tax in the line amount.

public boolean inclTax([PurchTable _purchTable, VendDocumentTableMap _header])

Run On

Called

Parameters

_purchTable
Type: PurchTable Table
The purchase order header record that corresponds to the invoice line; optional.
_header
Type: VendDocumentTableMap Map
The document header record that corresponds to the invoice line; optional.

Return Value

Type: boolean
true if the line is tax included; otherwise, false.

Community Additions

ADD
Show: