期限切れが近いタスクに対して、通知を送る方法について

Yokota Misaki
Tera Expert

毎朝6時に動作することをトリガーに、フローを作成しています。

対応期限フィールドのタイプは日付/時刻タイプです。

 

以下条件に当てはまったタスクに対して、アサイン先グループに通知を送りたいと考えています。

・ステータスが「完了」以外

・対応期限が3日後に迫っている

 

どのように設定すべきか、ご教示いただきたいです。

よろしくお願い致します。

1 ACCEPTED SOLUTION

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.

View solution in original post

7 REPLIES 7

GodOfWar
Mega Guru

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

ゴッド・オブ・ウォーさん、ありがとうございます。


条件選択の方法は理解しました。
しかし、通知を送信する際にレコードの選択と通知の選択ができません。

設定は下記のとおりです。

不足している要素があればご教示願います。
YokotaMisaki_0-1666316475799.png

YokotaMisaki_1-1666316522287.pngYokotaMisaki_2-1666316677433.pngYokotaMisaki_3-1666316810750.png

 

ちなみに対象のテーブルはカスタムテーブルです。このあたりの設定が問題になりそうでしたら教えていただきたいです。

 

GodOfWar
Mega Guru

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.