Objects

This guide explains Objects in Application Groups in clear, user-friendly language: what they are, why they matter, how to create/manage them.

Overview

An Object is the definition of a dataset you want Application Group to understand and work with.

Think of an Object as a table blueprint:

  • It has a name

  • It has fields (columns) like text, number, date, lookup, etc.

  • It can have special behaviors like snapshots, transactional history, archiving, and Row-Level Security (RLS)

Once an Object exists, it can be:

  • used by Applications

  • used in pipelines / workflows

  • governed by permissions and security rules (RLS)

Where do I find Objects?

Objects live inside an Application Group.

Typical navigation:

  1. Open an Application Group

  2. Go to the Objects section/tab

  3. You’ll see a table/grid of Objects, with actions like Create, Edit, Remove, Take Lock, etc.

When you click an Object name, you go to the Object Details page, where you manage:

  • its fields (add/edit/remove)

  • Row-Level Security (RLS)

Last updated