Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

new field to form

778705abhi
Giga Contributor

how to add a new field in  to a form

 

3 REPLIES 3

shun6
Giga Sage
Giga Sage

Hi @778705abhi,

Please go to the form where you want to add fields, then right-click the form header and select Configure > Form Layout.

In the Create new field section, you can add new fields.

Add and customize a field in a table 

 

If my answer was helpful, please click the Thumb Icon and mark it as the solution. This way, it can assist others in the future.

Thanks.

J Siva
Kilo Patron
Kilo Patron

@778705abhi 

Please find below doc which explains how to create new fields

https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/field-administ...

Regards,

Siva

Abhayraj
Tera Contributor

There are many ways to add field to a form. It is actually addition in the table. Mentioning few ways here:

From the Table:

Option A:

  • Go to System Definition > Tables.

  • Search and click on your table (e.g. change_request)

  • In the Columns tab, click New.

  • Enter:

    • Column label (e.g., “Risk Score”)

    • Column name auto-fills (can be edited if needed)

    • Type (e.g., String, Integer, Date, Choice, etc.)

    • Set Mandatory, Read Only, Default Value as per requirement.

  • Click Submit.

Option B: From the Form Designer (recommended)

  • Open a record from the target table.

  • Right-click form header > Configure > Form Design.

  • Drag the field type from the left (e.g., String, Choice, Reference) to the desired position on the form layout.

  • Fill in field label, type, and other properties.

  • Click Save or Publish.

You can also refer ServiceNow Docs : Form Designer | ServiceNow Developer