When users log into our app, we want to present them with a list of recent Service Logs - i.e. a list of Service Logs, in descending order of “Service Date”.
To achieve this we:
Navigate to the home screen, under “Design”.
Remove any default component 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