How can you create 开发者_开发知识库a simple dialog box in Dynamics ax?static void DialogSampleCode(Args _args)
It is possible to convert data from axapta container开发者_StackOverflow社区 to a C# collection like ArrayList, or maybe serialize and deserialize from one to another?There is no direct conversion, bu
How do you open and parse a csv file in dyna开发者_运维问答mics ax?static void TestCommaTextIO(Args _args)
I created a new class in AX. After an AX restart the class was no longer in the AOT. If I now try to create a new class I 开发者_如何学编程get this error message:
When ever i try to launch the application through citrix. i get the error \"The Configuration \"xxxx\" could not be found.
I am confused about MS Dynamics.I am having 7 years of experience in MS technology (asp.net, C#, vb.net, Sql 2005/2008, WCF, SharePoint 3.0) and Crystal report 10.0.
开发者_JS百科I want to send an alert in Ax, when any field in the vendor table changes (and on create/delete of a record).
In body of section I have 4 calculated fields. I want to hide开发者_StackOverflow社区 a line when all four fields are 0 value. Please let me know your suggestions...Create an executeSection method in
Is there a way to have AX/Axapta, prompt 开发者_JS百科before compiling? I have accidentally clicked compile for the entire app several times now, and since it takes 30-60 minutes, if I could add a pr
I am trying to print sales confirmation report on a button click which I have added on Sales Order Detail form in Microsoft Dynamics AX 2009. On click event of that button, I have written following co