CatVendExternalCatalog::checkExist Method
Validates that the specified record in the CatVendExternalCatalog table exists.
Syntax
client server public static boolean checkExist(
VendAccount _vendAccount,
RefRecId _externalCatalog,
DataAreaId _legalEntity)
Run On
Called
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
An instance of the VendAccount data type.
- _externalCatalog
Type: RefRecId Extended Data Type
An instance of the RefRecId data type.
- _legalEntity
Type: DataAreaId Extended Data Type
An instance of the dataAreaId data type.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.