Share via


ProdRoute::findByOprId Method

Reads the ProdRoute table to find the specified ProdRoute record.

Syntax

client server public static ProdRoute findByOprId(
    ProdId _prodId, 
    OprNum _oprNum, 
    RouteOprId _oprId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether to read the record for updating; optional.

Return Value

Type: ProdRoute Table
A ProdRoute buffer.

Remarks

This is a public method that is used to find records.

See Also

Reference

ProdRoute Table