Hello,
So I have a page that leads to this codeunit for "post" confirmation
so there's a message pop up when something went wrong/error
but when error encountered, the Dynamics NAV ERP doesn't show any error, instead it goes to that message and doesn't show the error message
it;s like somehow the error message replaced by that message.
From debugging I can see the error message and after the error encountered the debugger immediately go to that message in the codeunit
and the posting process still working for the next one.
Doesn't nav supposedly to stop any process when error encountered?