Example denying all runtime access to a table

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • 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.

    표 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
    그림 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.

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