CatProcureCatalogPriceRange::find Method
Finds the specified record in the CatProcureCatalogPriceRange table.
Syntax
client server public static CatProcureCatalogPriceRange find(
RefRecId _procureCatalog,
RefRecId _filterRange,
[boolean _forUpdate])
Run On
Called
Parameters
- _procureCatalog
Type: RefRecId Extended Data Type
The procureCatalog field of the record to find.
- _filterRange
Type: RefRecId Extended Data Type
The filterRange field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CatProcureCatalogPriceRange Table
A record in the CatProcureCatalogPriceRange table.