ProjGrantMatching::findByGrantMatchingTypeCode Method
Finds the specified record in the ProjGrantMatching table by the MatchingTypeCode field.
Syntax
client server public static ProjGrantMatching findByGrantMatchingTypeCode(
ProjGrantMatchingTypeCode _matchingTypeCode,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _matchingTypeCode
Type: ProjGrantMatchingTypeCode Extended Data Type
- _forupdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: ProjGrantMatching Table
A record of the ProjGrantMatching table; otherwise, an empty buffer.