Tile is a new element in form design in latest version of Dynamics AX. As with tiles at other places in Microsoft products, it is used to provide key information on dashboard with or without graphical image. Tile also have drill down functionality to go to an item which have detailed information about the topic.
In this walkthrough, I’ll create a simple counting tile which displays the number of record in a table.
As a pre-requisite, I have a simple table ‘SONTable2’ with two string fields – ID and Description.