Skip to main content

Posts

Showing posts from September, 2016

AX 7 Modules Architecture and development environment

How to restrict auto filter due to dynamic link in axapta form

If you have created a Form and it is automatically filtering your Datasource because of the Dynalinks which is created automatically and dynamically,To solve that issue you can use below code. Test_DS.query().dataSourceNo(1).clearDynalinks(); You can call code on init method of form. Other way you can use below. QueryBuildDatasource qbds; ; qbds = this.query().dataSourceTable(tablenum(MyTableName)); qbds.clearDynalinks();

AX 7 Certification exam list

Following are Microsoft dynamics AX 7 or rainier Certification exam list. 1.Trade & Logistics Certification Exam MB6-892 2.Financials Certification Exam MB6-893 3.Development Certification Exam MB6-890 If you want to get training center then you can search on google for  karROX Technologies Limited You can get details.

Failed to create session in Axapta 2012 for user client

If you are getting following error on client opening " Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics " The solution  of above error is to uncheck a checkbox in Options at Go to on file menu item -->Tools --> Options-- > Development --> General --> Execute business operations in CIL Also check whether user is enable in ax or added if not then you need to import user from domain.