Plan::findVersionNum Method

Finds a plan with a specific version number for a specified plan reference.

Syntax

client server public static Plan findVersionNum(
    PlanReferenceRefRecId _planReference, 
    PlanVersionNum _versionNum, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

Plan Table