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


---

# Create a fix script

# Create a fix script {#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

Create fix scripts to ensure the system installs or updates an application properly.

## Antes de Iniciar

Role required: script_fix_admin or admin

## Por Que e Quando Desempenhar Esta Tarefa

Use fix scripts to add, update, and delete data, including rules, scripts, and
property settings.

## Procedimento

1. Navigate to AllSystem DefinitionFix Scripts.
2. Click New.
3. Define the fix script by filling in the fields on the form.  
   {#t_CreateFixScripts__table-fix-script-fields__entry__2}

   | Field | Description |
   |-|-|
   | Name | Unique, descriptive name for the fix script. |
   | Unloadable | Option to create Customer Update records \[sys_update_xml\] when the fix script runs. Fix script tests enforce the Unloadable option. |
   | Before | Option to run the fix script before installing or upgrading the application. |
   | Record for rollback | Option to record execution of the script so that it can be reverted if needed. |
   | Description | Description of the fix script. |
   | Script | Code for the fix script. |
   [ ]

   {#t_CreateFixScripts__table-fix-script-fields}
4. Click Submit.
5. Test the fix script and make any necessary changes.

