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.
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
- _vendorCategory
Type: RecId Extended Data Type
The record ID of the VendCategory record to find.
- _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.