BusinessRuleException

Hi,
Can anyone share workflow which includes BusinessRuleException,I just want an example to understand how it is defined.
Thanks

@msalesforce777

Please check below thread.

Hi,

Please find the below example for BusinessRuleException.

We can call BusinessRuleException as a User Defined Exception.

In this workflow I’m Setting the condition that if the number is greater then 50 Then it is BusinessRuleException. I’m intentionally throwing exception with Thrown Activity.

Kindly check and let me know if you have any questions on this.BusinessRuleException_Example.xaml (6.7 KB)

Thanks,

David

Thanks David…Helped to clear concept

1 Like

Happy Learning…:grinning:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.