Share via


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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: LedgerJournalParmPost Table
A set of records from the LedgerJournalParmPost table.

See Also

Reference

LedgerJournalParmPost Table