69.6k views
2 votes
Which of the following tables have multiple reference fields in the Case table? BONUS: What are those fields?

a. Account(customer_account)
b. Contact(customer_contact)
c. Product(cmdb_model)
d. Asset(alm_asset)
e. Contract(ast_contract)
f. Entitlement(service_entitlement)

User Rowen
by
7.4k points

1 Answer

6 votes

Final answer:

The tables provided each represent an entity that could be associated with a Case in a service management system, and no one table is inherently more correct than the others without context. Entities can be grouped by customer information, service delivery, or product information, and switching between tables ensures a complete discussion of possible case relationships.

Step-by-step explanation:

The question you are asking pertains to the Case table and which tables contain multiple reference fields that link to it. From the options provided, each table represents a different entity that can be associated with a case in a service management system like ServiceNow. The tables and their corresponding reference fields in the Case table could be:

  • Account (customer_account)
  • Contact (customer_contact)
  • Product (cmdb_model)
  • Asset (alm_asset)
  • Contract (ast_contract)
  • Entitlement (service_entitlement)

Answering whether one table is more correct than the others is not possible without context, as it depends on the specific relationship between the Case and the entity in question.

Regarding data grouping, entities can typically be grouped based on the nature of their relationship to the case, such as entities related to customer information (Account, Contact), service delivery (Asset, Entitlement), or product information (Product). The advantages of grouping data in this manner include improved organization and easier data retrieval.

Switching between tables while discussing reference fields is necessary to provide a comprehensive overview of possible relationships within a case management system and to ensure that all relevant information about associations and connections is covered.

User Taaj
by
7.1k points