- 入门指南
- 在开始之前
- 如何
- 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 应用程序生命周期管理 (ALM)
- 基本故障排除指南
常规
- “值绑定”- 将日期选取器绑定到 RPA 流程参数或应用程序字段。可以在运行时动态解析此属性。
- “提示文本”- 配置在运行时显示的控件帮助文本。
- “工具提示”- 要在日期选取器上显示的工具提示。使用此选项可提供有关控件的其他信息。
- “隐藏”- 如果选中,则在运行时隐藏该控件。
- “已禁用”- 如果选中,则在运行时禁用该控件。
当日期从 Apps 运行时发送到机器人流程自动化 (RPA) 流程时,应用程序服务会将所选日期转换为 UTC 时区,然后再将其发送到流程。因此,在流程中,应使用“日期时间”数据类型的ToLocalTime参数将收到的日期转换为本地时区。否则,可能会导致用户在 Apps 运行时选择不同的日期。
Events
- “值已更改”- 配置在值更改时会发生的情况。
样式
-
“控件对齐”- 默认情况下,继承父级对齐。可以设置与父级对齐方式不同的对齐方式。要默认使用父级对齐方式,请切换选定的对齐方式图标以关闭特定对齐方式。
备注:对齐方式取决于父元素的布局(垂直与水平)。
-
Font- Sets the font of the control. Font family, size, color, and style ( Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.
-
Margin- Sets the margin of the control. By default 4px margin is set. Top/Bottom and Left/Right margin properties are combined. These properties can be unlinked using the unlink button on the right side of the Margin section heading.
-
“大小”- 可以在“大小”部分中设置控件的宽度和高度。默认情况下,大小设置为“自动”。
“最小宽度”/“最小高度”和“最大宽度”/“最大高度”可在“大小”部分的“更多”(…) 下找到。
-
“背景颜色”- 设置日期选取器的背景。