Object Type Details

To update, modify, or view the details of an Object Type, choose Components > Object Types in the navigational menu, then choose the Object Type. The Object Type detail view includes tabbed navigation for...

  • Definition: Id, Display Name, Description, and Category

  • Data Schema: a JSON schema that describes the format and primaryKey (permanent) of Records created for the Object Type - importantly, schemas don't need to include properties like createdAt or updatedAt timestamps which are automatically added to Records as Metadata

  • UI Schema: a collection of JSON schemas that describe the UI for the Object Type within the Tenant Workspace UI

  • Optional Features: manage Audit Trail and Record Versioning, on supported subscription plans

  • Triggers: send Records to Agents (and their Flows) automatically Post-Insert, Post-Update, and Post-Delete for processing

  • Actions: send Records to Agents (and their Flows) manually in the Tenant Workspace UI, or by executing the Action on a Record using the Tenant API

  • Audit Trail: if the Audit Trail feature is enabled, see an immutable, permanent log of all activity for Records of the Object Type, with details of the change as well as who (or what) performed the change

  • Versions: as changes are made to the Object Type, a version history is kept - keep track of changes and restore previous versions if needed

  • Templates: define multiple templates with suggested or pre-filled values for Record properties, to aid in rapid and well-informed data entry within the Tenant Workspace UI

  • Records: one record, or a million - limited only by your Contextual subscription plan

Last updated