VendRequestCategory::exist Method
Indicates whether the specified record exists in the VendRequestCategory table.
Syntax
server public static boolean exist(RecId _vendRequestId, RecId _categoryId)
Run On
Server
Parameters
- _vendRequestId
Type: RecId Extended Data Type
The VendRequestCategoryExtension record ID of the record to check for existence.
- _categoryId
Type: RecId Extended Data Type
The EcoResCategory record ID of the record to check for existence.
Return Value
Type: boolean
true if the record in the VendRequestCategory table exists; otherwise, false.