LedgerJournalTrans.canAccountTypeBeTaxed Method

Determines whether the specified account type can be taxed by the tax engine.

Syntax

public boolean canAccountTypeBeTaxed(LedgerJournalACType _accountType)

Run On

Called

Parameters

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.

See Also

Reference

LedgerJournalTrans Table