Do You Have Development Questions about AX 2012? Get Your Answers Here!

Do You Have Development Questions about AX 2012? Get Your Answers Here!

  • Comments 7

The answers to the questions are done, and can be found here: https://community.dynamics.com/b/communityteam/archive/2012/09/12/microsoft-dynamics-ax-2012-developement-answers-are-here.aspx

Like many things in life the more you use something the more questions you have. Dynamics AX 2012 is no different, you may have run into some questions on development and have not had time to dive into the problem to come up with a solution on your own or the problem just has you stumped.

Well, the Dynamics Community is here for you! We, the Dynamics Community team, have teamed up with some active members of the Dynamics AX Community to provide you with answers to your top questions around development of Dynamics AX 2012.

Read below for instructions on how to get your upgrade question(s)……..answered.

 

When can I ask a development question about Dynamics AX 2012?

Between Monday, June 25th to Friday, July 13th, 2012

 

What kind of questions can I ask?

Feel free to ask any question you have that is technical or business oriented, as long as it is focused on development of Dynamics AX 2012.

 

How do I ask my question?

A.) You can simply ask your question by signing in and posting your question in the comments section below.

B.) Post them to the forum thread within the Microsoft Dynamics AX Forum.

C.) Email your question to Justin Salter.

 

How will I receive my answer?

We will post the answers within the Microsoft Dynamics AX Community Team Blog. The answers will come from the panel of Dynamics experts we have teamed up with to provide answers to the greater community. Be sure to follow this blog to receive an answer to your questions.

 

Are you going to publicize who asks the question(s)?

Only if you want us to, but otherwise no it will remain anonymous.  If you would like to remain anonymous please submit your question through e-mail. If the question is posted in the comments section your screen name will be visible

Who are the experts that make up the community panel?

Brandon George - Chief Solutions Architect / Owner, IDB Solutions, LLC. Brandon has focused on implementing and supporting Microsoft Dynamics AX for many years, working on projects that scale from small concurrent user counts, to large enterprise accounts that span the globe. A featured Dynamics Community Columnist, as well as sits on the Editorial Advisory Board for MSDynamicsWorld.com.

You can follow Brandon @ his Blogs http://dynamics-ax.blogspot.com | Twitter | LinkedIn

Jon Rivers – is a Partner Account Manager with Data Masons Software. He has extensive experience with integrating ISV/3rd-party solutions for various ERP platforms, but has spent the last 6+ years working exclusively in the Microsoft Dynamics® eco-system. As a native of England and having also assisted a leading Microsoft ISV in developing its Microsoft channel in Asia-Pacific, Jon contributes a global perspective to his role.

He is also a Social Media Enthusiast for the Dynamics Community and active within the various User Groups: AXUG, GPUG, NAVUG and GP Partner Connections. He has also been the driving force behind building Data Masons’ Social Media presence, from the company blog to posting on other blogs in the Dynamics community, to building awareness on Twitter and his favorite business social network - LinkedIn.

You can follow Jon @ his Blog | Twitter | LinkedIn

Joris de Gruyter – Joris has 10 years experience as a developer with Microsoft Dynamics AX and started on Axapta 2.5. He currently is a Technical Services Supervisor at Sikich. Certified in Dynamics AX development and Microsoft Certified Trainer in AX development.

Joris was part of the AX 2012 beta program, wrote AX 2012 hands-on labs on CLR, Eventing and debugging for Microsoft for Dynamics AX Technical conference in Redmond.

You can follow Joris @ his Blog | Twitter | LinkedIn

Dilip Nair – A seasoned Dynamics AX Expert, Diip is self-driven, highly innovative, customer focused who can research, design/develop, implement and automate cost effective ERP Solutions using Dynamics ERP. Successful delivery of largest retail chain implementation of Dynamics AX 2009 in the world (Go-Live for 800 retail stores across Australia). His current focus is on Dynamics AX and related .Net technology stack using SQL, C#, ASP.Net, Sharepoint and Business Intelligence for AX.

You can follow Dilip @ his Blog | Twitter | LinkedIn

We look forward to receiving your upgrade questions and providing answers that will help you in your evaluation of Dynamics AX 2012!

Justin Salter | Microsoft Dynamics Community Team

  • Batch Framework and Managed Code:

    I have been struggle for several months with this issue. Batch framwork executes CIL code and will call into a Managed Code dll, but there is no session object and/or runtimeContext to allow use of ttsbegin and ttscommit calls. Therefore, a managed code dll will not work under the Batch Framework. Any suggestions. I have been having an struggle getting Microsoft support to understand the issue.

    Another issue I have come across is in kernel version 6.1.1108.403 the AX debugger crashes the AX client with a "unknown error in an unknown file'" - this has a syslog entry of MSVCR90.dll

    9.0.30729.6161 when attempting to change the cursor position in an update method.

    Any ideas

  • Hi ,

    I am trying to set up muliple EP Websites for multiple AOS instances  on a single computer  but unable to find the location of  AX Configuration files  i.e. axc files in web.config as per Steps 4 & 5  as per tech net link below.

    community.dynamics.com/.../144986.aspx

    The IIS server is set up on same machine I am using latest AX2012 Feature Pack Release  with SQL Server 2008 R2 set up on  Windows Server 2008 R2 Data Center edition.

    -Sumit

  • Hi,

    I'm having problems issuing an update operation against a document service I have created.

    Error is: "No valid document identified from the entity key."

    community.dynamics.com/.../82746.aspx

    Struggling as have debugged the code and can't see what the problem. The query object generated in the method 'AxdBase.buildStructuredDocument' seems correct, with the CustTable.AccountNum used in the condition.

    Any ideas?

    Nick

  • Thanks for your questions so far eveyone. Keep them coming

  • The answers to the questions submitted are done and can be found here: community.dynamics.com/.../microsoft-dynamics-ax-2012-developement-answers-are-here.aspx

  • Could u please see my problem here:

    community.dynamics.com/.../87583.aspx

    Thanks so much!

  • Hi

    Iam developing a ssrs report in ax2012. i have a scenario where i need to show a section of data only once on the first page of the report. I have kept the section in the footer and selected the option "show on first page" on footer properties. But this is not working. could anyone let me know how could i acheive this ?