CSA · Question #338
ServiceNow uses what term to describe all the data saved within a particular form?
The correct answer is C. Record. ServiceNow uses the term 'record' to describe all the data saved within a particular form, representing a complete entry in a database table.
Question
ServiceNow uses what term to describe all the data saved within a particular form?
Options
- AFields
- BForm
- CRecord
- DLists
How the community answered
(15 responses)- B7% (1)
- C93% (14)
Why each option
ServiceNow uses the term 'record' to describe all the data saved within a particular form, representing a complete entry in a database table.
Fields are individual data input elements on a form that store specific pieces of information, but they are components of a record, not the entire saved data entity.
A form is the user interface itself used to view and interact with data, not the actual data saved within it.
A record represents a single row in a table, and in ServiceNow, a form is used to display, create, or modify the data contained within one specific record; saving a form updates or creates a record.
Lists display multiple records from a table, whereas a form typically interacts with the data of a single record.
Concept tested: ServiceNow record definition
Source: https://docs.servicenow.com/bundle/utah-platform-user-interface/page/use/platform_basics/concept/c_Records.html
Topics
Community Discussion
No community discussion yet for this question.