My Space
My Space lets you create custom data modules beyond the standard CRM entities. It's like having a custom database for anything you need to track, with full CRUD operations and API access for integrations.
What is My Space?
Build schemas tailored to your specific business needs:
- Products and inventory
- Projects and milestones
- Locations and territories
- Service tickets
- Industry-specific records and custom objects for your industry
Creating a Custom Module
- Navigate to Customers > My Space
- Click + Create Module
- Enter:
- Module name (e.g., "Products")
- Icon - Choose from library
- Description - What it's for
- Click Create
Defining Fields
Add fields to your module:
Field Types
| Type | Description |
|---|---|
| Text | Short text |
| Long Text | Multi-line text |
| Number | Numeric values |
| Currency | Money with formatting |
| Date | Date picker |
| Select | Dropdown options |
| Multi-Select | Multiple choices |
| Checkbox | Yes/No toggle |
| Email format | |
| Phone | Phone number |
| URL | Web links |
| User | Team member reference |
| Relation | Link to other records |
Field Settings
For each field:
- Label - Display name
- Required - Must have value
- Default - Pre-filled value
- Help text - Guidance for users
Linking to CRM Entities
Connect My Space modules to contacts, companies, or deals:
- Add a Relation field
- Choose target entity
- Set relationship type:
- One-to-one
- One-to-many
- Many-to-many
Example: Products Module
Product → linked to → Deals (many-to-many)
Product → linked to → Company (many-to-one)
Using Your Module
Adding Records
- Go to your module in My Space
- Click + Add [Module Name]
- Fill in fields
- Save
List View
- Filter and sort records
- Customize columns
- Export data
Detail View
- View/edit record
- See linked records
- Activity timeline
Automation with My Space
Use My Space records in workflows:
- Trigger on creation - When record added
- Trigger on update - When record changed
- Search records - Find matching records
- Update records - Modify data
Use Cases
| Module | Use Case |
|---|---|
| Products | Track inventory linked to deals |
| Locations | Multi-location business tracking |
| Projects | Link projects to contacts/companies |
| Subscriptions | Track recurring services |
| Assets | Equipment or property tracking |
Best Practices
- Plan your schema - Think about relationships first
- Use meaningful names - Clear field labels
- Link thoughtfully - Don't over-complicate
- Start simple - Add fields as needed
Next Steps
- Tracking Visitors - Website analytics
- Automation - Automate custom modules
- API Reference - Programmatic access for integrations