Compartir a través de


ReqPlanVersion::findReqPlanId Method

Finds the specified record in the ReqPlanVersion table.

Syntax

server public static ReqPlanVersion findReqPlanId(
    ReqPlanId _reqPlanId, 
    DataAreaId _reqPlanDataAreaId, 
    NoYes _findActive, 
   [boolean _forUpdate])

Run On

Server

Parameters

  • _findActive
    Type: NoYes Enumeration
    A Boolean value that indicates whether the active version should be found.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

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

See Also

Reference

ReqPlanVersion Table