HRMMediaType::find Method
Finds a record from the HRMMediaType table that is based on a HRMMediaTypeId value.
Syntax
client server public static HRMMediaType find(HRMMediaTypeId _hrmMediaTypeId, [boolean _forUpdate])
Run On
Called
Parameters
- _hrmMediaTypeId
Type: HRMMediaTypeId Extended Data Type
The HRMMediaTypeId value of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: HRMMediaType Table
A record in the HRMMediaType table.