Tax.checkIntersection Method [AX 2012]

Provides the default implementation of an error condition which occurs when the tax groups are intersected.

Syntax

protected boolean checkIntersection(
    boolean _found, 
    TaxGroup _taxGroup, 
    TaxItemGroup _taxItemGroup)

Run On

Server

Parameters

  • _found
    Type: boolean
    A Boolean value that indicates whether tax codes that match were found in both the tax group and the item tax group.

Return Value

Type: boolean
true if this is a supported tax scenario; otherwise, false.

See Also

Reference

Tax Class