Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _taxGroup
Type: TaxGroup Extended Data Type
The tax group from the transaction line.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The item tax group from the transaction line.
Return Value
Type: boolean
true if this is a supported tax scenario; otherwise, false.