---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Form widget

# Form widget {#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

The form widget is a platform form within the Service Portal UI with a few differences. You can use this base system widget as-is in your portal or clone it to suit your own business needs.
Figura 1. Form widget

## URL Parameters {#form-widget__section_lvz_ck5_ndb}

The form widget accepts the following parameters within the URL. Add these parameters to the page URL to display a specified record with the form widget.{#form-widget__table_nb5_zr4_ndb__entry__2}

| Parameter | Description |
|-|-|
| sys_id or sl_sys_id | Sys_id for the record to be displayed. |
| table, sl_table, or t | Table for the record to be displayed. The form widget validates access to the table by checking for the necessary cross-scope privileges when fetching data from the table. To turn off validating cross-scope privileges, you can set the glide.service_portal.enforce_cross_scope_check_in_form system property to false. For more information, see [Service Portal properties](https://servicenow-prod.fluidtopics.net/VaR2VTTQ42bS0Q0QqtgLtQ "Service Portal properties control aspects of the portal experience for admin and end users."). |
| view or v | View used to display the record. |
[Tabela 1. Form widget URL parameters]

{#form-widget__table_nb5_zr4_ndb}

In the following example, the URL would display an incident with a sys_id of 1c741bd70b2322007518478d83673af3 in the portal view:

https://example.service-now.com/sp?id=form\&table=incident\&sys_id=1c741bd70b2322007518478d83673af3\&view=portal  
Nota:  
Timer fields, such as Time Worked, don't display correctly in Service Portal. For more information and a workaround, see the [Timer fields do not display the correct data in Service Portal \[KB0752404\]](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0752404) article in the Now Support Knowledge Base.

## Scripting {#form-widget__section_jww_dk5_ndb}

Not all client scripts are supported in the Service Portal. To understand how client
scripts interact with forms in the Service Portal, see [Service Portal and client scripts](https://servicenow-prod.fluidtopics.net/YP9XthouzzDT0NALROVhDg "You can use client scripts and catalog client scripts in the Service Portal if the UI Type is set to Mobile / Service Portal or All. Client scripts and catalog client scripts are used with the Form widget and SC Catalog Item widget, as opposed to a widget client controller.") and [Supported client script types and APIs](https://servicenow-prod.fluidtopics.net/JYiVlZyQH57sgshigr95YQ "Some client scripts are not supported in Service Portal. Others must have a UI type set to All or Mobile / Service Portal. If using a client script in the Service Portal, only client-side APIs supported in a mobile environment can be used.").
**Tarefas relacionadas**   

* [Create and edit a page using the Service Portal Designer](https://servicenow-prod.fluidtopics.net/lynIFemVqtinm5nwFLYDHQ#t_ConfigureAPage "Create or edit a page and use layouts to organize the columns that house the widgets.")
* [Configure widget instances](https://servicenow-prod.fluidtopics.net/d58mu4yr24EacHoq8xlu3Q "Create unique instances of widgets by configuring the options for each instance.")
* [Clone a widget](https://servicenow-prod.fluidtopics.net/n~RpiehpyCxriLoPQtFoIw "Take advantage of existing code by cloning and editing an existing widget.")

