Skip to main content

Entity Tables

[API Docs] [SDK]

The Entity tables offer a variety of features ranging from performing search and filtering on the table attributes, sortin the attributes, saving views out of the your most used configurations, importing/exporting bulk data etc.

Search and Filtering​

Search API

Supported Types of search and filtering​

Example: Enter any keyword which does a fuzzy search across the entities of the curent schema abc => searched through the entity and its relations data - since the relations are stored hydrated.

Note: This doesn't search for information in nested relations i.e. the relation of the relations of entities (One customer attempted to do this in the past)

This allows to search through the available attributes of an entity, withy the attributes being loaded from the latest entity schema. For each type of attribute, we handle the way it should be rendered. There are a varierty of types of attributes in our system. Lets go through those:

General:​
  • Empty (New ✨) attribute - Easily find an entity by clicking on empty (leer) to find an entity with selected attribute as empty, for e.g search all opportunities with no tags, no product, no portal user, no creation date, etc.
Usage examples:​
- Click on Title -> (empty) - returns all entities with no title.
- Click on Product -> (empty) - returns all entities with no products related to them
- Click on Customer -> Last name -> (empty) - returns all entities with customers with no last name defined.
Screenshot 2024-03-21 at 00 40 58
Screenshot 2024-03-21 at 00 41 09
Empty filter Usage
  • Tags -> use this to find entity by its associated tag
  • Purposes -> use this to find entity by its associated tag
  • ID -> quick and handy way to search an entity directly by its ID
Entity specific:​

a) String type attributes like title, tag, etc -> rendered simply as list of items when the string attribute is selected

b) Number type attributes like capacity, value etc. -> rendered as a combination of number range filter (default) and if deselected, simply as list of numbers

c) Object type like address - comprise of below supported fields:

- Street
- Street number
- Suburb
- Plot of land
- Plot Area
- Postal Code
- City
- Country
- Company name
- Additional Info
- Title
- Salutation
- First Name
- Last name
- Tags

d) Relation type attributes like for opportunity entity table => Product, Customer -> rendered as the attributes of the selected schema, which goes one level further, to show the list of values for tthe relation attributes. Note: only non-relation attributes are loaded of the relation schema.

e) Date type attributes -> Rendered as Calendar with defined ranges such as empty date, today, yesterday, this month etc.

f) Select type attributes -> Renders the options defined in a select attribute configuration like yes, no, type of files, etc

g) User type attributes -> Renders the list of user name with their email and user avatar to see for e.g. all entities assigned to this user

Unsupported attributes:- Computed type = e.g. price etc. - Image - File

When you click on an attribute to filter for its values, you will see data loaded in chunks of [1, 3, 10, 50].

By default, only the first 50 results are loaded for the selected attribute, however, if you need to look for more:

  • Type in the unique key to find the filter value you are looking for
  • This will fetch the first 50 results with the keyword you searched for

Saved Views​

Would like an elaborate explanation to use Saved views? We got you!

Coming soon...

Import Export entities​

Would like an elaborate explanation to use Import/Export on entities? We got you!

Coming soon...