Connection.ttsLevel Method [AX 2012]

Returns the number for the last call to the ttsbegin method that is used to begin a transaction.

public int ttsLevel()

Run On

Server

Return Value

Type: int
An integer value that indicates the number for the last call to the ttsbegin method. For example, if the ttsLevel method is called after the third call to the ttsbegin method, the return value is 3.

Community Additions

ADD
Show: