LedgerChartOfAccounts::findByName Method
Finds the specified record in the LedgerChartOfAccounts table.
Syntax
client server public static LedgerChartOfAccounts findByName(
Name _name,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _name
Type: Name Extended Data Type
The name of the LedgerChartOfAccounts record.
- _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: LedgerChartOfAccounts Table
A record in the LedgerChartOfAccounts table; otherwise, an empty record.