LedgerJournalParmPost::findByParmId Method
Retrieves a set of records in the LedgerJournalParmPost table that have the same ParmId value as the _parmId parameter.
Syntax
client server public static LedgerJournalParmPost findByParmId(
Num _parmId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _parmId
Type: Num Extended Data Type
The parmId value with which to match the records.
- _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: LedgerJournalParmPost Table
A set of records from the LedgerJournalParmPost table.