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


---

# Disable App type page

# Disable the App type page in Creator Studio {#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

Hide the App type page that appears when users select to create an app by adding a system property to streamline the app creation process.

## Antes de Iniciar

You must change your scope to global. For more information, see [Global scope](https://servicenow-prod.fluidtopics.net/NM4gad8~HuQNb74uur01Bw "The global scope is a special application scope that identifies applications developed prior to application scoping, or applications intended to be accessible to all other global applications.").

Role required: admin

## Procedimento

1. Open the All menu.
2. Type <kbd class="ph userinput">sys_properties.list</kbd> and press Enter.
3. Select the New button.
4. On the form, fill in the fields.  
   {#crs-administer-interstitial-page__table_f3m_3fj_q2c__entry__2}

   | Field | Description |
   |-|-|
   | Name | Enter <kbd class="ph userinput">apptype.selection.disabled</kbd>. |
   | Description | Disable the app type page in Creator Studio. |
   | Choices | Leave blank. |
   | Type | Select true \| false. |
   | Value | Enter <kbd class="ph userinput">true</kbd>. |
   | Ignore cache | Leave as-is. |
   | Private | Leave as-is. |
   | Read roles | Leave as-is. |
   | Write roles | Leave as-is. |
   [Tabela 1. Values for the property]

   {#crs-administer-interstitial-page__table_f3m_3fj_q2c}
5. Select Submit.

## Resultado

Users on the instance will no longer see that App type selection page after they initiate creating an app.

To reinstate the App type page, set the apptype.selection.disabled property to <kbd class="ph userinput">false</kbd>, or just delete it.

