AX WONDERS

Microsoft Dynamics AX, Sharepoint and .NET (C#, ASP.NET) development blog.

▼
Monday, October 31, 2011

Plan a Succesful AX 2009 System Topology

›
Hi, Today I would like to talk about a topic that, when followed with professionalism, can differentiate a good consultant from a bad one...
3 comments:
Thursday, October 27, 2011

AX 2009 Workflow - Run batch jobs through a Job

›
When working with Workflows, sometimes  have encountered a situation where my workflow item just don't run. This might be due to a probl...

Unable to validate the AX 2009 Workflow Webservice URL on a Windows Server 2008 R2 x64 - The request failed with HTTP status 405: Method Not Allowed.

›
Hi, I was having some issues yesterday validating an URL in Windows Server 2009 R2 - 64. I have done this a few times already and the proc...

Configuring Kerberos Authentication with Enterprise Portal in AX 2009

›
Hi, I remember the first time I had to setup the AX 2009 EP. Oh man, it was painful at the time and I wished I could have had the document...

How is X++ converted to MSIL

›
Hi, I found a superb video about how Microsoft is translating  X++ code to MSIL. I remember that this great new model was anounced at Conv...
1 comment:
Thursday, October 6, 2011

Standalone AOS and AOS Clusters

›
The following is an explanation of some of the possible combination we can have when it comes to AOS’s in our environments. For what I have...
1 comment:

Channel 9 - AX 2009 AIF Web Services

›
The following link will take you to a Channel 9 screen cast where you can learn about the new features of the AX 2009 AIF Web Services. ...
Wednesday, October 5, 2011

Loop through SELECTED records on an AX Form - AX 2009

›
We have the ability to loop through SELECTED records on a AX form in X++. There are many ways to accomplish this in AX, but based on my re...
1 comment:
Tuesday, October 4, 2011

Error code 122 - AX 2009

›
While modifying some code on my devlopment machine i came across the following error... Error in file: D\MDAX\AppFiles\..while writing in re...
2 comments:
Monday, September 26, 2011

Code to refresh system tables in AX 2009 - SysClientSession Table

›
The following code will refresh the system tables in AX 2009. I had an issue with the SysClientSession table this morning and I found some ...
Wednesday, September 14, 2011

AX 2009 Data Import / Export

›
The following post is about shows how to: 1-    Export data from a company in AX using a definition Group 2-    Creating a new company that ...
4 comments:
Thursday, August 25, 2011

Application Object Server (AOS) architecture

›
The Application Object Server (AOS) provides the infrastructure to execute the business logic of the Microsoft Dynamics AX application. The ...
Wednesday, August 24, 2011

Microsoft Dynamics AX 2009 System architecture

›
The following post has been copied from - http://technet.microsoft.com/en-us/library/dd362112(AX.50).aspx Microsoft Dynamics AX 2009 - Syt...
Tuesday, August 23, 2011

AX 2012 - New Improvements in Data Security

›
The new version of AX offers many new features to all of us. These go from development improvements to data security, which is the one topic...
Monday, August 22, 2011

Inside Microsoft Dynamics AX 2012 - Usability

›
This is a great video on AX 2012 usability. It explains the different industries where AX 212 is making a huge impact. Check it out! https...
Thursday, August 18, 2011

Register now to join Steve Ballmer at the Microsoft Dynamics® AX 2012 virtual launch event

›
Register to this free virtual event from the following link http://www.microsoft.com/dynamics/ax2012launch/?fbid=0ufugE7brGO#register
Wednesday, August 17, 2011

Setup Electronic Format Payment (EFT) in AX 2009

›
A few days ago I created a new post on how to create a new Electroni Payment Format (EFT) in X++. The post can be seen here: http://axwonder...
1 comment:
Tuesday, August 16, 2011

Ax 2009 SSRS Videos

›
While looking for some information related to AX 2009 SSRS I found a bunch of videos related to SSRS and AX 2009. Here is the link: http...
Friday, August 12, 2011

LIKE Operator in X++

›
In Axapta, we can use the LIKE operator in an inline SQL statement, see the following: select * from VendTable where VendTable.Name like ...
1 comment:
Monday, August 8, 2011

Reporting & BI in AX: An Overview

›
The following link contains an amazing post about Reporting and BI in AX by Arijit Basu. I just felt obligated to share this great overview....
Monday, August 1, 2011

Create Electronic Payment Format - AX 2009

›
Electronic payments are being used heavily today. It is importnat to understand how these work and how to implement them as they save lots ...
1 comment:
Wednesday, July 27, 2011

strRem Function - Delete a Character from String - AX 2009

›
The following code searches a specified string character and deletes it. The cool thing about this function is that it is case sensitive. ...
Tuesday, July 26, 2011

Get the length of a string in x++

›
str _myString = '123456789'; int _len; ; len = strlen(myString); info(strfmt('%1', len); returns 9
Wednesday, July 20, 2011

Create Electronic Invoice to Text File Format - Ax 2009 -

›
 The following code is to create a company country specific requirement. In addition, the logic is specific to the needs of my customer, but...
Friday, July 15, 2011

SubStr function - Axapta

›
str SubStr (str _text, int _position, int _chars) SubStr("MyString",20,3);   // Returns "" SubStr("MyString "...
Monday, July 11, 2011

Create loop from an AX form DataSet - Ax 2009

›
Sometimes we need to loop through values at the form level. The following code loops (for loop) the SalesParmTable in the CloseOk() Form met...

Code to check for "garbage" in the ReleaseUpdateScripts table - AX 2009

›
ReleaseUpdateScripts    releaseUpdateScripts; Counter                 total; Counter                 invalid; ; while select ClassID   ...
Wednesday, July 6, 2011

Workaround to Exception::CLRError using System.IO.StreamWriter

›
In one of my projects I was using the System.IO.StreamWriter to write data into a text file in X++. Everything went well until I started t...
1 comment:
‹
›
Home
View web version
Powered by Blogger.