MainAccountCategory::find Method
Reads the MainAccountCategory table for the specified account category.
Syntax
client server public static MainAccountCategory find(
AccountCategory _accountCategory,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _accountCategory
Type: AccountCategory Extended Data Type
The account category to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record is selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model; optional.
Return Value
Type: MainAccountCategory Table
A MainAccountCategory table buffer.