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


---

# Portal board widget form

# Portal board 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) 3 min. de leitura

Learn about the fields of portal board widget form.
{#portal-board-widget-form__table_oc2_3zk_xcb__entry__2}

| Field | Description |
|-|-|
| Name | Unique name for the widget you are configuring. |
| Order | The order in which your widgets appear on both your Investment Board and the Investment Portal page. Lower numbers are placed ahead of higher numbers. For example, a widget with an order set to 100 appears before a widget with an order set to 200. |
| Aggregate type | Type of aggregation applied for the investment widget calculation: Sum, Average, Minimum, Maximum, and Count. For example, you are aggregating the actual cost of three projects, A, B, and C, surfaced by a filter. Actual costs are 1000 for project A, 2000 for project B, and 3000 for project C. If sum is selected as the aggregate type, then the actual cost metric value would be 6000. If average is selected as the aggregate type, then the actual cost metric value would be 2000. If minimum is selected as the aggregate type, then the actual cost metric value would be 1000. If maximum is selected as the aggregate type, then the actual cost metric value would be 3000. If count is selected as the aggregate type, then the actual cost metric value would be 3. |
| Scripted | Check box to specify a script for the investment widget calculation. |
| Show Label | Check box to display either the label or the color indicator. If you clear the check box, the Color field displays, which allows you to set the color. |
| Active | Check box to indicate that the investment widget is active. |
| Display on board | Check box to display the investment widget on your investment board. |
| Parent widget | Parent widget for this investment metric widget. A parent widget can have up to a maximum of three child widgets. |
| Include by default | Check box to show an active investment widget by default on: * new boards * existing boards that do not have widget selection configured {#portal-board-widget-form__ul_xlj_rms_bgb}The check box is selected by default. For more information on configuring widgets on an investment board, see [Widget Configuration](https://servicenow-prod.fluidtopics.net/c~3DBc1coxlcI4l~Isu48Q#use-investment-portal__image_cwc_2xh_ycb). |
| Short description | Brief description about the investment widget. |
| Script | Script written for the dynamic calculation of investment widget. This field is displayed only when the Scripted check box is selected. The following script returns a string containing the desired output to be displayed on widget. Five variables (which are programmatically introduced to the script) are available: * projectFilter: Project filter of Investment Portal board. * demandFilter: Demand filter of Investment Portal board. * projectClass: Project class of Investment Portal board which is used during teamspaces value evaluation. It returns tsp1_project for Teamspace1 Portal Board. * demandClass: Demand class of Investment Portal board which is used during teamspaces value evaluation. It returns tsp1_demand for Teamspace1 Portal Board. * boardSysId: SysId of Investment Portal board. It provides access to more information on Investment Portal board when needed. {#portal-board-widget-form__ul_rn5_jk5_c2b} Sample scripted widget for project cost totalProjectCost(); function totalProjectCost() { var totalCost = 0; if(!JSUtil.nil(projectClass) && !JSUtil.nil(projectFilter)) { var projectGa = new GlideAggregate(projectClass); projectGa.addEncodedQuery(projectFilter); projectGa.setGroup(false); projectGa.addAggregate('SUM', 'cost'); projectGa.query(); if(projectGa.next()) { if(projectGa.getAggregate('SUM', 'cost')) totalCost += parseFloat(projectGa.getAggregate('SUM', 'cost')); } } return PPMCurrencyHelper.defaultCurrencySymbol() + PPMCurrencyHelper.getFormattedAmount(totalCost); } |
[Tabela 1. Portal board widget form]

{#portal-board-widget-form__table_oc2_3zk_xcb} {#portal-board-widget-form__table_qqh_wgz_fdc__entry__2}

| Field | Description |
|-|-|
| Project aggregate column | Aggregation is applied on the selected column of the Project \[pm_project\] table. |
| Project table | Table from which projects are being filtered. |
| Project filter | Criteria applied to filter projects from the Project table. |
[Tabela 2. Project section of the Portal board widget form]

{#portal-board-widget-form__table_qqh_wgz_fdc} {#portal-board-widget-form__table_tcq_wgz_fdc__entry__2}

| Field | Description |
|-|-|
| Demand aggregate column | Aggregation is applied on the selected column of the Demand \[dmn_demand\] table. |
| Demand table | Table from which demands are being filtered. |
| Demand filter | Criteria applied to filter demands from the Demand table. |
[Tabela 3. Demand section of the Portal board widget form]

{#portal-board-widget-form__table_tcq_wgz_fdc}
**Tarefas relacionadas**   

* [Configure your investment metrics as widgets](https://servicenow-prod.fluidtopics.net/vFaTdrO9GQGSXEfMkiPG5g "Configure investment metrics based on your business requirements. These metrics appear as widgets on the Investment Portal page.")

