Share via


ReqPlanManager.acquireUpdateLockOnActiveVersionInCmp Method [AX 2012]

Acquires the update lock on the active master plan version in the specified company.

Syntax

public ReqPlanVersion acquireUpdateLockOnActiveVersionInCmp(DataAreaId _company, 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.

This method supports nested invocations.

See Also

Reference

ReqPlanManager Class