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


---

# Widget form

# Widget form {#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

Use the widget form to configure a new widget.
{#widget-form__table_osc_b4b_xvc__entry__2}

| Field | Description |
|-|-|
| Name | Unique name for the widget. |
| Scripted | Option for indicating the value on the widget is from a code script. By default, this option is selected and is read-only. |
| Show Label | Option for displaying either the label or the color indicator. If you clear the check box, the Color field appears and you can set the color. |
| Active | Option for indicating the status of the widget. Only active widgets are shown on the Demand Financials page. |
| Parent widget | Widget that is the parent of the current widget. The current widget displays in the Child widgets related list of the selected widget. You can add a maximum of three child widgets for a parent widget. |
| Formatter required | Option for specifying whether a currency formatter is required for the widget. |
| Script | Code script that returns a requested metric value that is displayed on the widget. In the script, use the context and filter objects. The context object contains all the demand financial fields, such as total_costs, irr_value, and capital_budget. The following sample script returns the capital budget metric value of a demand to appear on the widget. var context = JSON.parse(context); var filter = context.filters; var now_GR = new GlideRecord('dmn_demand'); gr.addEncodedQuery(filter['dmn_demand']); gr.query(); if(gr.next()) gr.getValue('capital_budget'); Collapse |
| Short description | Description of the widget. |
[Tabela 1. Widget form]

{#widget-form__table_osc_b4b_xvc}

