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.
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.