Skip to main content

Posts

Showing posts from January, 2013

Error while synchronizing the database checklist in AX2012 R2

IF You are getting the following error while synchronizing the database checklist in AX2012 R2 " Failed to create a session$ confirm that the user has the proper privileges to log on to Microsoft Dynamics. " You can try following steps to resolve this issue  Try generating the FULL CIL. I was getting the same error while creating Sales order and it resolved after FULL CIL generation. This seems to be a common problem in AX 2012. "Do a full CIL compile or Tools > Options > Development > uncheck "Execute business operations in CIL" and Restart the AOS "Mostly the Full CIL Compile should solve the issue

Six Debugger window panes in Ax 2012

1.The Code window pane displays the X++ code that is currently being debugged. 2.The Variables window displays the value of the variables in thecurrent block of code. Modified variables appear in different colors toindicate change. 3.The Call Stack window tells you which method is currently being worked on. 4.The Watch Status window displays a user-defined range of variables. 5.The Breakpoint window consists of a header with two columns andthe list of currently defined breakpoints. 6.The Output window in the Microsoft Dynamics AX Debugger has separate views that display text written to the window from X++ code and kernel code. These views organize the information that is sent to the Output window

MB6-869 Certification Sample questions answer for Architecture,Data Dictionary,User Interface and security

MB6-869 Certification Sample questions answers for Architecture,Data Dictionary,User Interface and security What is displayed in the Application Object Tree? (Select all that apply) (√) Tables (√) Forms (√) Menus (√) Visual Studio Projects Which tools can developers use to write Microsoft Dynamics AX business logic? (Select all that apply) ( ) Microsoft Office (√) Visual Studio (√) MorphX IDE ( ) SQL Server Which of the following are allowable data types for an index? ( ) String, Integer, Real, and Container ( ) String, Enumerated, Real, and Memo (•) String, Integer, Real, and Enumerated ( ) Memo, Container, Map, and integer Which of the following nodes are required to define a table? (Select all that apply) (√) Fields (√) Field Groups ( ) Maps ( ) Enumerated data types What are the five elements that make up a form? ( ) Methods, Data Sources, Views, Parts and Fields (•) Designs, Methods, Data Sources, Parts and Permissions ( ) Display Menu Items, Data Sources, Methods, Enums and Desi

show the financial dimension to respective users

Problem: If you form is containing Financial Dimension. The problem is when you logged on the ERP system with administrator privileges. it shows the Financial dimension including every thing. But, when you logged in the ERP system with Service Manager Role it wont show you the Financial DIMENSION fast tab.  How could you show the financial dimension to respective users. Solution: Just add the Form in Privileges and within that form just add a new controller with TabFinancialDimension. It will resolve the issue