EcoResCategoryAttributeLookup::exist Method
Determines whether the specified record exists in the ecoResCategoryAttributeLookup table.
Syntax
client server public static boolean exist(RecId _categoryRecId, RecId _attributeRecId)
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.
Return Value
Type: boolean
true if the record was found; otherwise, false.