> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/other-table-field.md).

# 他表字段

## **1. 核心功能与概念** <a href="#id-1-core-feature-concept" id="id-1-core-feature-concept"></a>

* **作用**：与“关联记录”字段配合使用，用于提取关联记录中特定字段的值。当关联数据变化时，引用的值可以**实时同步更新**。
* **特性**：他表字段会**继承**所引用字段的类型与特性。例如，引用的是数字字段，则可参与计算；引用的是附件字段，则可预览下载。

## **2. 配置要点** <a href="#id-2-configuration-key-points" id="id-2-configuration-key-points"></a>

* **关联记录**：他表字段必须绑定一个**单条关联记录**字段作为数据来源。
* **字段类型（关键选择）**：
  * **仅显示**：仅实时展示关联字段的最新值，**不存储**在当前表中。适用于仅需查看、不用于搜索、筛选或计算的场景。
  * **储存数据**：将关联字段的值**存储**在当前表记录中，并保持同步。存储后，该值可用于**搜索、筛选、排序、统计**，也可被**公式、文本组合**等其他字段引用计算。

## **3. 典型应用场景** <a href="#id-3-typical-application-scenarios" id="id-3-typical-application-scenarios"></a>

* **场景一：自动填充信息**\
  在《订单明细》表中关联《产品表》后，添加他表字段引用产品的“规格”。选择产品时，其规格信息**自动填充**到订单明细中。
* **场景二：支持计算与统计**\
  在《订单明细》中，将他表字段“单价”设置为**储存数据**，即可被本表的“公式”字段引用，自动计算出“小计 = 数量 × 单价”。

<figure><img src="/files/Hv7VIhSE1uCLaF8B6irA" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/other-table-field.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
