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.
Checks whether the threshold was not exceeded for the specified tax withhold group.
Syntax
client server public static boolean isThresholdExceededForAccount(
AccountNum _accountNum,
TaxWithholdGroup _taxWithholdGroup,
TransDate _transDate)
Run On
Called
Parameters
- _accountNum
Type: AccountNum Extended Data Type
An account number value.
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
A TaxWithholdGroup value.
- _transDate
Type: TransDate Extended Data Type
A TransDate value.
Return Value
Type: boolean
true if the threshold was not exceeded; otherwise, false.