SysOperationController.putToDialog Method [AX 2012]

Moves data from the data contract into dialog box controls.

Syntax

public void putToDialog()

Run On

Called

Exceptions

Exception Condition
Error

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

Remarks

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.

See Also

Reference

SysOperationController Class