Share via


TaxPurch.checkIntersection Method [AX 2012]

Allows transactions to customize error conditions which occur when the tax groups are intersected. This method is an override of a base class method.

Syntax

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

Run On

Server

Parameters

  • _found
    Type: boolean
    A Boolean value that specifies 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

TaxPurch Class