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 record with the specified key exists in the CatUserReviewComputedVendorRating table.
Syntax
client server public static boolean exist(VendAccount _vendAccountNum, DataAreaId _vendDataAreaId)
Run On
Called
Parameters
- _vendAccountNum
Type: VendAccount Extended Data Type
The account number of the vendor from the VendTable table.
- _vendDataAreaId
Type: DataAreaId Extended Data Type
The data area ID of the vendor from the VendTable table.
Return Value
Type: boolean
true if the record was found; otherwise, false.