Creating a List screen from scratch, using a SQL table
Last updated
Last updated
We are now going to list Service Logs on our home screen, ordered by the most recent logs - by Service Date.
To achieve this we:
Navigate to the home screen, under “Design”.
Remove any default components that are on the page.
Add a “Data Provider” component.
Give the data provider a name, so that we can easily identify it in our component tree (left panel).
Setup the data provider to connect to the “Service Log” table.
Set the “Sort Column” to “Service Date”
Add a table component, underneath the data provider
Finally, we select the columns that we want to see in the table