PayrollTaxGroup::exist Method
Checks if a record ID exists in the PayrollTaxGroup table.
Syntax
client server public static boolean exist(PayrollTaxGroupRecId _taxGroupRecId)
Run On
Called
Parameters
- _taxGroupRecId
Type: PayrollTaxGroupRecId Extended Data Type
The value of the record ID to check.
Return Value
Type: boolean
true if the record ID exists; otherwise, false.