Subdomain 1.1: Manage the data model
1.A consultant needs to track a new type of interaction, 'Site Visit', which has a subject, start time, stop time, due date, and duration, and should appear in the activity menus. Which table type should the consultant create?
- A.Standard table
- B.Activity table
- C.Virtual table
- D.Elastic table
Show answer & explanation
Correct answer: B — Activity table
- A. A standard table is a general-purpose customizable table like Account or Contact; it does not automatically provide the time-based subject/start/stop/duration columns this interaction needs.
- B. An activity table is designed specifically for time-bound interactions with subject, start time, stop time, due date, and duration, and can be flagged to display in activity menus.
- C. A virtual table sources its row data dynamically from an external system at runtime, which does not fit a native interaction record created and owned inside Dataverse.
- D. An elastic table is intended for very large datasets backed by Azure Cosmos DB and is not the mechanism for modeling a time-bound interaction record.