Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _reqPlanId
Type: ReqPlanId Extended Data Type
The ID of the master plan.
- _reqPlanDataAreaId
Type: DataAreaId Extended Data Type
A string value that represents the data area ID.
- _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.