CatExternalCatalogCategories::exist Method
Indicates whether a CatExternalCatalogCategories record with the specific unique key combination exists.
Syntax
client server public static boolean exist(RefRecId _externalCatalogVendorRecId, RefRecId _categoryRecId)
Run On
Called
Parameters
- _externalCatalogVendorRecId
Type: RefRecId Extended Data Type
An instance of the RefRecId data type.
- _categoryRecId
Type: RefRecId Extended Data Type
An instance of the RefRecId data type.
Return Value
Type: boolean
true if the record was found; otherwise, false .