TaxTransExcludeFromInvoice::existForTaxTrans Method
Determines whether a TaxTransExcludeFromInvoice record with the specified record ID from the tax transaction exists in the ExcludeTaxTrans table.
Syntax
client server public static boolean existForTaxTrans(RefRecId _taxTransId)
Run On
Called
Parameters
- _taxTransId
Type: RefRecId Extended Data Type
The RecId value of the tax transaction record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.