Skip to content
EntryLayer Operational data entry for Snowflake

Submission Detail

The Submission Detail page is where users view, edit, review, and investigate a single record.

Submission detail in workflow context

Use this guide when you need to understand:

  • why a record is editable or read-only
  • when to use the project drawer vs the full record page
  • how workflow actions appear
  • how virtual rows become materialized submissions
  • how child records appear inside a parent
  • where field, workflow, and access history are reviewed
FactorEffect
Seat typeDetermines whether the user can view, act, build, or administer product surfaces.
Project permissionsDetermine record visibility and edit/delete/manage actions.
Workflow statusCan lock records or expose transition actions.
Archive stateMakes records read-only for normal operations.
Field groupsCan hide or lock individual fields.
Form logicCan hide, require, or disable fields.
Source governanceSnowflake row access and masking policies can affect source-backed values.

Users often first open a record from the Project Workspace grid. That opens the Record Details drawer so they can inspect or lightly work a row while keeping the queue visible.

SurfaceBest use
Project Workspace gridFind, filter, sort, and select records.
Record Details drawerQuick record review, small edits, workflow context, and permission/read-only explanation without leaving the queue.
Full Submission Detail pageFocused record work, longer forms, child-record sections, history review, and deep workflow actions.

The drawer and full page use the same access model. If a user does not have can_read, the drawer should not reveal record values just because they can open the project shell or manage settings.

The toolbar can include:

  • back navigation
  • workflow status badge
  • Form Editor and Project Settings shortcuts for builders
  • Logic Preview for builders
  • materialize/edit action for virtual records
  • save status
  • archive or restore actions where allowed

Banners explain important context such as:

  • missing permission
  • read-only workflow state
  • archived record mode
  • draft preview mode
  • logic preview mode

Submission Detail can render in two main layouts:

LayoutBest for
Standard layoutShorter or medium-complexity forms where users benefit from seeing the whole record.
Multi-step layoutLonger forms or guided review flows where users should work one section at a time.

Both layouts use the same underlying form and permission model.

Configured fields become live controls in Submission Detail.

Common field patterns include:

  • text and multiline text
  • numeric values
  • dates and date-times
  • checkboxes
  • select and multi-select controls
  • labels
  • Variant display fields
  • lookup-backed fields

The field renderer respects field type, required state, read-only state, field-group restrictions, form logic, workflow state, and masking state.

Builders can use Logic Preview to inspect how form rules affect the page.

When logic preview is active:

  • hidden fields can appear as ghosted placeholders
  • rule-driven behavior is easier to inspect
  • the page is read-only for safe analysis

Logic preview in submission detail

When workflow is enabled, users may see actions such as:

  • submit
  • move to under review
  • approve
  • reject
  • return to draft or reopen for editing

The available actions depend on current status, project rules, and user permissions. See Workflow States for exact state behavior.

Source-connected projects can contain virtual submissions.

StageBehavior
Virtual submissionStill primarily a Snowflake-backed row; no full local app-managed submission exists yet.
Materialized submissionEntryLayer creates local workflow, field history, access history, and managed submission state.

Materialization happens only when an allowed workflow or edit path needs app-managed state.

Relationship-driven child sections let users work related records inside a parent context.

Inline child records inside a parent submission

Users can:

  • view related child records
  • create child records after the parent exists
  • open child records for deeper work
  • keep nested operational work tied to the parent workflow

Depending on configuration, Submission Detail can expose:

  • workflow history
  • field history
  • access log

Use these tabs to answer who changed what, when workflow moved, and who opened or acted on the record.

  1. Open a record from the Project Workspace.
  2. Review banners, status, and available actions.
  3. Update fields if editing is allowed.
  4. Take the next workflow action if appropriate.
  5. Work child records if the form includes relationship sections.
  6. Review history when you need investigation context.