Restrict User Access To Certain Companies Through Roles
The multi-company capability within Dynamics AX is one of the major selling points of the application, because you can easily switch between organizations with just a click of a button. But that does...
View ArticleRules of the Content Road: How Microsoft Dynamics marketers can protect...
You may think of yourself as being in the software business. But if you are a Microsoft Dynamics VAR or ISV and operate a web site, a blog, or use social media, you are also in the content business....
View ArticleWhat is an ERP Solution Architect?
Today I thought I would try and define what an ERP Solution Architect is. I always have difficulty explaining my job to people as they are usually looking for just a job title and they have no idea...
View ArticleDynamics AX overview video – Customer Relationships
Another cool Microsoft Dynamics AX overview video about supercharging your organization’s customer experience. With a Hosted Microsoft Dynamics AX ERP system you will be able to: Create amazing...
View ArticleWhy You selected Ax for your career
AX is a very good ERP which I heard and it supports Tier1 to Tier3 companies It can easily integrate with all other Technologies[sql server, biztalk, ssis, ssrs, MS office] Programming seems to be very...
View ArticleSome interview question and answer for classes in axapta
1) ACCESS Modifiers [Public, private, protected, static, display] 2) Is multiple inheritance possible in AX?? No It can be achived through interfaces. Interfaces : It does not have method definition]...
View ArticleInterview question and answer for Data dictionary in Axapta
Table - collection of rows and columns EDT(Extended datatype) - Inheritance, code easy readability, lookups,- 2 RELAtions [Normal and RFF [where clause] example : select * from custtable - is normal...
View ArticleAmbition abounds in Microsoft Dynamics AX 2012 R3 launch event
Microsoft officially launched Dynamics AX 2012 R3 this week at a virtual event hosted by AX General Manager Christian Pedersen. The event served to mark the start of a rapidly changing period for...
View ArticleSome important question and answers on forms in axapta
Q)when you open the form - what methods/calling sequences ? Ans:init(), run(), executequery() Q)When you close the form? Ans:canclose()- boolean, close() Ok command buton - closeok(), canclose(),...
View ArticleQuestion and answers on Reports in axapta
Q)what are the important methods on report? Ans: fetch, send, dialog, getfromdialog, pack, unpack programmable section - control number - we can execute the ps with e element.execute(controlNumber) in...
View ArticleSome important interview question and answers on queries in axapta technical
Q) why do we use queries? Ans:queries are user interactive, faster, compiles, reusable components query, queryrun,querybuilddatasource,querybuildrange if(qr.prompt()) Q) what is difference between...
View ArticleEDT, Base Enum in axapta
Extended Data Types are User defined data types based on the primitive data types like Boolean, integer, real, string etc. Base Enums are constants declared under one name and can be used with scope...
View ArticleDefinition and use of Maps in axapta
Definition and use of Maps, how AddressMap (with methods) is used in standard AX Maps can unify the access to similar columns and methods that are present in multiple tables. Maps are elements that...
View ArticleDifference between Index and Index hint in Ax
What is the difference between Index and Index hint? Index is used to give the control to the database for optimization. AX Kernel will add an OrderBy with all the fields of the index. Index Hint tells...
View ArticleDifference between Primary and Cluster index in Axapta
Primary index uniquely identifies records in any given table. Each unique combination of Primary Key fields uniquely identifies only one record in the table. There can only be one primary key per...
View Articlesuper method in Axapta
Super() is used together with inheritance. Calling Super() means calling a method with the same name in parent class. The parent can be a normal class in X++, or it can be a kernel call....
View ArticleWhat is the solution of faulting error in axapta
I am facing this error in eventlog. could anyone advice the reason and solution for this error. Faulting application SAPISSVC.EXE, version 7.0.0.1, time stamp 0x4f27b98d, faulting module kernel32.dll,...
View ArticleSharepoint error in eventlog for axapta EP
I am facing this error on event log. I checked that EP and sharepoint site is working fine but still this error is coming after re installation of EP The description for Event ID 27745 from source...
View ArticleTimeout error for EP page in axapta
Eventlog error details. The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition (ID f563b66c-e273-42f4-b0db-4106a63f0a83) threw an exception. More...
View ArticleStatic Ip problem for sharepoint and database in Axapta
case scenario, In share point service administration site is working and default database is connecting with static IP of sql database if user removed static ip of database server then sharepoint stop...
View Article