Forms
Continuing on in the theme of: really basic ServiceNow features: Forms!!!
Everyone Gets a Form
Lists and Forms are the most common way to interact with data.
Here are some facts about ServiceNow Forms:
- Whereas a list displays multiple records at once. A form display only one record.
- A form can have sections
- A form can have related lists
- So other records that have a relationship with this data
- Some of the different field types:
- Date/Time
- String
- Reference - displays records from another table
- Choice - dropdown in HTML land
- True/False
- You can personalize which fields display to you on a form
- Unless they’re a mandatory field
- Templates allow fields to be prepopulated in a form automatically.