HcmAccommodationType::findByAccommodationType Method
Finds the specified record in the HcmAccommodationType table by using the specified value of the AccommodationTypeId field.
Syntax
client server public static HcmAccommodationType findByAccommodationType(
HcmAccommodationTypeId _accommodationTypeId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _accommodationTypeId
Type: HcmAccommodationTypeId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmAccommodationType Table
A record in the HcmAccommodationType table.