Share via


ReqPlanCopy.copyPlan Method [AX 2012]

Copies the master plan.

Syntax

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

Run On

Called

Parameters

  • _useUpdateLockOnTargetPlanVersion
    Type: boolean

Remarks

The target master plan is deleted before it is updated.

See Also

Reference

ReqPlanCopy Class