Files
twenty/packages/twenty-docs/l/zh/user-guide/data-model/objects.mdx
T
e02c24bd3a i18n - docs translations (#15904)
Created by Github action

---------

Co-authored-by: Abdul Rahman <ar5438376@gmail.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: github-actions <github-actions@twenty.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
2025-11-18 17:21:48 +01:00

63 lines
2.9 KiB
Plaintext

---
title: 對象
info: "了解標準物件並如何為您的業務需求創建自訂的物件。"
image: /images/user-guide/objects/objects_orange.png
sectionInfo: 靈活的數據模型設計來支持您的獨特業務流程
---
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
<Frame>
<img src="/images/user-guide/objects/objects_orange.png" alt="Header" />
</Frame>
## 標準物件
標準物件是您工作區中預定義的實體,以幫助您入門。 它們是所有Twenty用戶可訪問的共享數據模型的一部分。 您可以按原樣使用它們,自訂或停用它們。
<img src="/images/user-guide/objects/standard-objects.png"style={{width:'100%'}}/>
### 人員
「人員」物件存儲您的聯絡人。 它包括聯系詳細信息和互動歷史,因此您可以在一個地方查看所有客戶互動。
### 公司
「公司」物件存儲您的商業賬戶。 包括行業、規模和地點等詳細信息。 公司連接到「人員」和「機會」物件。
### 機會
「機會」物件存儲與交易有關的數據。 它從潛在客戶沿著銷售的進展進行追踪,記錄階段、交易規模、相關帳戶和預計關閉日期。 您可以在看板佈局中查看銷售管道。
## 自定義對象
自訂物件可讓您存儲標準物件無法處理的企業專屬信息。 例如,如果您是SpaceX,則可能希望為火箭和發射創建自訂物件。
<img src="/images/user-guide/objects/custom-objects.png"style={{width:'100%'}}/>
### 創建新的自訂物件
要創建新的自訂物件:
1. 前往左側的側邊欄中的設置。
2. 在工作區內,進入數據模型。 在這裡,您將能夠查看所有現有標準和自訂物件(包括啟用和禁用)。
<VimeoEmbed videoId="926288174" title="Video demonstration" />
3. 單擊頂部的「+ 新物件」。 輸入名稱(單數和複數),選擇一個圖標,為自訂物件添加描述,然後點擊保存(在右上角)。 單擊頂部的「+ 新物件」。 輸入名稱(單數和複數),選擇一個圖標,為自訂物件添加描述,然後點擊保存(在右上角)。 Using Listing as an example of custom object, the singular would be "listing" and the plural would be "listings" along with a description like "Listings that hosts created to showcase their property."
<Warning>
單數和複數名稱必須不同。
單數和複數名稱必須不同。 這是我們的GraphQL API能正常工作所必需的。
</Warning>
<VimeoEmbed videoId="926293493" title="Video demonstration" />
4. 一旦創建了自訂物件,您將能夠管理它。 您可以編輯名稱、圖標和描述,查看不同的字段並添加更多字段。
<img src="/images/user-guide/objects/customize-fields.png"style={{width:'100%'}}/>
\*\*注意:\*\*如不確定是否需要新物件或字段,查閱[這篇文章](/l/zh/user-guide/data-model/customize-your-data-model)以獲得設計數據模型的指導。