Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.