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