VendProcurementCategoryStatus::exist Method
Determines whether the specified record is in the VendProcurementCategoryStatus table for the specified operating unit, vendor category record ID, and valid from date.
Syntax
client server public static boolean exist(
RefRecId _operatingUnit,
VendCategoryRef _vendCategory,
ValidFromDate _validFrom)
Run On
Called
Parameters
- _operatingUnit
Type: RefRecId Extended Data Type
The record ID of an OMOperatingUnit record.
- _vendCategory
Type: VendCategoryRef Extended Data Type
The record ID of a VendCategory record.
- _validFrom
Type: ValidFromDate Extended Data Type
The valid from date in the VendCategoryTemp table that is associated with the VendCategoryTemp record.
Return Value
Type: boolean
true if the record in the VendProcurementCategoryStatus table exists; otherwise, false.