---
sourceDocument: Australia Strategic Portfolio Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/it-business-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Strategic Portfolio Management

ft:clusterId :

    - itbm

bundleId :

    - itbm

workflow :

    - Technology


---

# Change default values of copied fields

# Change default values of copied fields {#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

Change the default values of in the new partial project.

## Antes de Iniciar

Role required: admin

## Por Que e Quando Desempenhar Esta Tarefa

Actual duration and the actual start and end dates are reset to null values. The
state is set to New and percent complete is set to
0. Administrators can modify UI pages to determine which
fields are reset or to change the default values.

## Procedimento

1. Navigate to AllSystem UIUI Pages.
2. Open the copy_partial_project record.
3. Use the following script if in the Processing script field:  

       /* resetFields is the array containing the list of names of fields that need to be erased from the copied project tasks
       	   * defaultFields is the array containing the key, value pairs of field names and values that need to be set on the copied tasks
       	   */var resetFields =new Array();var defaultFields ={};
       	  resetFields.push("work_start","work_end","work_duration");
       	  defaultFields["state"]="-5";
       	  defaultFields["percent_complete"]="0";

**Tarefas relacionadas**   

* [Copy an existing task or project](https://servicenow-prod.fluidtopics.net/m1khzxvJiKOQn~eyi5xKJQ "Save time when building a project by copying tasks from other projects.")

