Share via


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

Return Value

Type: boolean
true if the record in the VendProcurementCategoryStatus table exists; otherwise, false.

See Also

Reference

VendProcurementCategoryStatus Table