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

Example denying all runtime access to a table

You can prevent script API and web service calls from other application scopes.

Typically, this is to prevent any other application from creating or modifying data in the 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
Image omitted: DenyingAllRuntimeAccess.png
Application access settings

The following diagram illustrates the effect of denying other application scopes access to application tables from script API and web service calls.

Image omitted: EffectsOfDenyAllRuntimeAccess.png
Effects of denying all runtime access to application tables

Parent Topic:Runtime access to applications tables