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 the specified account type can be taxed by the tax engine.
Syntax
public boolean canAccountTypeBeTaxed(LedgerJournalACType _accountType)
Run On
Called
Parameters
- _accountType
Type: LedgerJournalACType Enumeration
The account type to check.
Return Value
Type: boolean
true if the specified account type is being used on the LedgerJournalTrans record and if it is eligible to be taxed; otherwise, false.
Remarks
A true value does not imply that the account type will be taxed. This only means that it could potentially be taxed.