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 _catVendorProductCandidateRecId table exists.
Syntax
client server public static boolean exist(RecId _catVendorProductCandidateRecId, DataAreaId _company)
Run On
Called
Parameters
- _catVendorProductCandidateRecId
Type: RecId Extended Data Type
The RecId value of the CatVendorProductCandidate record to find.
- _company
Type: DataAreaId Extended Data Type
The DataArea of the CompanyInfo record to find.
Return Value
Type: boolean
true if a record with the provided values exists; otherwise, false.