AX2012: Connecting Site to its Address and Contact details
This document explains technical details for connecting Site with it’s address and contact information (e.g. phone, and email) , and should help anyone who is attempting to customize existing...
View ArticleAXAPTA - How to disable auto filter in a form came with args parameter
I found the solution from a forum page : KRC_PlanWaves_DS.query().dataSourceNo(1).clearDynalinks();(read more)
View ArticleAXAPTA - Creating picking list
I created a class for me from found solution from a forum page : class KRC_WMSOrder { WMSShipment wmsShipment; SalesTable salesTable; WMSPickingRoute wmsPickingRoute; WMSPickingRouteLink...
View ArticleAXAPTA - Sign function doesn't work correctly
Sign function doesn't work correctly in AX 2009 and 2012. It should returns -1 for negative numbers, 0 for zero and +1 for positive numbers. But it gives -1 for negative and +1 for others. Sign...
View ArticlePowershell in X++
simple piece of code to batch convert XLs in PDF. This use the workaround to create a powershell script and after launch it. Could be useful to execute powershell script from AX. </pre>...
View ArticleMicrosoft Dynamics Partner Roundup: Hosting Acquistion; EDI for GP 2016; GP...
In this week's Microsoft Dynamics Partner News Roundup: Six Degrees Group Acquires Dynamics Partner Insite Business Systems Integrators Integrates EDI with Dynamics GP 2016 goERPcloud Offers Dynamics...
View ArticleManagement Reporter 2012 (AX 2012) vs Financial Reporting (AX 7) FAQ
Recently we had the privilege of sitting down with one of our partners to discuss the new Financial Reporting in AX 7 (aka Management Reporter for AX 2012). Although the name has changed in AX 7, the...
View ArticleThe MSDW Podcast, May 6, 2016: Choosing Project Services - Dynamics CRM vs....
Microsoft is preparing to release its Dynamics CRM Project Service solution. But Dynamics AX also offers a solution for the services industry. And of course, there is Microsoft Project Online. These...
View ArticleWith Solair, Microsoft Upgrades IoT Story with Supply Chain, Business Process...
Microsoft has acquired Solair, an Italian company founded in 2011 that provides (IoT) services to customers in such industries as manufacturing, retail, food and beverage, and transportation. Financial...
View ArticleAX 2012 - how to use 'NOT LIKE' in AX statements
Please note that I am using ! after 'where' keyword to reverses the effect of 'like' staticvoidNot_Like(Args _args){ #define.createdBy('faisal') InventTable inventTable; whileselect...
View ArticleAX 2012 - How to show progress bar for lengthy operations
Below is a very simple example to show progress bar in a job - this logic can be used anywhere in your logic.staticvoidSysOperationProgress_PrimeNumber(Args _args){ #avifiles boolean...
View ArticleAX 20120 - Find company currency through X++
You can use the following codeCompanyInfo::standardCurrency() orLedger::accountingCurrency(CompanyInfo::current());
View ArticleHide planned order capacity reservations in Dynamics AX 2012
When we’re looking at production orders, and scheduling routes, we’re going to look at capacity reservations by work centre (resource) or resource group. It’s interesting that these inquiries...(read...
View ArticleOptimizing toolbar button - Dynamics AX
Usually when a Dynamics AX user starts working with a new instance of Dynamics AX 2012, there might be an annoying message popping up every time the user opens up certain forms. This depends on the...
View ArticleUse Visual Studio to merge code for an AX 2012 CU
I'm working on upgrading an AX 2012 WMS solution to CU 10. I have a lot of modifications to the mobile device solution and I need to merge these into the CU 10 code.Many methods in the mobile solution...
View ArticleSQL remove breakline from string results
Hi there Sometimes while dealing with data of dynamics ax in SQL for reporting or in need of direct retrieval of data , we might face strings that have breaklines such as...
View ArticleModule access level – specify which users can post to a period in AX 2012
In AX 2012, it is possibly to specify which user groups are allowed to post accounting transactions to a certain period for a given module by using the Ledger calendar form. The form is found in...
View ArticleChange Management at All Levels
Choosing the right ERP package does not automatically produce the desired results. How that software gets implemented is so much more than how that software gets installed. In particular, how that...
View ArticleThe Microsoft Dynamics AX Safety Stock Journal: How To Create A New "Minimum"...
The Microsoft Dynamics AX safety stock journal provides useful issue history statistics for an item that helps calculate a new minimum inventory level based on reliable metrics. But even when the...
View ArticleWarehouse disposition codes
There are a few different disposition code concepts in Dynamics AX. One of them is the advanced warehouse module. This disposition code is assigned to an inventory status and can be used to control...
View Article