Forms and related lists
How ServiceNow forms are assembled: sections, form layout, related lists, formatters, annotations and the Form Designer.
How ServiceNow forms are assembled: sections, form layout, related lists, formatters, annotations and the Form Designer.
- Views are the supported way to give one table several form layouts
- Related lists load separately, so trim them on high volume forms
- Annotations reduce data quality problems at the point of entry
- Form Designer and Form Layout edit the same records, so pick whichever is faster
Anatomy of a form
A form is a view of one record. It is made of sections that hold fields, formatters that inject widgets such as the activity stream, and related lists that show child records from other tables. Views let the same table look different for different audiences.
Form Designer versus Form Layout
Form Designer is the drag and drop editor and is the right tool for most work, including creating sections and moving fields between them. Form Layout is the older two-column picker and is still faster when you need to move ten fields at once. Both write to the same underlying sys_ui_section and sys_ui_element records.
Annotations and formatters
Annotations put short instructions directly on the form, which is far more effective than a knowledge article nobody opens. Formatters add platform widgets such as the activity formatter, approval summarizer and process flow. Both are added from the Form Designer palette.