Monthly Archives: May 2012

Microsoft Dynamics AX 2012 Eventing

One of the great new development improvements for Microsoft Dynamics AX 2012 is “Eventing”. For most people, that have ever done any Object oriented development or programming, eventing is a concept that most familiar. It is a concept that is … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Changing numerals to text in Indian Format

I have made some changes to the “numeralsToTxt_EN” method of the Global Class. Add the below method to the Global class – which will convert the number into Indian format     static TempStr numeralsToTxt_IN(real _num) { int numOfPennies = … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment