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

Example denying all design access to a table

You can prevent other application scopes from creating configuration records on application data tables.

Typically, this is to prevent any other applications from changing the functionality of a table. Denying access requires setting the following value in the table record.

FieldValue
Accessible fromThis application scope only
Can readDisabled
Can createDisabled
Can updateDisabled
Can deleteDisabled
Allow access to this table via web servicesDisabled
Allow configurationDisabled
Image omitted: DenyingAllRuntimeAccess.png
Limiting design-time access to this application scope only

The following diagram illustrates the effect of denying other application scopes the ability to create configuration records.

Image omitted: EffectsOfDenyAllDesignTimeAccess.png
Limiting design access to this application scope only

Parent Topic:Design-time access to application tables