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 VendCategory table exists.
Syntax
client server public static boolean exist(
VendAccount _vendAccount,
RecId _categoryId,
DataAreaId _vendTableDataAreaId)
Run On
Called
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
The vendor account number.
- _categoryId
Type: RecId Extended Data Type
The record ID of the EcoResCategory record.
- _vendTableDataAreaId
Type: DataAreaId Extended Data Type
The field in the VendTable table that is associated to the _vendAccountNum parameter.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.