PBARuleDebugger.debuggerTableDelete Method [AX 2012]

Deletes the entries in PBARuleDebuggerTable related to the current debugger identified by its PBAConfigId.

public void debuggerTableDelete(boolean deleteInitLine)

Run On

Called

Parameters

deleteInitLine
Type: boolean

The initialization line is used so there is at least one entry for any debugger in use. If this method is only used to clear the debugger, the initialization line should not be removed.

The caller can choose whether the initialization line (with debugNo = 0) should be deleted.

Community Additions

ADD
Show: