DEL_LedgerAccountCategory::findAccountCategoryRef Method
Finds the specified DEL_LedgerAccountCategory value in the DEL_LedgerAccountCategorytable.
Syntax
client server public static DEL_LedgerAccountCategory findAccountCategoryRef(
AccountCategoryRef _accountCategoryRef,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _accountCategoryRef
Type: AccountCategoryRef Extended Data Type
The account category reference 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 option to use when reading the record; optional.
Return Value
Type: DEL_LedgerAccountCategory Table
A DEL_LedgerAccountCategory table buffer.