PBAExecute::executeWithWithoutDebug Method [AX 2012]

Runs a product model and opens the configuration form that corresponds.

server public static void executeWithWithoutDebug(PBATable _pbaTable, NoYes _useDebug)

Run On

Server

Parameters

_pbaTable
Type: PBATable Table
The product model reference.
_useDebug
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether to open the rule debugger.

This method is primarily used to test the model.

Show: