TaxVatReportCategory_MX::findByCategoryCode Method
Reads the TaxVatReportCategory_MX table for the specified category code.
Syntax
client server public static TaxVatReportCategory_MX findByCategoryCode(
TaxVatReportCategoryCode_MX _categoryCode,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _categoryCode
Type: TaxVatReportCategoryCode_MX Extended Data Type
The category code to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value that is used when the table is not automatically concurrent.
Return Value
Type: TaxVatReportCategory_MX Table
A buffer that contains the TaxVatReportCategory_MX table.