Our support engineers have assembled the top recommended solutions for you.
Microsoft Dynamics AX 2012CRM Connector in Microsoft Dynamics AX 2012Financials Management in Microsoft Dynamics AX 2012Upgrading to Microsoft Dynamics AX 2012
Microsoft Dynamics AX 2009
Application Object Server (AOS)
Enterprise Portal and Role Centers
Inventory Costing in Microsoft Dynamics AX 2009
Invoice Settlements/Discounts/Reversals
SSRS and SSAS Integration
Workflow
I have a project that needs dynamic population of dialog field. lets say, i have a field that accepts number and a button. Upon Clicking of button, the dialog must generate fields based on what you have inputted on the field. example, i have inputted number 5 on the dialog field, when i clicked the dialogbutton, 5 more dialog field must be added to my dialog box, and these fields must be stored on either a list, a container, or any container.
What exactly is your question?
You can add controls to dialog by calling Dialog.addField(). Also look at this article about runtime form controls.
[ Goshoom.NET Dev Blog ]
You can handle events on runtime as explained, for example, in this community blog post:
community.dynamics.com/.../handling-events-of-the-runbase-dialog-controls.aspx
But if I understand your question, the behaviour that you're expecting is quite dificult to handle with a dialog and I'll recommend you to develop an standard form. It will be more maintainable and you will have more control with a form object than doing all this logic with a dialog.
But if you absolutely need a dialog, you can play with the methods described in the above blog post .
j.a.estevan · Dynamics AX Developer, MVP ·jaestevan.com ·@jaestevan