x++
X++ unbound control
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[详细]
2023-03-14 12:59 分类:问答Create a lookup filter for a dialox in Dynamics AX 4.0
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[详细]
2023-03-12 06:41 分类:问答How do I query the objects UtilElements and UtilIdElements to fetch correct results?
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[详细]
2023-03-08 05:32 分类:问答Getting the index of an array element of EDT Dimension
I need to write a job where i could fetch开发者_StackOverflow中文版 the index of an array element of EDT Dimension[详细]
2023-03-03 02:23 分类:问答Filtering through multiple dimesion Values
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[详细]
2023-03-02 16:03 分类:问答filter look up in dialog
I Have created a dialog in a class, the dialog method is as below static void dialog(Args _args) { Dialogdialog;[详细]
2023-02-24 04:49 分类:问答How to tell what module has called the program
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?[详细]
2023-02-24 04:19 分类:问答Destroy Object in X++
How to destroy an 开发者_如何学编程object in x++ ?Objects are automatically destroyed when there are no more references to the object.[详细]
2023-02-21 18:04 分类:问答WeekOfYear in X++ using .net lib
static void Job5(Args _args) { int i; System.DateTime netDttm; System.Int32 intnet; ; netDttm = new System.DateTime(2011,03,20 ,13,44,55);[详细]
2023-02-20 16:45 分类:问答Not showing exact values in addition in AX
static void vall(Args _args) { real value1=90077404192159.75; real value2=90077254918474.73; real valueSum;[详细]
2023-02-20 14:36 分类:问答