CatDisplayVendorCategory::checkExist Method
Indicates whether a record that matches the given _sharedData parameter of the RefRecId type and the _vendCategoryRecId parameter of the RefRecId type exists.
Syntax
client server public static boolean checkExist(RefRecId _sharedData, RefRecId _vendCategoryRecId)
Run On
Called
Parameters
- _sharedData
Type: RefRecId Extended Data Type
An instance of the RefRecId data type.
- _vendCategoryRecId
Type: RefRecId Extended Data Type
An instance of the RefRecId data type.
Return Value
Type: boolean
true if the record exists; otherwise, false.