Quantcast
Channel: Microsoft Dynamics Ax
Browsing all 181 articles
Browse latest View live

ax 2012 how to get the warehouse telephone number through code

static Container CustVendorInfo(Common _CustVendTable){    LogisticsElectronicAddress          LogisticsElectronicAddress;    LogisticsLocation                   LogisticsLocation;    VendTable...

View Article


Change 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 Article


How 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 Article

Shortcut 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 Article

Image may be NSFW.
Clik here to view.

SSRS 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 Article


Image may be NSFW.
Clik here to view.

Duplicating 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

Table 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 Article


Security 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 Article

Image may be NSFW.
Clik here to view.

AX 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 Article

Image may be NSFW.
Clik here to view.

Microsoft 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 Article

Image may be NSFW.
Clik here to view.

Getting 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Windows 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 Article


Export 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 Article

Image may be NSFW.
Clik here to view.

Using 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 Article


Image may be NSFW.
Clik here to view.

Developing 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

Get 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
Browsing all 181 articles
Browse latest View live