Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record in the CatVendExternalCatalog table exists.
Syntax
client server public static boolean exist(
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.