ReqPlanVersion::createNew Method
Creates a new ReqPlanVersion record.
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
client server private static ReqPlanVersion createNew(
ReqPlanId _reqPlanId,
DataAreaId _reqPlanDataAreaId,
NoYes _active)
Microsoft Dynamics AX 2012 R2 (SYS)
client server private static ReqPlanVersion createNew(
ReqPlanId _reqPlanId,
DataAreaId _reqPlanDataAreaId,
NoYes _active)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server private static ReqPlanVersion createNew(ReqPlanId _reqPlanId, NoYes _active)
Microsoft Dynamics AX 2012 (FPK)
client server private static ReqPlanVersion createNew(ReqPlanId _reqPlanId, NoYes _active)
Microsoft Dynamics AX 2012 (SYS)
client server private static ReqPlanVersion createNew(ReqPlanId _reqPlanId, NoYes _active)
Run On
Called
Parameters
- _reqPlanId
Type: ReqPlanId Extended Data Type
The plan ID to use to create the new ReqPlanVersion record.
- _reqPlanDataAreaId
Type: DataAreaId Extended Data Type
- _active
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether the ReqPlanVersion record is active.
Return Value
Type: ReqPlanVersion Table
The record in the ReqPlanVersion table.