I'm still new to using Dynamics NAV and I'm still a junior Dev so I have a few questions:
I need to be able to Log error messages in NAV as they happen, I have the following fields in a table:
1 Entry No. Integer
2 Error Message Integer
3 Object ID Integer
4 Session ID Integer
5 User ID Integer
6 Object Name Text 250
It needs to log that information when an error occurs, I'm not really sure how to do it.