Share via


VendProcurementCategoryStatus::findVendorCategoryAsOfDate Method

Finds the valid specified record as of the specified date in the VendProcurementCategoryStatus table.

Syntax

client server public static VendProcurementCategoryStatus findVendorCategoryAsOfDate(
    RecId _vendorCategory, 
   [date _asOfDate, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _asOfDate
    Type: date
    The date for which to find the specified record.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: VendProcurementCategoryStatus Table
A record in the VendProcurementCategoryStatus table; otherwise, an empty buffer.

See Also

Reference

VendProcurementCategoryStatus Table