SysOperationController.putToDialog Method [AX 2012]
Moves data from the data contract into dialog box controls.
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: