Hcmi9DocumentList::findByI9DocumentNumListType Method
Finds a record in the Hrmi9DocumentList table by using the specified DocumentNum and ListType field values.
Syntax
client server public static Hcmi9DocumentList findByI9DocumentNumListType(
Hcmi9DocumentNum _documentNum,
Hcmi9ListType _listType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _documentNum
Type: Hcmi9DocumentNum Extended Data Type
A Hcmi9DocumentNum field value.
- _listType
Type: Hcmi9ListType Enumeration
A Hcmi9ListType 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 which concurrency setting to use on the table; optional.
Return Value
Type: Hcmi9DocumentList Table
A record from the Hcmi9DocumentList table.