data-service
latest
false
- Getting started
- Licensing
- Setup and configuration
- Using the service
- Reference
- Examples and tutorials
- Logging
important :
Data Service is currently transitioning to Data Fabric, a process during which you may see both names used for different delivery options.

PREVIEW
Data Fabric user guide
Last updated Apr 2, 2026
To create a relationship between your entities, take the following steps:
The relationship is added as a new field in the Local fields section.
When adding data you can select values from the related entity.
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 | Supported |
| Tenant | Tenant | Yes |
| Folder A | Folder A | Yes |
| Folder A | Folder B (accessible) | Yes |
| Tenant | Folder | No |
| Role | Impact |
| Schema Designer | You must have access to the related entity's or choice set's folder to include it in a schema. |
| Data Reader | 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. |
| Data Writer | 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. |
| Automation User | 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. |