ReqPlanVersion::createInactive Method
Creates the inactive version of the master plan.
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 public static ReqPlanVersion createInactive(ReqPlanId _reqPlanId, DataAreaId _reqPlanDataAreaId)
Microsoft Dynamics AX 2012 R2 (SYS)
server public static ReqPlanVersion createInactive(ReqPlanId _reqPlanId, DataAreaId _reqPlanDataAreaId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static ReqPlanVersion createInactive(ReqPlanId _reqPlanId)
Microsoft Dynamics AX 2012 (FPK)
server public static ReqPlanVersion createInactive(ReqPlanId _reqPlanId)
Microsoft Dynamics AX 2012 (SYS)
server public static ReqPlanVersion createInactive(ReqPlanId _reqPlanId)
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.
Return Value
Type: ReqPlanVersion Table
The plan version.
Remarks
The _reqPlanDataAreaId parameter has been added.