Forum Post: RE: Dynamics AX Reporting Project template
About AX 2012, go through this link msdn.microsoft.com/.../cc639538.aspx
View ArticleBlog Post: Second year software developer anniversary
I’ve officially been a Microsoft Dynamics Ax developer for 2 years! All and all it’s been a good development year. I’ve had the opportunity to go to two clients on-site, I attended the Development 3...
View ArticleForum Post: RE: Migrating Axapta 3 from Oracle to SQL Server
Hi Go through below link. blogs.msdn.com/.../how-to-migrate-ax-on-oracle-to-a-sql-server-platform.aspx
View ArticleForum Post: RE: Cannot edit security in AX client
Hi I suggest you to don't disable Version Control in order to don't lost the benefits. Check-out the security objects instead.
View ArticleBlog Post: AX expences app featured in Build keynote?
I noticed that during the Day 1 keynote that Microsoft did a very brief Cortana meets AX demo! It is in one of the last presentations that it is featured. The demo shows a Cortana suggestion that is...
View ArticleForum Post: RE: Can we use Source to Target upgrade path for upgrading AX...
No, it's only for upgrading from AX 4 or AX 2009 to AX 2012.
View ArticleForum Post: RE: Purchase order product receipt button is disabled
The logic behind whether the Packing slip update button is enabled can be found in class PurchTableType method canPackingslipBeUpdated(). If using approval, the Approval status must be Confirmed. Both...
View ArticleForum Post: RE: Dynamics AX Reporting Project template
In AX setup there are a number of optional components that can be installed. The project templates are normally installed by the AX Visual Studio tools component. Did you install the AX Visual Studio...
View ArticleForum Post: RE: Production order issue
Based on a brief search of the source code, I believe you have the following condition. One of the Inventory transactions (of type issue) associated with the Production order, so probably attached to...
View ArticleForum Post: RE: How to print an excel file using X++
Hello Ammo, Is there a way to do this in the new versions, or did you find a way?
View ArticleForum Post: RE: Purchase order product receipt button is disabled
Hi Brandon There is no approval process and we do have something else to receive yet. Thing is we were working normally and then suddenly the product receipt button was disabled.
View ArticleForum Post: RE: Workflow Stop Errors on 4 Purchase Orders
could you get some more information from workflow logs in the event viewer?
View ArticleForum Post: RE: AX 2009 to AX 2012 Data upgrade issues
Hi Baber you will have to go the table RELESEUPDATETRANFORMTABLE and check what is the unique index field defined? Go to SQL on in AX Table browser, Find out the record which has duplicate value for...
View ArticleForum Post: RE: Purchase order product receipt button is disabled
You can reset your Personalization, or delete the SysLastValue records for the form, and also delete your AUC files. Both can cause this kind of problem in odd cases.
View ArticleBlog Post: Microsoft Dynamics AX 2012 Combine Multiple PDF Files into Single...
Here's some proof of concept code to combine multiple PDF files into a single PDF file, using iTextSharp on the client tier. Of course, the iTextSharp .NET DLL must be added to the AOT under...
View ArticleForum Post: RE: Import pdf into AX report
Blog post where I share some sample code for combining multiple PDF files into a single PDF file. community.dynamics.com/.../microsoft-dynamics-ax-2012-combine-set-of-pdfs-into-single-pdf
View ArticleForum Post: RE: Dynamics AX Reporting Project template
Lance, Where can I find these Tool components? AX install? Developer Tools->Visual Studio 2013 Tools ?
View ArticleForum Post: RE: How to default Cost Center FD from Project to Project Expense...
The issue got resolved after specifying the FD at the Project Contract Level
View ArticleForum Post: RE: Dynamics AX Reporting Project template
In AX setup. See technet.microsoft.com/.../dd309576.aspx for more info.
View ArticleForum Post: RE: Vendor invoice 1099 form
I have the same very question. I was doing the research and as per the bog " community.dynamics.com/.../features-in-microsoft-dynamics-ax-that-support-form-1099-misc-reporting " clearing the 1099 Box...
View Article