Show Exception on User interface

HI all,

How can we show any exception on the User Interface if we are using any smart functions like a!writeToDataStore or a!startProcess.

AFAIK i know every smart function have attributes like onSuccessonError which can be used to display the meaningful data when smart function evaluates successfully or if some error occurs simultaneously,

but how to display if some exception has occurred.

Thanks

  Discussion posts and replies are publicly visible

Parents
  • You can raise a manual notification every time that you have a technical error. One scenario is create an Expression Rule to process the error in the object that you are going to monitor and throw an exception error. And another way is if you are working with a process, connect the node that you need to execute (if it's not sync) to an AND and if in case that you have and error in the node that you need to control, put a trace in your database or create another Task to the department that you need to notify.

    There are a lot of possible scenarios, if you give us more details we can help you with a better scope! Slight smile

Reply
  • You can raise a manual notification every time that you have a technical error. One scenario is create an Expression Rule to process the error in the object that you are going to monitor and throw an exception error. And another way is if you are working with a process, connect the node that you need to execute (if it's not sync) to an AND and if in case that you have and error in the node that you need to control, put a trace in your database or create another Task to the department that you need to notify.

    There are a lot of possible scenarios, if you give us more details we can help you with a better scope! Slight smile

Children
No Data