|
1. Start the Dynamics AX client.
2. Press CTRL+D to open the AOT, or click the AOT button on the toolbar. Open a second instance of the AOT and position it next to the first.
3. In the left AOT window, expand the Data Dictionary node.
4. Expand the Tables node.
5. Locate the CustTable table. This is the main table that stores customer master file information.
6. In the right AOT, expand the Web node.
7. Right-click the Web Forms node, and then click New Web Form.
8. Expand the new Web form. Then drag the CustTable table identified in Step 5 from the left AOT onto the data sources of the new Web form in the right AOT.
9. Expand the Designs node of the new Web form.
10. Right-click Design, point to New Control, and then click WebGrid.
11. Right-click the new WebGrid control, and then click Properties.
12. Set the DataSource to CustTable.
13. Right-click WebGrid, point to Add New Control, and then click WebEdit.
14. Right-click the new WebEdit control, and then click Properties.
15. Set the DataSource to CustTable and the DataField to Name.
16. Click Save All on the AOT toolbar of the right AOT. |