Creating a View

Views underlie all Widgets you can add to your Dashboards

Understanding how Views work is critical to creating your Custom CRM. On a basic level, Views allow you to create custom tables as seen below:

To get started, navigate and click onto the Views section on the left hand bar. The below page should be presented:

Views Page

To create a new view, press the Add View button on the top right hand corner of the above screenshot. This will then take us to the following page:

New View Navigation

To start, let's create a sample view that looks at all of our Contacts. Let's name the view Sample Contact View. Furthermore, let's keep the Hidden unchecked and select the Contacts option under Target Object as seen below:

Selecting a Target Object

After selecting a Target Object, you should now be presented with the following screen:

Scope

To add columns to our table, drag the fields from the left-hand column to the right-hand side. Feel free to rearrange the order of these fields by drag and dropping them above or below each other on the right hand column.

Moving Fields to the Right Hand Column

For now, let's ignore the Group By field as this will be used and explained in more detail in the Widgets section.

For custom ordering, click onto the Order By Field selection and choose which field you'd like to sort your entries by. Then choose if you'd like that field to be sorted by Ascending, or Descending order as seen below:

Ascending/Descending Order

Lastly, we can choose to apply filters to limit our selection. To do so, scroll down the the Filter section and press the Add Filter button.

Once you've done so, you should see the below options:

Filtering Navingation

For our example here, lets choose to only show Contacts where the Field called 'Key Contact?' is labeled as Yes.

To do this, I'd select the 'Key Contact?' Field under the filter navigation.

Then under the operator, select Equals to ensure that this field equals whichever value we select.

Lastly, click into Value and select 'Yes', or whichever value you'd like to set the filter to.

After doing so, the Filter will look as follows:

Added Filters

Feel free to add any additional filters you see fit.

After completing this, press Save. After completion, you can now click onto the newly created view to see a table similar to the following:

Sample View

Last updated

Was this helpful?