RetailSalesTaxOverrideGroup::findCode Method
Finds a specified record in the RetailSalesTaxOverrideGroup table.
Syntax
client server public static RetailSalesTaxOverrideGroup findCode(RetailTaxOverrideGroupCode _overrideGroupCode, [boolean _forUpdate])
Run On
Called
Parameters
- _overrideGroupCode
Type: RetailTaxOverrideGroupCode Extended Data Type
The RetailTaxOverrideGroupCode value of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailSalesTaxOverrideGroup Table
A record in the RetailSalesTaxOverrideGroup table; otherwise, an empty record.