---
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


---

# Legacy - Update a custom application record

# Legacy - Update a custom application record {#ariaid-title1}

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

You can update a custom application record to add new features or change application
functionality.

## Antes de Iniciar

Importante:  
Starting with the Xanadu release, the legacy version of ServiceNow Studio is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported. For details on the deprecation process, see the [Deprecation Process \[KB0867184\]](https://support.servicenow.com/kb_view.do?sysparm_article=KB0867184) article in the Now Support Knowledge Base.

Try building and editing apps in the current version of ServiceNow Studio instead. For more information, see [ServiceNow Studio](https://servicenow-prod.fluidtopics.net/HJE5fDsb~bjmVZ9BqGtS8w "ServiceNow Studio provides a unified experience for all ServiceNow development activities, enabling admins and developers to extend base system solutions and create custom apps with ease. Use ServiceNow Studio to build apps and app files with integrated tools, access and edit app metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool.").
Role required: admin or a delegated developer role granting full access

## Por Que e Quando Desempenhar Esta Tarefa

You can only update applications in development on your local instance. You cannot edit applications downloaded from your company application repository or the ServiceNow Store.

## Procedimento

1. Navigate to AllSystem ApplicationsApplicationsStudio.
2. Click the application name or the Edit button for the application you want to update.  
   The system displays the application and application files in Studio.
3. Click FileSettings.  
   Studio opens a tab containing the Custom Application record for the current application.
4. Fill in the fields, as appropriate.  
   {#t_UpdateAnApplicationRecord__table_CustomApplicationForm__entry__2}

   | Field | Description |
   |-|-|
   | Name | \[Required\] Enter a label for the application. Changing the name does not change any other field value derived from the application name such as the Scope, Menu, or User role fields. |
   | Version | Enter version information for the application. Both the ServiceNow application repository and the store use this value to determine whether updates are available to your application users. Nota: To publish the application in the ServiceNow Store, the version must conform to the application certification standards. |
   | Application Scoping ||
   | Scope | \[Read Only\] Displays the unique application scope set during the creation process. You can change this value only by deleting and recreating the application with a new value. For more information about the protections offered, see [Application scope](https://servicenow-prod.fluidtopics.net/dpABJ5Jynnn9dK2h3GuwXg "Application scoping protects applications by identifying and restricting access to application files and data."). |
   | Application administration | Select whether to protect sensitive application data by restricting how users acquire application-specific roles. See [Application administration](https://servicenow-prod.fluidtopics.net/hixwnTWGlxm7O3e9P26CTQ "Protect sensitive application data by using application administration to restrict how users acquire application-specific roles."). |
   | Design and Runtime ||
   | JavaScript Mode | The JavaScript standard that the application supports. Select ECMAScript 2021 (ES12) to support features in ECMAScript 12th edition or ES5 Standards Mode to support features in ECMAScript 5th edition. Select Compatibility Mode to support earlier ECMAScript editions. For more information, see [Set the JavaScript mode for an application](https://www.servicenow.com/docs/access?context=set-javascript-mode-application&version=australia&pubname=australia-api-reference&ft:locale=en-US). |
   | Runtime Access Tracking | Select how the application handles script access requests to resources in other applications. Select None to authorize all access requests to cross-scope resources without logging them. Select Tracking to log and authorize all access requests to cross-scope resources. Select Enforcing to log access requests to cross-scope resources but require an administrator to authorize each request. |
   | Restrict Table Choices | Clear the option to allow the application to see tables from other application scopes. Select the option to restrict design choices to only tables in the same application. |
   | Subscription Management ||
   | Licensable | Specifies whether the application is tracked by the Subscription Management application. |
   | Subscription requirement | Not applicable for ServiceNow customers who build custom applications for their own use. Used only by partners who sell and monitor the usage of resellable applications on the ServiceNow Store. Specifies whether the application requires a separate subscription (Required) or is monitored only. |
   | Subscription model | Not applicable for ServiceNow customers who build custom applications for their own use. Used only by partners who sell and monitor the usage of resellable applications on the ServiceNow Store. Specifies how the Subscription Management application tracks usage. See [Types of subscriptions in Subscription Management](https://www.servicenow.com/docs/access?context=types-subscription-v2&version=australia&pubname=australia-platform-administration&ft:locale=en-US). |
   | Primary Menu ||
   | Menu | Select the application menu where you want to display modules. For more information about menus and modules, see [Create an application menu](https://servicenow-prod.fluidtopics.net/14po~evBIJHjq_Q_LfojsQ#t_CreateAnApplicationMenu "Application menus define the main content that users can access in the application navigator. You can configure which applications appear in the application navigator."). |
   | End user access ||
   | User role | Select the user role required to access the application menu. For more information about user roles, see [Create a role](https://www.servicenow.com/docs/access?context=t_CreateARole&version=australia&pubname=australia-platform-administration&ft:locale=en-US) [Create a role](https://www.servicenow.com/docs/access?context=t_CreateARole&version=australia&pubname=australia-platform-administration&ft:locale=en-US). |
   | Short description | Enter a description of the application purpose or usage. |
   | Logo | Select the image the system displays in the applications list and ServiceNow Store. |
   | Application Files | View configuration records associated with this application in platform feature tables. |
   | Dependencies | View or add tables or applications on which this application depends. The system automatically adds records to this list when you extend tables or when another application creates application files for this application. Add script-based dependencies. See [Dependencies for custom applications](https://servicenow-prod.fluidtopics.net/ygVCrLtBVVEyKZpO1Vn3Tg "Every custom application record includes a related list identifying its dependencies on other applications."). |
   | Cross scope privileges | View or create cross-scope privilege records to determine which script operations and targets the system allows to run. See [Cross-scope privilege record](https://servicenow-prod.fluidtopics.net/89cMwCM2KHLkcrQxKR~UmA "Runtime access tracking uses cross-scope privilege records to determine which script operations and targets the system allows to run."). |
   | Design Access | View or specify which other applications have design access to tables or records in this application. See [Application design access record](https://servicenow-prod.fluidtopics.net/0IZIw_IXqANp6_YXc3nS1A "Administrators use application design access records to specify which other applications are available to developers during application creation."). |
   [Tabela 1. Custom Application form]

   {#t_UpdateAnApplicationRecord__table_CustomApplicationForm}
5. Click Update.

