Hi,
i'm quite new on AX 2009 and X++ programming.
Just started following Microsoft's official manuals and tutorials.
I've got some doubts about variable declarations in classes.
Say i have to declare a string constant for an info box title, "Text box example".
I declared it in the new() method, but compiler's best practices section says: "method contains text constants".
I've googled it but found little results about. How do you behave in such a scenario?
Thank you in advance
ciao
*This post is locked for comments