Salesforce Fact #775 | Dynamic error message using flow custom error component

Another advantage of using custom error component in record-triggered flow is the use of dynamic error message.

In this example, we want to ensure that if entered, the Account Number should be of exactly 10 characters. So, we can display the remaining character count in the error message when the user enters less or more digits than 10.

Attached are the screenshots.








Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow