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 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.