EcoResCategoryAttributeLookup::find Method
Finds the record in the ecoResCategoryAttributeLookup table.
Syntax
client server public static EcoResCategoryAttributeLookup find(
RecId _categoryRecId,
RecId _attributeRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _categoryRecId
Type: RecId Extended Data Type
An instance of the RecId class indicating category.
- _attributeRecId
Type: RecId Extended Data Type
An instance of the RecId class indicating attribute.
- _forUpdate
Type: boolean
A Boolean value to specify the selected record is for update; optional.
Return Value
Type: EcoResCategoryAttributeLookup Table
An instance of the EcoResCategoryAttributeLookup class.