Select all that apply. When you build a custom object, what key elements must you define?
- Name
- Size
- Properties
- Associations
Explanation:
When building a custom object in HubSpot, you must define the Name, Properties, and Associations because these three elements form the essential schema required for the platform to recognize and manage the new data structure. The Name (both singular and plural) establishes the identity of the object within the CRM, while Properties serve as the specific fields or data points—such as “Serial Number” or “Expiration Date”—that will be tracked for each individual record. Finally, Associations are critical because they define the relationships between your custom object and other standard HubSpot objects (like Contacts or Deals), allowing for the one-to-many or many-to-many data modeling that makes custom objects so powerful. While “Size” might refer to data limits or field lengths in a general database context, it is not a primary element defined during the initial creation of a HubSpot custom object schema.