Share via


DirPartyEcoResCategory::findCategoryAsOfDate Method

Finds a specified record that is valid as of a specified date in the DirPartyEcoResCategory table.

Syntax

client server public static DirPartyEcoResCategory findCategoryAsOfDate(
    RecId _party, 
    RecId _category, 
   [date _asOfDate, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _asOfDate
    Type: date
    The specified as of date.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record should be selected for an update; optional.

Return Value

Type: DirPartyEcoResCategory Table
A record in the DirPartyEcoResCategory table; otherwise, an empty buffer.

See Also

Reference

DirPartyEcoResCategory Table