e02c24bd3a
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>
95 lines
3.7 KiB
Plaintext
95 lines
3.7 KiB
Plaintext
---
|
|
title: 資料模型常見問題
|
|
info: "有關資料模型設置、限制及未來功能的常見問題。"
|
|
image: /images/user-guide/what-is-twenty/faq.png
|
|
sectionInfo: 靈活的數據模型設計來支持您的獨特業務流程
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/what-is-twenty/faq.png" alt="Header" />
|
|
</Frame>
|
|
|
|
## 對象管理
|
|
|
|
<AccordionGroup>
|
|
<Accordion title="Can I reorder objects in the left navigation bar?">
|
|
還不能。 目前導航中的對象排序是固定的,但這個功能計劃在未來版本中推出。
|
|
</Accordion>
|
|
|
|
<Accordion title="Can I hide objects from the left navigation bar?">
|
|
所有活動對象都會出現在導航中。 您可以在 **設置 → 資料模型** 下停用您不需要的對象。
|
|
</Accordion>
|
|
|
|
<Accordion title="Can I delete standard objects (People, Companies, etc.)?">
|
|
You can deactivate any standard objects but you cannot hard delete them.
|
|
</Accordion>
|
|
</AccordionGroup>
|
|
|
|
## 欄位功能
|
|
|
|
<AccordionGroup>
|
|
<Accordion title="Can I create formula fields?">
|
|
公式欄位將於 **2026年第一季度** 上線。 在此期間,您可以使用工作流自動計算和更新欄位值。
|
|
</Accordion>
|
|
|
|
<Accordion title="Can I have nested fields in my objects?">
|
|
巢狀欄位將於 **2026年第一季度** 推出。 目前,您可以使用工作流從相關對象中提取欄位值。 例如,要在個人記錄上顯示公司的行業,請在人員上創建一個自定義欄位,並使用工作流同步數值。
|
|
</Accordion>
|
|
|
|
<Accordion title="Why can't I update relation field names?">
|
|
|
|
關係欄位名稱會影響 API 的結構,創建後不能更改。 如果您需要重新命名關係欄位,您需要創建一個新欄位並刪除舊的。
|
|
如果您需要重新命名關係欄位,您需要創建一個新欄位並刪除舊的。
|
|
</Accordion>
|
|
|
|
<Accordion title="Why do I need different singular and plural names?">
|
|
Our GraphQL API uses both forms for different operations:
|
|
- `createPerson` (singular) for single record actions
|
|
- `createPeople` (plural) for bulk operations
|
|
|
|
當單數和複數形式相同時會有局限,但提高了開發者經驗。 </Accordion>
|
|
|
|
<Accordion title="Why are some field names protected?">
|
|
|
|
某些欄位名如 `Type` 或 `Application` 是系統保留用名。 建議選擇 "類別" 或 "分類" 等替代名。
|
|
建議選擇 "類別" 或 "分類" 等替代名。
|
|
</Accordion>
|
|
</AccordionGroup>
|
|
|
|
## 高級功能
|
|
|
|
<AccordionGroup>
|
|
<Accordion title="Can I create many-to-many relationships?">
|
|
多對多關係將於 **2026年第一季度** 推出。 目前可通過創建具有兩個一對多關係的中介對象作為替代方案。
|
|
</Accordion>
|
|
|
|
<Accordion title="What are Morph Many relationships?">
|
|
Morph Many 關係允許一個對象與多個不同對象類型關聯。 例如,一個機會可以與某個人或公司相關聯。 此功能現已可用。
|
|
</Accordion>
|
|
|
|
<Accordion title="Can I reorder fields in objects?">
|
|
欄位重新排序將與自定義佈局一起在 **2025年第四季度** 推出。 目前,欄位按字母順序顯示。
|
|
</Accordion>
|
|
</AccordionGroup>
|
|
|
|
## 訪問和權限
|
|
|
|
<AccordionGroup>
|
|
<Accordion title="Where can I see and edit my data model?">
|
|
You can access your Data Model under **Settings → Data Model**.
|
|
</Accordion>
|
|
|
|
<Accordion title="Why can't I see the Data Model under Settings?">
|
|
請聯絡您的工作空間管理員。 資料模型訪問通常僅限於管理員。
|
|
</Accordion>
|
|
|
|
<Accordion title="How many custom objects or fields can I create?">
|
|
You can create as many custom objects and fields as you need - the price won't change.
|
|
</Accordion>
|
|
</AccordionGroup>
|
|
|
|
## 需要更多幫助?
|
|
|
|
查看我們的[實施服務](/l/zh/user-guide/getting-started/implementation-services)以獲取複雜資料模型設計的幫助。
|
|
|