Files
twenty/packages/twenty-docs/l/zh/user-guide/data-model/how-tos/create-custom-objects.mdx
T
001c2097a3 i18n - docs translations (#18231)
Created by Github action

<!-- mintlify-editor-comments:start -->
Mintlify
---
0 threads from 0 users in Mintlify

- No unresolved comments
<!-- mintlify-editor-comments:end -->

<!-- mintlify-comment-->

<a
href="https://dashboard.mintlify.com/twenty/twenty/editor/i18n-docs?source=pr_comment"
target="_blank" rel="noopener noreferrer"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg"><img
src="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg"
alt="Open in Mintlify Editor"></picture></a>

<!-- /mintlify-comment -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-02-25 16:50:28 +01:00

52 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 创建自定义对象
description: 在 Twenty 中创建自定义对象的分步指南。
---
自定义对象可用于存储您业务独有而标准对象未涵盖的信息。 例如:项目、产品、工单或列表项。
<Note>
**不确定该创建对象还是字段?** 请参阅[了解您的数据模型](/l/zh/user-guide/data-model/overview)以获取指导。
</Note>
## 步骤
1. 进入 **设置 → 数据模型**
2. 点击 **+ 新建对象**
3. 填写:
* **单数名称**(例如,"Listing"
* **复数名称**(例如,"Listings"
* **图标**
* **描述**(可选)
4. 单击 **保存**
您的对象会立即显示在侧边栏中。
## 下一步:添加字段
新建对象默认包含一些基础字段。 添加自定义字段以捕获所需数据:
1. 在 **设置 → 数据模型** 中,选择您的对象
2. 点击 **+ 添加字段**
3. 选择字段类型,配置并保存
有关字段类型和配置的详细信息,请参阅[如何创建自定义字段](/l/zh/user-guide/data-model/how-tos/create-custom-fields)。
## 连接到其他对象
要将您的对象与人员、公司或其他对象关联,请创建关系字段。 请参阅[如何创建关系字段](/l/zh/user-guide/data-model/how-tos/create-relation-fields)。
## 停用对象
如果您不再需要某个对象:
1. 进入 **设置 → 数据模型**
2. 将该对象切换为关闭状态
该对象会被隐藏,但数据会被保留。 您可以稍后重新启用或永久删除。
## 相关内容
* [对象](/l/zh/user-guide/data-model/capabilities/objects) — 标准对象与自定义对象
* [数据模型常见问题解答](/l/zh/user-guide/data-model/how-tos/data-model-faq) — 常见问题