ReqPlanVersion::find Method

Finds the specified record in the ReqPlanVersion table.

Syntax

server public static ReqPlanVersion find(RecId _reqPlanVersionRecId, [boolean _forUpdate])

Run On

Server

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies 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