DEL_LedgerAccountCategory::find Method
Reads the DEL_LedgerAccountCategory table for the specified account category.
Syntax
client server public static DEL_LedgerAccountCategory 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 to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model; optional.
Return Value
Type: DEL_LedgerAccountCategory Table
A DEL_LedgerAccountCategory table buffer.