CatDisplayCategoryPriceRange::exist Method
Indicates whether the specified record exists in the CatDisplayCategoryPriceRange table.
Syntax
client server public static boolean exist(RefRecId _sharedData, RefRecId _filterRange)
Run On
Called
Parameters
- _sharedData
Type: RefRecId Extended Data Type
The sharedData field of the record to check for existence.
- _filterRange
Type: RefRecId Extended Data Type
The filterRange field of the record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.