This site contains some Microsoft Dynamics AX X++ Codes for use in your day to day use. However please use them with caution in production environment. I will not be responsible for any Goof ups. These Codes were created during my free time and may have bugs. Use them at your own discretion.
Arijit Basu | India
Friday, November 24, 2006
How to find out where that error message comes from?
Wanna find out where the error message comes from? Heres the secret....Place a breakpoint in the class \Classes\Info\add().After that run the script that shows error. You can observe where the error comes from in the DAX Debugger :-). See the following screenshots.......
No comments:
Post a Comment