How to Design Tiles view in Pages in Business Central

Design Tiles view in Pages in Business Central:

In BC D365 “Tiles” view option is added for a better User Interface. For configuring the list page with the tile option, we will follow the steps.

By default, the tile view will display the first five fields that are defined in the page’s repeater control. This article describes how you can customize the tile view for list type pages.

The syntax for configuring Tile View in AL is-

fieldgroups
    {
fieldgroup(Brick; <field 1>, <field 2>, <field 3>, <field 4>)
        {
 
        }
    }

There’s no limit on the number of fields that you can display in a tile. Recommend – 5 fields for better display.

Let’s create a new table and page for configuring tile view. Example-

Table Create:

table create for tile view in business central

Page Create:

page create for tile view in business central

After doing the above steps, publish the objects and see the list and Tiles effects on the page i.e.

list and Tiles effects on the page in business central

How to Move fields in Page via AL Extension in D365 BC
Error while Publishing Extension or downloading AL Symbol in Dynamics 365- Solved
Main Features of Dynamics 365 Business Central
Extension Fields Not Visible in Page in D365 WebClient- Solved
Dynamics 365 Business Central pricing– Microsoft Docs

Leave a Reply