I\'m new to X++, and I want to put an unbound checkbox on a tab in the sales header form (SalesTable).When the configure line button is
I\'m trying to create a custom lookup filter in a dialog in AX. I\'ve followed the instructions in this post x++ filter lookup in dialog and am getting a Stack Trace error -- FormRun object not init
I am having issues with querying UtilElements and UtilIdElements in Dynamics AX 2009. Screenshot #1 shows the class SalesFormLetter being present in the layers sys, syp, gls, glp and cup. However, wh
I need to write a job where i could fetch开发者_StackOverflow中文版 the index of an array element of EDT Dimension
I have a dropdown(Dimesions) and a stringEdit LookUp(dimensionValue)When I select a dimension suppose \'Branch\' and a Value e.g. \'B001\' I filter the result with the following query
I Have created a dialog in a class, the dialog method is as below static void dialog(Args _args) { Dialogdialog;
When using [Dynamics] [AX] is there a system function that can be used to determine which module the user was in开发者_运维问答 when the program was called?
How to destroy an 开发者_如何学编程object in x++ ?Objects are automatically destroyed when there are no more references to the object.
static void Job5(Args _args) { int i; System.DateTime netDttm; System.Int32 intnet; ; netDttm = new System.DateTime(2011,03,20 ,13,44,55);
static void vall(Args _args) { real value1=90077404192159.75; real value2=90077254918474.73; real valueSum;