HcmCompLocation::findByCompLocation Method
Finds a record in the HcmCompLocation table by using the specified CompLocationId field value.
Syntax
client server public static HcmCompLocation findByCompLocation(
HcmCompLocationId _compLocationId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _compLocationId
Type: HcmCompLocationId Extended Data Type
A CompLocationId field value.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that specifies whether to use the concurrency setting on the table; optional.
Return Value
Type: HcmCompLocation Table
A record from the HcmCompLocation table.