SysOperationController.putToDialog Method [AX 2012]

Moves data from the data contract into dialog box controls.

public void putToDialog()

Run On

Called

ExceptionCondition
Error

An exception is thrown if there is no active dialog when this method is called.

It moves the data by enumerating the SysOperationUIBuilder derived class instances that are associated with each data contract object and calling the putToDialog method on them.This method should not generally be overridden. In most cases it is more appropriate to create a custom UI builder for a particular contract and overriding the method in that class.

Community Additions

ADD
Show: