ツール固有のステートメントと条件
ワークフローの条件ステートメントに適切な条件を選択することで、プロセスが意図したとおりに実行されるようになります。このガイドでは、各ツールの条件で使用可能なステートメントをまとめています。また、「より大きい」や「より小さい」などの数値比較子から、「である」、「チェックされている」、「次のいずれかを含む」などの特定の一致まで、主要な演算子がどのように機能するかについても詳しく説明しており、自動化されたワークフロー ステップを推進するための正確なロジックを自信を持って定義するのに役立ちます。
ツール固有のステートメント
Procore 案件のワークフロー テンプレートを作成する場合は、これらのツール固有のステートメントを使用します。
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. |