ProjGrantTypeFrequency::findByGrantTypeFrequency Method
Finds the specified record in the ProjGrantTypeFrequency table by the Frequency and ProjGrantType fields.
Syntax
client server public static ProjGrantTypeFrequency findByGrantTypeFrequency(
ProjGrantFrequencyType _frequency,
ProjGrantTypeRecId _grantType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _frequency
Type: ProjGrantFrequencyType Enumeration
- _grantType
Type: ProjGrantTypeRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: ProjGrantTypeFrequency Table
A record in the ProjGrantTypeFrequency table if found; otherwise, an empty buffer.