- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 基于触发器的 Attended 自动化
- 对象存储库
- ScreenScrapeJavaSupport 工具
- 扩展程序
- Studio 测试
- 故障排除

Studio 用户指南
Entities enable you to use records from the Data Fabric, a centralized data modelling and storage service. Entities can be used in automation processes that collect, update, and pass data to other processes. All project types can be used for importing and working with such business objects.
要导入实体,请执行以下操作:
- Select the Entities button in the Studio ribbon. Alternatively, open the Explorer panel and select More actions (⋮) > Manage Entities. The Manage Entities window opens.
-
选择要导入的实体。要查找特定实体,请使用“搜索实体”栏并输入实体名称、显示名称或描述。
You can hover over the entries in the Fields column to see all the defined fields of each entity, or click the number of fields or records for an entity to navigate to the corresponding page in the Data Fabric.
- 输入已导入的实体的命名空间。默认命名空间与项目名称相同。仅可在首次导入实体时编辑命名空间。
-
单击“保存”以将实体导入项目中。
注意:如果在租户级别对实体进行了任何更改,请先在管理实体窗口中使用刷新按钮,然后再实际导入该实体。
Imported entities are visible in the Explorer panel as objects part of your project.
The imported entities can now be used locally in your project as objects. If you want to perform CRUD operations on them in the Data Fabric as well, you need to install the UiPath.DataService.Activities pack.
安装 UiPath.DataService.Activities 包后,将某个实体拖放到“设计器”面板内的加号上,以使用包中的推荐活动。
Drag and drop an entity from the Explorer panel into the Variables or Arguments panel to create a variable or argument with the entity type.
You can manage the imported entities from the Explorer panel by right-clicking the namespace or an entity, and then selecting from the context menu to manage entities, remove the namespace, or remove the entity.
在工作流中导入实体后,也会导入其命名空间。您可在浏览“引用的程序集”下的类型时找到它。
导入实体的所有字段部分都可用作实体命名空间的属性。因此,当使用实体时,用于管理数据的变量或参数的数量都将减少。
查看在项目中使用实体页面,了解如何使用实体。