---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Runtime access to applications tables

# Runtime access to applications tables {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Runtime access determines if an API or web service call can run against an application
table.

Access permissions can be set for the following access points.  
{#c_RuntimeAccessToAppTables__table_k4z_5xb_br__entry__2}

| Access points | Description |
|-|-|
| Script API | Any supported object or method call from the scoped system API such as a GlideRecord call. |
| Web services | Any supported web service call such as a REST, JSON, or SOAP web service. |
[Tabela 1. Runtime access points]

{#c_RuntimeAccessToAppTables__table_k4z_5xb_br}

The system does not prevent you from creating API or web service calls to the application
tables, rather it determines if the API or web service call is allowed to run against the
application table. API or web service calls that violate the access permissions for an
application table produce an error. For example, making a web service call to a protected
application table produces a 403 Forbidden HTTP error.
* **[Default runtime access permissions](https://servicenow-prod.fluidtopics.net/2I_TiFYa17rMNUrb5kMJew)**   
  The default runtime access permissions apply to new application data tables.
* **[Set runtime access to application tables](https://servicenow-prod.fluidtopics.net/wyBtDYv~UIzAbVitL2WKAQ)**   
  Set these access permissions to protect application tables at runtime.
* **[Example denying all runtime access to a table](https://servicenow-prod.fluidtopics.net/wftG8Y2~IGm8p12ow17MkQ)**   
  You can prevent script API and web service calls from other application scopes.
* **[Example granting all runtime access to a table](https://servicenow-prod.fluidtopics.net/SiWsJKeBSb5ftbuvX2xXOA)**   
  You can permit some or all runtime script API and web service calls from other application scopes.

