TaxProfileTable_CN::existByTaxCode Method
Determines whether the specified record in the TaxProfileTable_CN table exists based on param _taxCode.
Syntax
client server public static boolean existByTaxCode(TaxCode _taxCode)
Run On
Called
Parameters
- _taxCode
Type: TaxCode Extended Data Type
Sales tax code
Return Value
Type: boolean
return true if record is found.
Remarks
This is used by display method "TaxIntegrated_CN" on Table "TaxTable".