Objects

Portal & public exposure

Expose object records safely to customer portal users and standalone public forms.

Portal & public exposure

Object exposure settings decide whether records are internal only, visible to signed-in portal users, or open to anonymous public submissions. Configure these settings deliberately because they change who can create, view, edit, and delete records.

Exposure options

ExposureSetting areaWhat users can do
Staff onlyObject base, table, and role settings.Staff users manage records in the main workspace.
Customer portalCustomer settings: readonly, featured, add, edit, delete, max records.Signed-in customers interact with permitted records in the portal.
Public formPublic flag and public code.Anonymous users submit records at /form/<code>.

Configure portal access

  1. Enable customer access for the object.
  2. Decide whether customers can add, edit, delete, or only view records.
  3. Set a maximum record count when submissions should be capped.
  4. Place the object in the portal menu or a custom portal page.
  5. Test as a portal user, not as an admin.

Configure public access

  1. Enable the public flag and public code.
  2. Review required questions and remove internal-only fields.
  3. Test the form URL in a private browser session.
  4. Add automation for acknowledgements, triage, and staff follow-up.

For developers