Master VAR QBS group has added 100 partners in a year and plans to double...
About 1 year ago Netherlands-based QBS group assumed its role as a Microsoft Master VAR in western Europe. They announced today that they have been adding affiliate partners at a remarkable rate. The...
View ArticleHow to perform a data center change (change of the physical location) where a...
Basically you have 3 possibilities to proceed with the physical change of the data center locations: 1) You shut down the existing servers in the old data center in a controlled manner, transport these...
View ArticleHow to enable the setup for user specific font Settings in MS Dynamics AX 2012
Found the following way on how to customize user depended fonts for reports and forms in AX 2012 client: (1) Open a new developer workspace (2) Navigate in the AOT to forms, SysUserSetup, designs,...
View ArticleSSRS report tuning possibility in MS Dynamics AX 2012 RTM
SSRS in MS Dynamics AX 2012 RTM uses session pooling. The first request that comes in from a user – a session will be created for them within the AOS services. Each user gets a session cached on the...
View ArticleRequired permissions when installing different components of MS Dynamics AX...
Before you begin the installation of Microsoft Dynamics AX, work with a system administrator to make sure that the account that you log on with at each server has appropriate permissions. The...
View ArticleTaking over „Update cross reference“ results from one environment to another...
There is no way around for the need to run “Update cross reference” but the following approach could avoid long running times at least for 1 environment. Please test that in a test environments first...
View ArticleDocumentation collection: Inplace upgrade MS Dynamcis AX 2012 RTM --> AX 2012...
Main documentation: The following 2 items explain the Inplace Upgrade process. No 1) shows the basic idea and No 2) goes even more into detail: (Important: Please follow all the steps in No 2) exactly...
View ArticleForms opening up with focus in background?
If you work with an installation where forms in MS Dynamics AX are opened in the background then the following code fix might help out here: “Microsoft provides programming examples for illustration...
View ArticleHow to deactivate security policy in AX 2012 RTM for a query only due to...
Here is an example on how to increase performance by temporarily deactivating a query used to show open vendor invoices: Open table Table VendTrans in AOT and expand methods and customize the method...
View ArticleSlow opening of form "Business relations details" after updating to MS...
If you work with a reasonable amount of companies per database (>20) then it might take nearly 1 minute to open form "Business relations details" by pressing button function "Convert to customer" or...
View ArticleExecute or call SQL Stored Procedure in Axapta by code
To Execute or call SQL Stored Procedure in Axapta by code you can get hints from below code. You can also pass parameter with stored procedure in string format. UserConnection Conn; Statement Stmt; str...
View ArticleCould not find user at SysWorkflowDueDateProvider Error in Workflow axapta
If you are getting below error on workflow . Stopped (error): X++ Exception: Could not find user at SysWorkflowDueDateProvider-resolve SysWorkflowDueDateProvider-resolveDueDate Then you need to check...
View ArticleExploring Report Controller class in dynamics AX 2012 R3
In Dynamics AX 2012 Reports can be called from Class, and it is import part of MVC pattern implementation for reports The report created from following link is called from controller class...
View ArticleHow to create record buffer at runtime in axapta
To create record buffer at runtime in axapta you can get hints from below code. DictTable dictTable = new DictTable(tableId); Common targetTable = dictTable.makeRecord(); It will create buffer...
View ArticleAOT synchronization hint MS Dynamics AX 2012 R2
If you synchronize your customer DB from AOT to SQL server DB and you should receive the following message: cross-company "union all" query cannot contain both a company specific table and a global...
View ArticleThings to remember after every kernel + application hotfix installation
Once you have installed any new kernel or application hotfix make sure to run all steps in the “Software Update Checklist” from top to bottom! Especially important are the following points: * Run a...
View ArticleHow to force complete CIL recreation in MS Dynamics AX 2012
“Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a...
View ArticleHow to troubleshoot the info log message: A generic error occurred in GDI+ in...
If you should face the following info log message: A generic errored in GDI+ when working with MS Dynamics AX 2009 SP 1 then check the following list with hints to solve it: 1) Apply the currently...
View ArticleHow to open form SysUserSetup faster in MS Dynamics AX 2009 SP 1
Check out the following hint of form SysUserSetup should open rather slow in your MS Dynamics AX 2009 SP1 installation: “Microsoft provides programming examples for illustration only, without warranty...
View ArticleA small thing to remember when moving a SQL server MS Dynamics AX 2012 R2...
If you create a backup of your SQL server MS Dynamics AX 2012 R2 database in Windows domain 1, copy it to Windows domain 2, restore the back there you will probably be able to start the AOS server in...
View Article