nerdexam
ServiceNow

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

Submitted by kevin_r· Apr 18, 2026Designing and Creating an Application

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)
  • B
    91% (20)
  • C
    5% (1)
  • D
    5% (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

#Field types#Reference fields#Data modeling#Form design

Community Discussion

No community discussion yet for this question.

Full CAD Practice