Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » X++ development   (RSS)
After having 5+ years of X++ experience, I finally realized that the relational operator 'like' might equally well be used outside of select-statements, just like this: static void testLike(Args _args) { str someString; ; someString = "Johnny"; if (someString Read More...
I have just written a simple class that implements QuickSort algorithm and allows sorting of some "keys" by their "values". And this is how it may be used: static void exampleQuickSort(Args _args) { QuickSort quickSort; ListEnumerator itemEnumerator; Read More...
...the class that I mentioned in my previous post has been implemented in Dynamics AX 2009 as SysFormEnumComboBox. Be aware, that Vanya Kashperuk has published another version of this class, valid for both 4.0 and 2009. Read More...
Imagine a combobox based on an enum. By default it contains a list of items that correspond to the values of the enum. Quite often people wonder whether there is a simple way to limit this list to a set of allowed values. Maybe there is a solution posted Read More...
There is a simple way to programmatically fetch help documentation for system functions based on what text is stored in the xpo-files. If you run this: ----------------------------------------------- static void getSystemDocumentation_Job(Args _args) Read More...
A couple of days ago I had a question. One guy had to generate dimension set rules for ledger accounts, based on information from an Excel file. The file contained 3 columns: the first one for ledger accounts, the second one for values of the first dimension Read More...
 
Page view tracker