Share via


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

  • _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.

See Also

Reference

Hcmi9DocumentList Table