Example denying all runtime access to a table

  • Release version: Zurich
  • Updated July 31, 2025
  • 1 minute to read
  • 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.

    Table 1. Denying all runtime access
    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
    Figure 1. Limiting runtime access to this application scope only
    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.

    Figure 2. Deny all runtime access permissions to application tables
    Effects of denying all runtime access to application tables