Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

App generation supported metadata

App generation creates seven metadata types, including tables, roles, and record producers. Use this reference to understand what each metadata type does and how app generation uses it.

When you generate an application, app generation creates the following metadata types.

LabelNameUsage
Access control list (ACL)sys\_security\_aclACLs manage role-based access control for the application:- Rules that define role access to resources and permitted operations - ACLs that can be applied at the field or table level
Flowssys\_hub\_flowFlows automate a repeatable, multi-step process.
Formsys\_ui\_formInterface that enables users to submit data to create or update records in a table
Record producersc\_cat\_item\_producerType of form that enables users to enter information that generates a task-based record
Rolesys\_user\_roleSet of permissions that are assigned to users and groups
Tablesys\_db\_objectTables organize data into rows and columns for easy reference:- Collection of records with information - Records contain fields that store data for the application - Each record corresponds to a table row, and each field on a record corresponds to a table column
Workspace Buildersys\_ux\_page\_registryA targeted experience for an application that includes data visualizations and other user experience components to allow a user to interact with an application.

Parent Topic:App generation reference