Share via


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

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.

See Also

Reference

ReqPlanManager Class