Implement reference UUIDs in error pop-ups?

0
Hi. We need to match an error displayed to the users with a log line. The problem is: when an error occurs on the server a generic error is displayed on the client. It can be translated, but that's all. How to make Mendix generate a UUID when logging a server error and display this UUID to users?
asked
1 answers
0

Hi Ilya , 

Need to handle this in logic  (microflow or nanoflow ), and set error handling and give a custom poppu page and pass that UUID to that Popup 

answered