LoginSignup
0
0

Validatio Ruleだけでは実現できない検証ルール

Last updated at Posted at 2022-06-23

ほとんどは子のオブジェクトの条件に基づく検証です。
英文の回答例として整理します。

フローが先に流れるみたい?

image.png

自動化プロセスの実行順序

フローを使用してOpportunitySplitオブジェクトをターゲットにする場合、メンバーがOpportunityに追加されるときに、バックグラウンドで非表示のボックスをチェックします。
次に、これを検証ルールに組み込むことができます

If you target the Opportunity Split object using a Flow then when the member is added to the Opportunity check a hidden box in the background.

You could then factor this into your Validation Rule.

各月に保存できるレコードは 4 つだけであるようにします。

Use a record trigger flow to count the number of records for the month entered. If it exceeds 4, set the checkbox field to true.

Before Creating the Flow
Record-triggered flows cannot have a screen element. Therefore, you cannot display a message on the screen. The main idea is to have a simple validation rule that is triggered when a checkbox field becomes true.

https://salesforcetime.com/2021/09/25/complex-validation-rules-using-record-triggered-flows/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0