FiscalDocumentLine_BR::find Method
Finds the specified record in the FiscalDocumentLine_BR table.
Syntax
client server public static FiscalDocumentLine_BR find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record identifier (ID) for the record you want to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record is to be read for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the program reads the record; optional.
Return Value
Type: FiscalDocumentLine_BR Table
Either a record from the FiscalDocumentLine_BR table or an empty record.