工具特定声明和条件
为工作流的条件语句选择正确的条件可确保流程完全按预期运行。本指南总结了适用于每个工具的条件的可用语句。它还详细介绍了关键运算符的功能 - 从"大于"和"小于"等数字比较器,到"是"、"已选中复选框"和"包含以下任何一个"等特定匹配 - 以帮助你自信地定义精确逻辑以推动自动化工作流步骤。
工具特定语句
为 Procore 项目创建ea工作流模板时,请使用这些特定于工具的说明。
Note
Condition statements for the project's budget use the total amount from the selected column. You can find this 'Custom Reporting Budget View' in the Company Admin tool. For instructions, see Set Up a Budget View for Custom Reporting.
Budget Changes... Show/Hide
| |||||||||||||||||||||||||||||||||||||||
合约…显示/隐藏
| |||||||||||||||||||||||||||||||||||||||
合约变更通知单…显示/隐藏
| |||||||||||||||||||||||||||||||||||||||
通信/自定义工具…显示/隐藏
| |||||||||||||||||||||||||||||||||||||||
业主发票…显示/隐藏
| |||||||||||||||||||||||||||||||||||||||
主合同…显示/隐藏
| |||||||||||||||||||||||||||||||||||||||
Prime Contract Change Orders... Show/Hide
| |||||||||||||||||||||||||||||||||||||||
分包商发票…显示/隐藏
|
可用条件
每个工具特定的语句都有不同的条件。
Condition | Description | Common Use Cases |
|---|---|---|
Greater Than | Triggers the next step when a specified numerical field (e.g., a transaction amount) is greater than or equal to a defined value. | Use for workflow steps requiring extra scrutiny or more steps for high-value items. |
Less Than | Activates the next step when a specified numerical field's value is less than a defined number. | Use for scenarios specific to items with smaller values or amounts. |
Is | Initiates the next step when a specific option is selected within a designated field. | Use for routing processes or triggering actions based on a user's choice from a list. |
Is Checked | Triggers the next step when a specific custom field checkbox is marked as checked. | Use for binary choices (e.g., yes/no) or confirmations within a workflow. |
Contains Any Of | Activates the next step if at least one (1) of the selected options is chosen from the multi-select list. | Provides flexibility when you want different selections in a multi-select list to lead to the same outcome. |