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
- _party
Type: RecId Extended Data Type
The record ID of a record in a DirPartyTable table.
- _category
Type: RecId Extended Data Type
The record ID of a record in a EcoRecCategory table.
- _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.