PayrollTaxRegion::validateDuplicateTaxRegion Method
Validates whether the name of the new tax region is already used.
Syntax
client server public static boolean validateDuplicateTaxRegion(Description _description)
Run On
Called
Parameters
- _description
Type: Description Extended Data Type
The name of the tax region to check.
Return Value
Type: boolean
true if the name does not exist; otherwise, false.