ReqPlanDelete.deletePlanInternal Method [AX 2012]
Deletes the master plan completely or partially.
protected void deletePlanInternal(
ReqPlanId _reqPlanId,
[boolean _isPartialDeletion,
ReqPlanData _reqPlanData])
Run On
CalledParameters
- _reqPlanId
- Type: ReqPlanId Extended Data Type
The ID of the master plan to delete.
- _isPartialDeletion
- Type: boolean
A Boolean value that specifies if the master plan has to be partially deleted; optional.
- _reqPlanData
- Type: ReqPlanData Class
An instance of the ReqPlanData class that contains parameters for partially deleting the plan.
| Exception | Condition |
|---|---|
| Error |
The function has been called in the active transaction. |
Community Additions
ADD
Show: