Legal case, Asset, Policy, Supplier, Property, Machinery.
When to create one
You have a recurring entity not covered
You have a recurring entity not covered
If you track “Legal cases” with hearing date, judge, role, opposing party — no standard object fits. Create a custom object.
Complex relationships
Complex relationships
E.g.
Contract linked to Customer + Project + Responsible employee with custom fields. Dedicated object keeps explicit relationships.Specific automations
Specific automations
You want workflows on entity events (e.g. “case moves to In court”). Only objects (standard or custom) trigger workflows.
Before creating custom: check if a standard object + custom attributes suffices. E.g.
Supplier often is just Company with type = Supplier.Create a custom object
Define
- Singular name (e.g.
Legal case) and plural (Legal cases) - Icon (Lucide / Font Awesome)
- Description
- URL slug (for API, e.g.
legal-cases)
Attributes
Add fields: name, date, select, reference to other records. See Attributes.
Included features
Every custom object automatically has:Multiple views
Kanban, table, calendar, Gantt (if has dates).
Filters and lists
Static and dynamic as for standard objects.
Automations
Triggers and actions as for standard objects.
AI
AryaChat sees the object and can answer questions.
Import/export
CSV, Excel.
API
Programmatic access via REST and webhooks.
Relationships with other objects
Add a Reference attribute to link the custom object to others:Legal case → Customer (Company): every case has a customerLegal case → Lawyer (Employee): who handles itCustomer → Legal cases (reverse lookup): on the customer see all their cases
Later modifications
You can always add/remove attributes. Caution:- Renaming an attribute is safe
- Deleting an attribute with existing data requires confirmation (Admin)
- Changing attribute type (e.g. from Text to Number) fails if existing data isn’t convertible
Object deletion
Limits
- Max 50 custom objects per workspace
- Max 100 attributes per object
- Max 10 reference nesting levels (to avoid loops)
Frequently asked questions
Can I share custom objects across workspaces?
Can I share custom objects across workspaces?
Do custom objects appear in reports?
Do custom objects appear in reports?
Yes. Chart builder sees them as any object.
Are there ready-made custom object templates?
Are there ready-made custom object templates?
Yes, template library in Settings → Objects → Templates — covers legal, real estate, maintenance, healthcare sectors.