ax 2012 how to get the warehouse telephone number through code
static Container CustVendorInfo(Common _CustVendTable){ LogisticsElectronicAddress LogisticsElectronicAddress; LogisticsLocation LogisticsLocation; VendTable...
View ArticleChange current company
Eitan MizrahiPOSTED BY EITAN MIZRAHI ON 14 JUL 2013 5:47 AMHello,In AX 2009,How can I change in code current company (curext), and keep staying on that company as long as I am on the form.Thanks...
View ArticleHow to deploy all AX2012 report
There're 3 different ways to deploy Dynamics AX2012 reports:Through AOTAOT > SSRS Reports > Reports > right click on report > Deploy ElementThrough Visual StudioOpen the report project >...
View ArticleShortcut keys in AX 2012
BreakpointsCommandShortcut keyRemove all breakpoints.CTRL+SHIFT+F9Insert or remove a breakpoint.F9Enable or disable a breakpoint.CTRL+F9Open the Breakpoints dialog.SHIFT+F9Compilation and...
View ArticleSSRS Report Detailed Trial Balance error “The field with ID '0' does not...
I've been trying to open a report in the General Ledger > Reports > Detailed trial balance. In the form, I input a parameter for Ledger account.MainAccount. When I click OK, I got an error:Error...
View ArticleDuplicating Financial Dimension on Dialog box in GG > Reports > Transactions...
This question is answeredPOSTED BY AHMED MUHAMMAD ALAM ON 17 FEB 2013 3:11 AMHello Experts,It's a default report.I have one report "Detailed Trail Balance" for the first time when I click select for...
View ArticleHow to: Use Roles and Privileges to Restrict Access to a Button [AX 2012]
Updated: September 28, 2011Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012You can use the Security section of the AOT to restrict access...
View ArticleHow to install a Microsoft Dynamics AX hotfix
INTRODUCTIONThis article provides links to documentation about how to install hotfixes for Microsoft Dynamics AX 2012. It also describes how to install hotfixes for Microsoft Dynamics AX 2009 and...
View ArticleTable Permission error on executoin of the report
POSTED BY MAXIM MICHTCHENKO ON 25 JUN 2012 4:35 PMI have a custom table and a SSRS report using this table on the executon of the report user is getting following error:User 'ADMINIST' is not...
View ArticleSecurity Permissions Properties for a SSRS Report [AX 2012]
Security Permissions Properties for a SSRS Report [AX 2012]This topic has not yet been rated - Rate this topicUpdated: March 18, 2011Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX...
View ArticleAX 2012 Excel Add-in - RPC Issue
I hope everyone is doing well, and into the Dynamics World, on this fine Tuesday. We will continue our focus on EP tomorrow, but today, I wanted to spend a little time and write about a specific issue...
View ArticleMicrosoft Dynamics AX 2012 Excel Add-in
With the release of Microsoft Dynamics AX 2012, the lines between the Rich Client, the Portal as well as Microsoft Office are going to be blurred. This is out-of-the-box ability, that replaces a lot of...
View ArticleGetting Individual Dimension Combination Values–Using Views [AX 2012]
In my previous post, I had illustrated how we can get individual dimension combination values using DimensionStorage class. In this post, I will provide another job that utilizes a view to get...
View ArticleHow to debug x++ code from Enterprise Portal
Posted by Torben M. Philippsen on December 16, 2013This article is mainly to support my own memory on how to configure things and being able to debug x++ code when executed from Enterprise portal...
View ArticleWindows autentication problem on Dynamics AX WCF service
Posted by Torben M. Philippsen on January 3, 2011Over the past days I have been involved in a critical issue related to a Dynamics AX 2009 WCF service that used windows authentication on a Windows...
View ArticleExport to Excel with AX 2012 R2 – Nothing Happens
With the launch of the next latest and greatest version of AX (2012 R2) a few new problems may occur specifically around the integration with MS Office. To give a little bit of background on the...
View ArticleUsing Controller Class in Developing SSRS Reports in Microsoft Dynamics AX 2012
OverviewController class is used to control the report execution as well as preprocessing of the report data. The SSRS reporting framework uses this class to modify the report dialogs, calling the SQL...
View ArticleDeveloping SSRS report using Query in Microsoft Dynamics AX 2012
OverviewThere are a multiple of methods to develop SSRS reports in Dynamics AX. This tutorial will guide you through the process of developing SSRS reports using an AOT query.Pre-requisitesMicrosoft...
View ArticleHow to prompt a user with a query window
This seems pretty straight forward but I've been asked it a few times so I'll write about it: "How can I display an interactive query window to the user in code that looks like the Advanced Query...
View ArticleGet query ranges (for user info on report)
Hi,I am trying to create an util class to be used on our reports so the user can see the query ranges on the report header. The code below works for a query for only shows the ranges that are already...
View Article