Object Management
Can I delete a custom object?
Can I delete a custom object?
Can I delete standard objects (People, Companies, etc.)?
Can I delete standard objects (People, Companies, etc.)?
How many custom objects can I create?
How many custom objects can I create?
Can I rename a standard object?
Can I rename a standard object?
Can I change an object's icon?
Can I change an object's icon?
Can I reorder objects in the left navigation bar?
Can I reorder objects in the left navigation bar?
Can I hide objects from the left navigation bar?
Can I hide objects from the left navigation bar?
Field Capabilities
Can I change a field type after creation?
Can I change a field type after creation?
Why do I need different singular and plural names?
Why do I need different singular and plural names?
createPerson(singular) for single record actionscreatePeople(plural) for bulk operations
Why are some field names protected?
Why are some field names protected?
Type or Application are reserved for system use. Choose alternative names like Category or Classification instead.What happens when I deactivate a field?
What happens when I deactivate a field?
- The field is hidden from the interface
- Existing data is preserved
- You can still access the field via API
- Existing relations remain but you can’t create new ones
- You can reactivate the field later
Can I make a field required?
Can I make a field required?
What's the difference between unique and required?
What's the difference between unique and required?
- Unique: No two records can have the same value in this field
- Required: The field must have a value (not currently supported for custom fields)
Can I create formula fields?
Can I create formula fields?
Can I have nested fields in my objects?
Can I have nested fields in my objects?
Can I reorder fields in objects?
Can I reorder fields in objects?
Relations
Can I have a relation pointing to the same object?
Can I have a relation pointing to the same object?
Can I create many-to-many relationships?
Can I create many-to-many relationships?
- A relation to People (many assignments → one person)
- A relation to Projects (many assignments → one project)
What are relations to multiple object types (Morph relationships)?
What are relations to multiple object types (Morph relationships)?
Can I have multiple relations between the same objects?
Can I have multiple relations between the same objects?
What happens to relations when I delete a record?
What happens to relations when I delete a record?
Can I create circular relations?
Can I create circular relations?
Access and Permissions
Where can I see and edit my data model?
Where can I see and edit my data model?
Why can't I see the Data Model under Settings?
Why can't I see the Data Model under Settings?
Data Management
Is there a limit to how many records I can have?
Is there a limit to how many records I can have?
Can I import data into custom objects?
Can I import data into custom objects?
Can I export my data model configuration?
Can I export my data model configuration?