LedgerRowDef::find Method
Finds a record in the table.
Syntax
client server public static LedgerRowDef find(DimensionsRowDefinition _rowDefinition, [boolean _forUpdate])
Run On
Called
Parameters
- _rowDefinition
Type: DimensionsRowDefinition Extended Data Type
The key.
- _forUpdate
Type: boolean
A Boolean value that determines whether a record should be selected for update; optional.
Return Value
Type: LedgerRowDef Table
The LedgerRowDef table record specified by the key.