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.
| Field | Value |
|---|---|
| Accessible from | This application scope only |
| Can read | Disabled |
| Can create | Disabled |
| Can update | Disabled |
| Can delete | Disabled |
| Allow access to this table via web services | Disabled |
Image omitted: DenyingAllRuntimeAccess.png
Application access settings
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
Effects of denying all runtime access to application tables
Parent Topic:Runtime access to applications tables