ReqPlanVersion::findInternal Method
Finds the specified record in the ReqPlanVersion table.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server private static ReqPlanVersion findInternal(
ReqPlanId _reqPlanId,
DataAreaId _reqPlanDataAreaId,
NoYes _findActive,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
server private static ReqPlanVersion findInternal(
ReqPlanId _reqPlanId,
DataAreaId _reqPlanDataAreaId,
NoYes _findActive,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server private static ReqPlanVersion findInternal(
ReqPlanId _reqPlanId,
NoYes _findActive,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 (FPK)
server private static ReqPlanVersion findInternal(
ReqPlanId _reqPlanId,
NoYes _findActive,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 (SYS)
server private static ReqPlanVersion findInternal(
ReqPlanId _reqPlanId,
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 specifies if 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.
Remarks
This method is obsolete. Use the ReqPlanVersion.findReqPlanId method instead.