ReqPlanManager.acquireUpdateLockOnActivePlanVersion Method [AX 2012]
Acquires the update lock on the active master plan version.
Syntax
public ReqPlanVersion acquireUpdateLockOnActivePlanVersion(ReqPlanId _planId)
Run On
Server
Parameters
- _planId
Type: ReqPlanId Extended Data Type
The master plan ID.
Return Value
Type: ReqPlanVersion Table
The master plan version that has been locked.
Remarks
If the version that has been locked is inactive, this method will retry until the active version is locked.
The method supports nested invocations.