EcoResCategoryAttribute::findByNameAndCategory Method
Retrieves the record in EcoResCategoryAttribute table that has the specified attribute name and related category.
Syntax
client server public static EcoResCategoryAttribute findByNameAndCategory(Name _name, RefRecId _category)
Run On
Called
Parameters
- _name
Type: Name Extended Data Type
The name of the record to find.
- _category
Type: RefRecId Extended Data Type
The category record ID of the record to find.
Return Value
Type: EcoResCategoryAttribute Table
A record in the EcoResCategoryAttribute table; otherwise, an empty record.