Multiple Tables in field Lookup method
How To use Multiple Tables in Form LookUp public void lookup() { Query query = new Query(); QueryBuildDataSource qbdsPurchTable,QbdsInvntQO, qbdsInventDim; QueryBuildRange...
View ArticleHow to create a lookup on Dimension(SysDimesion) ENUM
How to create a lookup on Dimension(SysDimesion) ENUM Note: 1. DimentionSetCombination is table in Whitch dimesion hierarchy stored 2. MachineHour is a customized table in this example, you can use...
View ArticleThe Importance of Microsoft Dynamics AX Excellence Certification for...
Change is always difficult, particularly in the tech world where professionals must keep pace with an ever growing range of advances each year. Adapting to new technology leaves many searching for...
View ArticleMicrosoft Dynamics Implementation Success Stories -with Infographic
The economy may be at a slow and steady pace at the moment, but that isn’t keeping businesses both large and small from backing down anytime soon. Using management and project software aids, businesses...
View ArticleAX2012 R2 Enterprise portal installation issues – Part 1
The last few days I have been playing around with the Enterprise Portal. I needed to setup a High Available portal and there were soms discoveries along the road. Though I’m planning on writing some...
View ArticleArticle 4
Proud to announce that I started my first AX AccademIct traject this week. Giving intensive trainings (4 months) on Dynamics AX 2012 with MOC trainings, Sure Ste Implementation method, Process...
View ArticleFY13 Highlights, FY14 Priorities and Successful Sales Profiles Shared at...
Last week I was in Denver for the Microsoft Dynamics US Field & Partner FY14 Kick Off, which was jam-packed with information (tip: you can find some informative tidbits on Twitter using the event...
View ArticleLookup dimension attributes used in a company.
This job look up the financial dimension attributes which are being used in the current company/entity. I used it while writing certain import customization. You might find other use of it. static void...
View ArticleSSRS tip: Take care that VS and AX client are in the same layer for SSRS –...
Some times when you use configuration files to start your AX client like this in the image and also work on visual studio, make sure your default client configuration is pointing to the same layer as...
View ArticleBug: “The parameter pageUrl is missing or invalid” when importing web URL in...
If you try and import a web URL in AX 2012 R2 CU6, you will get this error. Try it on any standard URLs and the bug is still there. For a work around put a backslash in front of the URL and it should...
View ArticleConnector for Microsoft Dynamics V3 Refresh available
Connector for Microsoft Dynamics V3 (3.0.430.1) refresh is available. This refresh addresses some issues that you may have encountered with the initial release of Connector for Microsoft Dynamics V3....
View ArticleQuestionnaires in Vendor Portal
Dynamics AX2012 has a great feature allowing you to published pre-made questionnaires on the vendor portal. This is a great asset in ascertaining vendor feedback and suitability. They also can be...
View ArticleSimple Dialog Box in Axapta 2012
Simple Dialog Box in Axapta 2012 The following example displays the dialog box and prints the value entered to the screen. Code: static void theAxapta_DialogBox(Args _args) { dialog dialog; dialogGroup...
View ArticleJoin Two Tables at Run Time
Join Two Tables at Run Time static void theAxapta_JoinTables(Args _args) { Query query; QueryBuildDataSource queryBuildDataSource1, queryBuildDataSource2; QueryBuildRange queryBuildRange;...
View ArticleMicrosoft Dynamics Partner Roundup: NAV Wine System Win; Remote Quoting for...
In this week's Microsoft Dynamics partner news roundup: Wine Cru Goes Live on Dynamics NAV with TVision Technology; FieldConnect Launches Instant and Accurate Remote Quoting System for Dynamics SL;...
View ArticleTroubleshooting Microsoft Dynamics AX AIF WCF Services Using soapUI
For many, using Microsoft Dynamics AX AIF WCF services is not as easy as it seems. As they say, the devil is in the details and the AIF logging/debugging mechanism leaves much to be desired. AIF...
View ArticleFrom the Microsoft Dynamics AX Blogs: AX 2012 R2 Outlook Sync; SSRS Tips;...
A selection of the latest insight from the Microsoft Dynamics AX blogs: Outlook Contact Field Synchronization with Dynamics AX 2012 R2; SSRS Tip: Take Care that VS and AX Client are in the Same Layer...
View ArticleWeb viewer quick reference guide
Since releasing the web viewer, we’ve done quite a few posts and videos on what it can do and how to use it. All of this information is a great resource, but we still get quite a few questions about...
View ArticleTroubleshooting Upgrade and CU Batch jobs stuck in a waiting status in...
There may be circumstances when you are testing a Full version upgrade, in place upgrade, or applying a Cumulative Update (CU) in Dynamics AX 2012 where the batch jobs never start and appear to be...
View ArticleFall 2013 event rundown: New webcast series for Microsoft Dynamics users and...
With September well underway, our fall webcast schedule is also ready to start picking steam. After a great spring (and summer) of sessions on BI and CRM , we're excited to expand the focus to include...
View Article