PayrollTaxGroup::canDisableForPostingDefinition Method
Determines whether posting definition can be disabled for a tax group.
Syntax
client server public static boolean canDisableForPostingDefinition(PayrollTaxGroupRecId _currentTaxGroupRecId)
Run On
Called
Parameters
- _currentTaxGroupRecId
Type: PayrollTaxGroupRecId Extended Data Type
The record ID of the PayrollTaxGroup record.
Return Value
Type: boolean
true if posting definition can be disabled; otherwise, false.
Remarks
Posting definition can be disabled for a tax group if there is no transaction posting definition defined using the tax group.
Otherwise posting definition cannot be disabled.