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 the specified record in the Hcmi9DocumentType table, depending on an I9DocumentTypeId value.
Syntax
client server public static Hcmi9DocumentType findByI9DocumentType(
Hcmi9DocumentTypeId _i9DocumentTypeID,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _i9DocumentTypeID
Type: Hcmi9DocumentTypeId Extended Data Type
The Hcmi9DocumentTypeID field value of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use when it reads the record; optional.
Return Value
Type: Hcmi9DocumentType Table
A record in the Hcmi9DocumentType table; otherwise, an empty record.