ReqPlanCopy.copyPlan Method [AX 2012]

Copies the master plan.

protected void copyPlan(
    ReqPlanId _fromReqPlanId, 
    ReqPlanId _toReqPlanId, 
    boolean _useUpdateLockOnTargetPlanVersion)

Run On

Called

Parameters

_fromReqPlanId
Type: ReqPlanId Extended Data Type
The ID of the source master plan.
_toReqPlanId
Type: ReqPlanId Extended Data Type
The ID of the target master plan.
_useUpdateLockOnTargetPlanVersion
Type: boolean

The target master plan is deleted before it is updated.

Community Additions

ADD
Show: