axapta
Can a field be calculated based off another field?
In Dynamics Ax 2009, we want a field that will be calculated based off another field in the same table.[详细]
2023-03-02 15:45 分类:问答Returning XMLDocument from Ax2009
I have a function in Axapta as follows: static client XMLDocument GetXmlData() { XMLDocument xmlReturnDoc = new XMLDocument();[详细]
2023-03-01 01:39 分类:问答Why are no CLR exceptions being reported in Dynamics AX?
When an exception ocurrs in my .NET code, the X++ code just stops executing and drops out. It doesn\'t displa开发者_如何学Cy any error message at all, it simply stops working.[详细]
2023-02-25 04:02 分类:问答Dynamics AX Mandatory Enum field cannot be set correctly through UI
Can anyone explain the following behaviour to me? When a field type in an AX Table is set to an Enum, you can select any of the Enum values as a value for the field.[详细]
2023-02-25 02:20 分类:问答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 分类:问答axapta2009: sum inventtrans on specific date, filter by dimension
I need to calculate sum of InvnetTrans\'es that have specific physicial 开发者_JAVA技巧dimensions[inventTransPosting.Dimension] on specific date. I.e. I need analogue of[详细]
2023-02-21 21:46 分类:问答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 分类:问答AX integration with other application
I have a requirement in which I have create customer into external system, When i create it in AX. first solution which came to my mind, was too consume the external party web service into AX.[详细]
2023-02-19 22:04 分类:问答Why should I use positive logic in an if block?
I don\'t understand why it is a best practice to use positive logic开发者_运维百科 in an if block[详细]
2023-02-17 20:55 分类:问答