I would like to change the "Business Process Error" message to something meaningful.
I would like to change the "Business Process Error" message to something meaningful.
You cannot change the Business Process Error header in the title of the Plugin Error, however, the error that is being displayed can be controlled. The reason you are getting the error is due to an exception in your plugin.
I hope this Helps!
Lewis
Hello,
You can append you custom message along with this .. but can not remove this.
Regards
Ambar
No you can not change.
Hi partner,
Unfortunately we could not custom the lable of error meesage caused by plug-in/processes.
But we could custom the error details below the "Business Process Error".
Use "try```catch```" format in your code and add the custom message in "InvalidPluginExecutionException" function.
Hope it helps.
Best Regards,
Leo
Hi Marjorie,
You cannot change the Business Process Error header in the title of the Plugin Error, however, the error that is being displayed can be controlled.
The reason you are getting the error is due to an exception in your plugin. If you capture the error in your plugin (using a try catch block or checking custom logic), you can throw you own exception back from the plugin:
throw new InvalidPluginExecutionException("My custom error message will come here");
Hope this helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156