To create tiles, follow these steps:
- First, we will create a query that the tile will use. Create a new Dynamics 365 item and select Query from the Data Model artifacts.
- Set Name to ConVMSVehicleTableAll and press Add.
- Drag the ConVMSVehicleTable table to the Data Sources node.
- Change the Dynamics Fields property to Yes as we need all the fields to be available when queries are used with a form. Any fields that aren't selected are initialized with empty values, not null.
- Choose to add a new Dynamics 365 item and select Tile from the User Interface node.
- Change Name to ConVMSVehiclesAllTile and press Add.
- Set the following properties:
|
Property
|
Value
|
Description
|
|
Query
|
ConVMSVehicleTableAll
|
The query the tile ... |