Apparently you cannot populate a form data group runtime in AX. I have been able to overcome the issue by adding the controls dynamically. In this example I have created a form with InventTable as the datasource, and added a FormGroupControl called FormDataGroup with AutoDeclare = Yes. Then I have overridden the executeQuery() on InventTable_ds to call my custom method...
The post Add AX FormGroupControl runtime appeared first on DAXRunBase blog by Vilmos Kintera.
*This post is locked for comments