Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a record in the HcmActionType table that has a specified HcmActionTypeName value.
Syntax
client server public static HcmActionTypeSetup findByActionType(
    HcmActionTypeSetupName _actionTypeName, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _actionTypeName
 Type: HcmActionTypeSetupName Extended Data Type
 A value of the HcmActionTypeName field.
- _forUpdate
 Type: boolean
 A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
 Type: ConcurrencyModel Enumeration
 The concurrency model option to use when the record is read; optional.
Return Value
Type: HcmActionTypeSetup Table
A HcmActionType record.