フローでもApexトリガーと同じことができるようになったとの認識です。
Salesforceのヘルプ記事
新しいカスタムエラーメッセージ要素を使用して、エンドユーザー向けに何が問題であったかや、どのように修正するかを説明する、対象を絞ったエラーメッセージを作成します。エラーメッセージは全体のレコードページに表示されるか、特定の項目にインラインエラーとして表示されます。関連付けられたレコード変更はロールバックされます。エラーメッセージは保存前フローと保存後フローに作成できます。この機能は、IdeaExchange のアイデアのおかげで実現しました。
関連する質問
please check the link;
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A7reESAR
Validation rules are best for simple, field-level checks and provide immediate feedback. Use them for straightforward validations. Custom error notifications are for more complex scenarios needing tailored handling or multi-step logic. Don’t replace all validation rules with custom flows; use validation rules for basic needs and custom flows for advanced requirements.
検証ルールは、単純なフィールド レベルのチェックに最適で、即時のフィードバックを提供します。簡単な検証に使用します。カスタム エラー通知は、カスタマイズされた処理や複数ステップのロジックを必要とする、より複雑なシナリオに使用します。すべての検証ルールをカスタム フローに置き換えるのではなく、基本的なニーズには検証ルールを使用し、高度な要件にはカスタム フローを使用してください。
Custom error messages are more advanced than validation rules. While validation rules are primarily for data integrity, custom error messages can be used for a wide variety of scenarios.
One example is that a validation rule can only trigger an error when you are editing a contact by checking something on the account. However, the opposite is not possible with validation rules but is achievable with custom error messages.
カスタム エラー メッセージは検証ルールよりも高度です。検証ルールは主にデータの整合性を目的としていますが、カスタム エラー メッセージはさまざまなシナリオで使用できます。
一例として、検証ルールでは、アカウントで何かをチェックして連絡先を編集しているときにのみエラーをトリガーできます。ただし、検証ルールではその逆は不可能ですが、カスタム エラー メッセージでは実現可能です。
Comments
Let's comment your feelings that are more than good