Microsoft Dynamics Ax 2012 – Belgium Launch

  • September 14, 2011
  • 0 Comments

Registration on: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032493060&Culture=en-US Be among the first to see Microsoft Dynamics AX 2012 — a new generation of enterprise resource planning by Microsoft. Get a great keynote by PWC, hear from customers, and learn why Microsoft Dynamics AX 2012 is an excellent choice for companies that: – Are looking for an easy, flexible solution for … Continue Reading

Microsoft Dynamics Ax 2012 Unleashed (book)

  • April 26, 2011
  • 2 Comments

I couldn’t believe it: On Amazon.com I found the first paperback concerning Ax 2012 ‘Microsoft Dynamics Ax 2012 Unleashed’. The book will be released Ocober/November this year. There is not much info availible at the moment, but if you’re intrested in pre-ordering go to Amazon.com

Microsoft Dynamics Ax 2012 (6.0) – Béta

  • April 12, 2011
  • 2 Comments

Like most Ax developers I am looking forward to the Ax 2012 release in Q4 this year (in the US a bit earlier). Today Microsoft launched the Ax 2012 Béta and I can’t wait to try it. You can find the download on partner source (Hyper-V & ISO) and customer source (Hyper-V & ISO). Keep in mind … Continue Reading

Convergence 2011 – Atlanta

  • April 9, 2011
  • 0 Comments

Today some of my colleagues took the plane to Atlante to participate the Microsoft Convergence 2011 that starts tomorrow. I hope they have a great time, bring back great stories and some goodies for me 😉 You can check Christof and Youri‘s blog (AX EP Clipboard) for some regarding the Enterptite Portal sessions. Or follow @MSFTDynamicsERP on Twitter.

Decisions Spring 2011 – june 14

  • March 30, 2011
  • 0 Comments

Decisions Spring 2011 is a FREE virtual event from MSDynamicsWorld.com. It follows on the heels of the highly successful Decisions Fall 2010, which ran last November and had over 3,500 attendees.

Portal development

  • January 31, 2011
  • 1 Comment

While surfing the web, I came across a blog from 2 friends (Youri De Brabandere and Christof Decraene) about Enterprise Portal development. For the moment they have only a few posts, but I’m sure their will be more soon. Have fun with the http://www.axepclipboard.com.

Ax Security got lost

  • October 7, 2010
  • 0 Comments

At one of the customers I’m currently working they took the decision to take a look at the spaghetti of security keys. We made a plan of how the new basic security-structure should look like and implemented it. After releasing this new more logical security structure we started to get the message ‘%2 %1 not … Continue Reading

Index vs Index hint

  • October 1, 2010
  • 4 Comments

This is a discussion I had with several colleagues. What is the difference between index and index hint and what do we use in our code?

Where are breakpoints stored in Ax 2009

  • September 27, 2010
  • 0 Comments

In Ax 2009 breakpoints are stored in 2 tables, the SysBreakpointList and the SysBreakpoints table. You can find those tables in the SQL Management Studio or in the AOT under System Documentation -> Tables. This is useful to know when you get ‘ghost-breakpoints’. My debugger started showing me older breakpoints from classes that were running … Continue Reading

Testing code on client/server

  • September 25, 2010
  • 0 Comments

When you quickly want to test some code I often write some test-code in a small job. When you execute the code in this job, it will be executed on client-side. A colleague of mine asked me if he could test the same job while running on server-side. Wen you quickly want to test the … Continue Reading