AssetDepBookJournalParmPost::findByParmId Method
Selects and returns a set of AssetDepBookJournalParmPost records that have a value for the ParmId field that matches the value specified for the parmId parameter.
Syntax
client server public static AssetDepBookJournalParmPost findByParmId(
Num _parmId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _parmId
Type: Num Extended Data Type
The parameter ID used to match the records.
- _forUpdate
Type: boolean
A Boolean value to indicate whether the record is selected for update. true indicates a record is selected for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use, which is represented by a ConcurrencyModel enumeration value.
Return Value
Type: AssetDepBookJournalParmPost Table
A set of AssetDepBookJournalParmPost records with matching ParmId values.
Remarks
This method must return a set of objects, so the first only qualifier may not be used on the select statement.