CAD · Question #151
What field type would you select if you want to query records from another table on a form?
The correct answer is B. Use the Reference field type.. The Reference field type is specifically designed to create relationships between tables in ServiceNow. When placed on a form, it renders a lookup field that allows users to search and select records from another table, storing a pointer to that record. Phone Number, Date, and St
Question
What field type would you select if you want to query records from another table on a form?
Options
- AUse the Phone Number field type.
- BUse the Reference field type.
- CUse the Date field type.
- DUse the String field type.
How the community answered
(22 responses)- B91% (20)
- C5% (1)
- D5% (1)
Explanation
The Reference field type is specifically designed to create relationships between tables in ServiceNow. When placed on a form, it renders a lookup field that allows users to search and select records from another table, storing a pointer to that record. Phone Number, Date, and String field types each store their respective local data formats and have no mechanism to link to or retrieve records from a separate table.
Topics
Community Discussion
No community discussion yet for this question.