CatVendorProductCandidate::find Method

Finds a record in the table

Syntax

client server public static CatVendorProductCandidate find(
    RecId recId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update.

Return Value

Type: CatVendorProductCandidate Table
An instance of the CatVendorProductCandidate data type.

Remarks

Standard method on the table.

See Also

Reference

CatVendorProductCandidate Table