- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 01:27 AM
毎朝6時に動作することをトリガーに、フローを作成しています。
対応期限フィールドのタイプは日付/時刻タイプです。
以下条件に当てはまったタスクに対して、アサイン先グループに通知を送りたいと考えています。
・ステータスが「完了」以外
・対応期限が3日後に迫っている
どのように設定すべきか、ご教示いただきたいです。
よろしくお願い致します。
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2022 12:37 AM
The best way is not to force it on your flow. Your custom table could be a possible reason that is why flow is normally used on OOTB tables.
Mark Helpful if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 02:55 AM
You may set the conditions of your flow to state != 'Completed' and Respons deadline is relative>before>3>day>from now. Sample script: date sys_updated_onRELATIVELT@dayofweek@ahead@3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 06:49 PM
ゴッド・オブ・ウォーさん、ありがとうございます。
条件選択の方法は理解しました。
しかし、通知を送信する際にレコードの選択と通知の選択ができません。
設定は下記のとおりです。
不足している要素があればご教示願います。
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 07:30 PM
ちなみに対象のテーブルはカスタムテーブルです。このあたりの設定が問題になりそうでしたら教えていただきたいです。
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 10:50 PM
The best practice for the notification is by business rule event. You'll be having a hard time setting the notification with that condition on the flow designer.