data-service
latest
false
重要 :
Data Service 正在向 Data Fabric 过渡。在此过程中,您可能会看到这两种名称被用于不同的交付选项。
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

预览
Data Fabric 用户指南
上次更新日期 2026年4月2日
要在实体之间创建关系,请执行以下步骤:
关系将作为新字段添加到“本地字段”部分中。
添加数据时,可以从相关实体中选择值。
Relationship scoping rules apply as follows:
- Tenant-level entities can only be related to other tenant-level entities.
- Folder-level entities can only be related to entities in folders where the user has access.
- Cross-scope relationships (Tenant to Folder or Folder to Tenant) are not supported.
- Tenant-level choice sets are visible to all users within the tenant.
- Folder-level choice sets are accessible only within the selected folder.
- Visibility and usage rules mirror entity scoping for consistent data isolation.
| Entity A | Entity B | 支持 |
| 租户 | 租户 | 是 |
| Folder A | Folder A | 是 |
| Folder A | Folder B (accessible) | 是 |
| 租户 | 文件夹 | 否 |
| 角色 | 影响 |
| Schema Designer | You must have access to the related entity's or choice set's folder to include it in a schema. |
| 数据读取者 | You must have access to both the parent and related entity folders to query complete data. Without access to both, the related field is omitted from results. |
| 数据写入者 | You must have access to both the parent and related entity folders to write to related fields. If access to the related folder is missing, the data write is partial. If a related field is marked Required, the data write fails entirely for users without full access. |
| Automation Developer | You must have access to both the parent and related entity to use that entity in a workflow. Partial access prevents the entity from being used. |
| 自动化用户 | Permissions are evaluated at execution time. The operation completes fully or partially depending on which folders you have access to at the time of execution. |