ProjEmplTrans::findRecId Method
Finds a record from its RecID>
Syntax
client server public static ProjEmplTrans findRecId(RecId _recId, [boolean update])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
RecID of the desired record.
- update
Type: boolean
Whether the record will be updated or not.
Return Value
Type: ProjEmplTrans Table
The ProjEmplTrans record with the given RecID; empty record if none is found.