Share via


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

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

See Also

Reference

EcoResCategoryAttributeLookup Table