> 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/member.md).

# 成员

成员字段用于关联并选择您团队组织架构或外部门户中的用户。

## **1. 成员类型** <a href="#id-1-member-type" id="id-1-member-type"></a>

决定字段可选的成员范围。

* **团队**：可从当前团队的内部成员及外部协作成员中选择。
* **用户门户**：仅可从已加入当前应用的用户门户成员中选择。

## **2. 选择模式** <a href="#id-2-select-mode" id="id-2-select-mode"></a>

* **单选**：只能选择一个成员。
* **多选**：可以选择多个成员。

## **3. 权限设置（核心功能）** <a href="#id-3-permission-setting-core-feature" id="id-3-permission-setting-core-feature"></a>

通过此设置，可**直接将记录的访问权限赋予**被选中的成员。这是一个强大的协同功能。

| 权限类型        | 赋予成员的记录权限    | 示例说明                                       |
| ----------- | ------------ | ------------------------------------------ |
| **成员**      | **查看**       | 若记录A的成员字段选中了“小蓝”，则小蓝**可以查看**记录A。           |
| **拥有者**     | **查看、编辑、删除** | 若记录B的成员字段选中了“小库”，则小库**可以管理**记录B。           |
| **仅用于存储数据** | **无任何权限**    | 若记录C的成员字段选中了“小优”，该字段仅作为数据存储，小优**无法访问**记录C。 |

> **重要说明**：此处的权限设置**必须与“应用权限组”配合生效**。如果成员所在的权限组未获得相应的工作表访问权限，即使在此字段被设置为“拥有者”，也可能无法操作记录。

## **4. 默认值** <a href="#id-4-default-value" id="id-4-default-value"></a>

支持为字段预设自动填入的成员。

* **当前用户**：自动填入当前操作用户。
* **动态值**：
  * **其他字段值**：引用本表或关联表中的**成员字段**、**流程相关人**（发起人、节点负责人）或**系统字段**（创建者、最近修改人、拥有者）。
  * **查询工作表**：通过条件查询其他工作表，并将匹配记录的成员或负责人信息填充至此。

## **5. 验证** <a href="#id-5-validation" id="id-5-validation"></a>

* **必填**：该字段必须选择至少一个成员。

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

<br>


---

# 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/member.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.
