Blog Post: AX2012 R2, Office 2013, Windows 8 e IE10.
Os engenheiros da Microsoft anunciaram hoje a compatibilidade do A 2012 com os produtos Microsoft Windows 8, Microsoft Office 2013 e Internet Explorer 10. Veja a noticia completa no link abaixo:...
View ArticleBlog Post: Announcing Cumulative Update 1 for Microsoft Dynamics AX 2012 R2
The Dynamics AX Sustained Engineering released Cumulative Update 1 for Microsoft Dynamics AX 2012 R2 on February 25, 2013. This cumulative update is available via Partner Source and Customer...
View ArticleBlog Post: Axapta Interview Questions- Part II
Interview Questions for Axapta 2009/2012In my previous post i share some Interview questions with you, here are some new question.... What is the difference between fetch() in send() in axapta?What is...
View ArticleBlog Post: Generates the index for the base enums
Generates the index for the base enumsstatic void baseenumid(Args _args){dictenum dictenum;int i;;dictenum = new dictenum(enumname2id('NumberSeqModule'));for(i=0;i<dictenum.values();i++){print...
View ArticleBlog Post: Code to play sound in axapta
Code to play sound in axapta static void ExemploPlaySound(Args _args){ System.Media.SoundPlayer YourMPlayer; ; YourMPlayer= new System.Media.SoundPlayer();...
View ArticleForum Post: RE: AX2012 Credit Limits across legal entities
Yes, there is no out of the box functionality available in AX 2012. This needs to be customized. We did this customization in AX 2009.
View ArticleForum Post: RE: Number sequence database blocking
I would strongly recommend going through the list of numbersequences and disable "Continuous" on all that does not have this strict business requirement. More often, users think the number sequences...
View ArticleForum Post: RE: Data Migration Framework Beta 3
William,I have Beta 2 working on both AX2012 and AX2012 R2 (with and without CU1). What CIL errors are you experiencing? Perhaps you can create a new thread on the forum?
View ArticleForum Post: RE: Financial Periods
Can you please describe more what is your actual requirement?
View ArticleBlog Post: Analysing Dynamics Data in SSMS
For SQL experts, the query tools available in the AOT for analysing data are pretty rudimentary. The standard table-browser tool in the AOT doesn’t even come close to what you can do with TSQL within...
View ArticleForum Post: RE: Import Contoso demo data for AX2012 R2 on SQL server 2008 SP3
Is it not possible to restore a .bak file from a SQL R2 version into a SQL 2008 (not R2) version. You have to update your SQL Version!
View ArticleForum Post: RE: hotfix KB2390372
Do you have .NET Framework 4 installed? Have you restarted your server?
View ArticleForum Post: RE: Installing Dynamics 2012 EP on SharePoint Server
from your print screen i can see that you did not stoped the default website. try stop default website too.
View ArticleForum Post: RE: error while opening Ax 2012 R2 first time
Your installation must be flawed. Try setting up a new AOS. Installing Dynamics AX 2012 isn't exactly just a matter of running setup.exe and install everything in one swoop. It is a tad more...
View ArticleForum Post: RE: Microsoft Dynamics AX 12 R2
Depends upon the level of implementation...
View ArticleForum Post: RE: HTTP 404 error on EP Site
<< Amended >>U need to run checklist before install & configure EP.. once checklist is done u can install EP and run in IE once successful. Then also if you are facing same kind of...
View ArticleForum Post: RE: Downgrade of SQL 2012 to SQL 2008 R2
Also u can follow this articleblog.sqlauthority.com/.../sql-server-restoring-2012-database-to-2008-or-2005-version-and-2-other-most-asked-questions
View ArticleForum Post: RE: Inbound AIF: Logon Failure
Are u sending user id to create the record.. Make user the User you provide has correct set of permissions.
View ArticleForum Post: AX 2012: Inventory Closing Error "Inventory, Inventory Loss...
Dear All,While running Inventory Closing, system is generated "Inventory Loss Account Does not Exist" Although account is linked on all Item Groups.Do we need to link the same somewhere else as...
View ArticleForum Post: RE: How to create communication between dynamics Ax 2012 to...
My pleasure. Please remember to mark a response as an "answer" if it help you. :-)
View Article