Share via


ReqPlanManager.decreaseNestingLevel Method [AX 2012]

Decreases the nesting level.

Syntax

private int decreaseNestingLevel(str _lockName)

Run On

Server

Parameters

  • _lockName
    Type: str
    The lock name.

Return Value

Type: int
The current nesting level.

Exceptions

Exception Condition
Error

The current nesting level is zero and the attempt is made to decrease it again.

See Also

Reference

ReqPlanManager Class