CatProcureCatalogPriceRange::exist Method
Indicates whether the specified record in the CatProcureCatalogPriceRange table exists.
Syntax
client server public static boolean exist(RefRecId _procureCatalog, RefRecId _filterRange)
Run On
Called
Parameters
- _procureCatalog
Type: RefRecId Extended Data Type
The procureCatalog field of the record to check for see comment.
- _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.