Building the app
Alright, so now we know what our app should do, have a fair idea of what it should look like to enable the listed use cases, and also know how we should structure and store the data to power the app.
Let's start building it up.
Creating a new workbook
By now, you must be familiar with the process of creating a workbook. So, go ahead and create an empty workbook from the Dashboard and name it Honeycoded Realtors
.
Creating tables
In the previous section, we discussed the entities and tables that we will need. So, let's set them up.
Note
While creating tables in Chapter 13, Conducting Periodic Business Reviews Using Honeycode, we learned that in order to completely set the tables for primary entities with picklists, we would need to create the tables for secondary entities first. So, here we will start with creating tables for secondary entities.
The Client_Types table
Create a table, named Client_Types
, with a single column, named...