Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family. The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX.

learn more… | top users | synonyms

0
votes
1answer
36 views

How to use interopPermission on batch job script execution

I'm trying to run a powershell script through batch job, I used the following code that works fine in a job : System.Diagnostics.Process process; System.Diagnostics.ProcessStartInfo startInfo; ; ...
2
votes
1answer
47 views

Call powershell scripts with AX 2009

How can I proceed to run a powershell script from AX ? is it possible to do this through batch job? I mean is it allowed by AX to do that on server side process ?I had a lot of problems to run some ...
0
votes
0answers
42 views

AX 2012 Labels in SSRS Unbound Parameter

I have a SSRS report in AX 2012 with a parameter, where Values is set to "Unbound Values" (Non-queried). In the popup for adding values, I have added a couple of lines with a value and a label like ...
2
votes
1answer
25 views

Enable/Disable FINISH button of wizard based on user input

I have created a wizard in AX 2012 using wizard wizard... Now i need to put 1 functionality i.e., to Enable or Disable FINISH button based on user input. I have already tried these 3 ways but without ...
0
votes
0answers
18 views

Encoding upca barcode gives random characters

I am encoding item numbers into bar code in Dynamics AX 2012. I have an item number 765811249511 which when encoded into UPCA gives the encoded characters as ".765811/B:?:." which I think is not ...
0
votes
1answer
30 views

Fields not displaying in SSRS report using Display method

I am trying to display the field in the SSRS report using the Display method. I created a display method in a table which returns the required value. I then selected that display method as the field ...
0
votes
0answers
29 views

ActiveX Component - Using external methods?

I've written an ActiveX component to be included in an AX2009 form. I have managed to include the component in the form and all works fine, however I would like to extend its functionality. Is it ...
1
vote
1answer
66 views

Report query form's parameters are disabled

I've create Query then develope report that using this query then I created Menu Item for the report, but the issue is when I'm running the report from the menu item the criteria fields are locked, ...
1
vote
3answers
175 views

Displaying barcode in SSRS report

I am trying to display the barcode in the SSRS report. I have created a field in the report for barcode in the visual studio and changed the font type to BC C39 3 to 1 Wide format. The corresponding ...
0
votes
0answers
53 views

Form resetting through Code

I have developed a Report on the Form. User has manually dragged the fields on the user Interface of the Form for the present situation and his convenience. When he is running the report again the ...
0
votes
2answers
53 views

Table: PrintMgmtSettings Field: Printjobsettings(Blob)

how can i convert the blob in the Field PrintJobSettings to String ? PrintMgmtSettings rst; container con = connull(); str vcon; ; while select rst { con = rst.PrintJobSettings; if ...
0
votes
2answers
43 views

Setup reason codes for setupTestcase

I am using reason code entries in a Dialog form. For writing the unit Test for the above, I need to first insert reasonCodes dynamically via code in setUpTestCase in UnitTestFramework in Dynamics AX ...
0
votes
3answers
70 views

How to insert recid using SSIS in dynamics table?

How to insert recId in dynamics Ax table SSIS?
-2
votes
2answers
56 views

Writing axapta report for open sales line with available physical report

I am a newbie to the ax report developing. Actually i am a networking guy but put into a position i have to write reports. here is my delima, i have an open order sales line report that is open and ...
0
votes
3answers
114 views

How to use AND/OR operators when building query in ax 2012 x++

I couldn't really find anything about this, and i couldn't really figure it out. Anyways, I have created a view which i need to filter using query/QueryRun etc. in x++. The select statement for what ...
0
votes
0answers
28 views

Set AllowEdit field-by-field on table control?

Is there any possibility to prohibit edit on a single cell of a table? Just to underline - I'm not talking about a grid but about a table control on a form. Accessing a single cell via ...
0
votes
3answers
120 views

Best/Easier way to add a shape/image to a Dynamics AX 2009 form?

I would like to add a few coloured square shapes to a form in order to display a legend. Since I haven't come across any way of adding coloured-in shapes, I've resorted to creating the shapes as ...
2
votes
1answer
66 views

Dynamics AX FTP X++

I have problems to send csv file on ftp, I use the following code found on AxaptaPedia: object ftpo; object ftpResponse; System.Net.FtpWebRequest request; System.IO.StreamReader reader; ...
0
votes
2answers
108 views

How to remove View Details from a field in a Form?

How to remove View Details from a field in Dynamics AX 2012 Form? When you right click on a field with a relation with DataSource's Table, you'll find View Details in context menu, How to remove this ...
1
vote
0answers
75 views

FTPWebRequest in Batch

I made a batch class to check an FTP for files, download them and delete them on the FTP. When I run it manually (not in batch) it works perfectly and downloads all files in the FTP and deletes them ...
1
vote
3answers
121 views

Fast access to excel data in X++

Can someone give me a clue how can I get the fast access of the excel data. Currently the excel contains more than 200K records and when I retrieve from the X++ code it takes a lot of time to retrieve ...
1
vote
0answers
42 views

Use Dynamics AX array in .Net

We have an installation of Dynamics AX 4 that's being called by a web service, and I need to retrieve a collection of table buffers. While I could instantiate a class instance and return all the ...
0
votes
0answers
24 views

Default Unit vs Unit Group on Dynamics Connector

How to map "Default Unit" and "Unit Group" fields on "Conn Item Svc Service to Product". New map created with Connector for Microsoft Dynamics for connect CRM 2011 with AX 2012.
1
vote
1answer
84 views

Order by Sum Field

I try to write a SQL-Statement in X++. It should do something like this: SELECT Table.field1, SUM(Table.field2) AS SumField FROM Table WHERE Table.FieldX = Something GROUP BY ...
1
vote
1answer
38 views

What is the _isMexican boolean for in the Global::Checkpower method?

Quite simply, what is this method for, and what is _isMexican? My online searching has proven futile. http://msdn.microsoft.com/en-us/library/global.checkpower.aspx
0
votes
0answers
53 views

Dynamics AX 4.0 Export Forms

I created a method to export AOT (application object tree) Objects. It works, but when I export the Forms-Treenodes cant find it. The method is a server method and it runs on a BatchServer. My idea ...
0
votes
1answer
46 views

Downgrade / import XPO from 2009 to 4.0

Is there any tool / automatism to import an XPO, exported from AX 2009 to AX 4.0? The straight way does not work, since properties listed in XPO differ, e.g. I get the exception that import has been ...
0
votes
0answers
27 views

Access COM DLL from MBS Axapta 3

We have MBS Axapta 3 in our company. The boss doesn't want to migrate to a later version of Dynamics AX, so I'm stuck with this. Basically what I'm trying is to access my own COM DLL from Axapta's ...
0
votes
2answers
119 views

Dynamics AX 2012: Dynamically create a class

Is it possible to write an x++ (or C# CLR) method that dynamically creates a new class object and/or methods in the AOT? makeCustomClass(string className) { //create new class with name ...
0
votes
1answer
67 views

Contract class and sysOperatiopnFramework AX2012

I have a contract/UIBuilder class for a SSRS report. I want to use the same Contaract/UIBuilder class to generate data in excel. I have came across ...
0
votes
0answers
22 views

AX2012 - VS2010 debuging

I have created a custom service in AX2012 and referenced it in VS2010. Now I want to debug the AX code in second instance of VS. So I attach the VS to ax32serv.exe and put the code in ...
1
vote
1answer
172 views

Dynamics AX 2012 Foreign Key Constraints

Let's say I have two tables: Items Property1 (relates to PropertyName) Property2 (relates to PropertyName) Properties PropertyName (index, single key alternate) When making a normal relation ...
0
votes
1answer
54 views

Insert an image/company logo from ax to excel

How to insert an image/company logo from ax to excel? Regards.
0
votes
2answers
59 views

AxaptaContainerWrapper Class .net AX 2009

I would like to use AxaptaContainerWrapper object in .net c#. I don't understand documentation on MSDN web site (http://msdn.microsoft.com/en-us/library/cc519742%28v=ax.50%29.aspx). ...
1
vote
3answers
211 views

dynamics AX batch job through ODBC

I have problems with an ODBC connection used in a batch job: when executed, I have the following error message : "The ODBC operation failed.Unable to connect to database Invalid connection String ...
1
vote
1answer
100 views

Why am I getting “Menu Function object not initialized” error when using a menu item for a report in ax 2012 X++?

We are converting from AX2009 to AX2012 R2 (15 Jan 2013 edition). We are converting the old reports to the "deprecated" reports functionality in AX2012 R2 to save time in re-developing all our own ...
1
vote
2answers
385 views

How to invoke a menu item from code in AX 2012

I have some custom code in PurchTable "Register" menuitem's clicked method, Now I need to run the Register command from code after a buttons function has been perfomed. My question is that how can I ...
0
votes
1answer
65 views

How to get the exchange rate?

I have a query that uses the SalesLine table, I need to get the exchange rate. I see the exchange rate in the CUSTTRANS and CUSTINVOICEJOUR table, but I can't see how to join to those tables. Can ...
0
votes
3answers
131 views

How can I control duplicate rows on a temporary table in ax 2009?

I am inserting records to a temp table in a while select query. I need to control that if i added the record before, is it possible?
1
vote
1answer
117 views

How can I programmatically get a list of all object in a project with AX 2009

How can I programmatically get a list of all object in a shared project? I'm using Dynamics Ax 2009 SP1 RU7. TIA, Fredrik
1
vote
2answers
65 views

Is it possible to read AD users from AX 2009?

How can i read AD users from AX 2009? Also what are the security issues for this?
1
vote
1answer
109 views

Boolean AND logic in Microsoft Dynamics AX 2012 AIF QueryCriteria

According to the documentation: The system uses Boolean OR logic to connect all the tags. Does this mean that it is entirely impossible to construct a QueryCriteria which performs a boolean AND ...
1
vote
1answer
32 views

Using aotimport on server startup

I'm trying to set up one of my AX environments to have an XPO imported whenever the server process is started up. Because the environment is updated from production on a regular basis, and the code ...
1
vote
2answers
77 views

AlwaysOnTop property not behaving properly

For some reason, the AlwaysOnTop attribute for a form's design isn't properly working. Here's the context: we are trying to have a form that stays on top of every other one when opened. Simple no? ...
0
votes
1answer
184 views

Which is the best tool available for load testing a Microsoft Dynamics AX 2012 application?

We are supposed to benchmark the performance of a dynamics ax 2012 application. I have no prior experience in dynamics ax 2012 or load testing of desktop applications. If anyone has worked on the ...
0
votes
0answers
36 views

Showing a field from a grid in a seperate form/webPart AX2009+EP

In EP I have a dropDown field in a grid(during creation of a record) where e.g if I select A another field in same grid(line) gets populates as "has selected A". Now I need to show the value "has ...
0
votes
0answers
48 views

Creating form in Dynamics Anywhere

I am working with Dynamics Anywhere to create a new form for the mobile platform in Dynamics AX 2009. In the application configuration form, when I create a new form, a class is created but has no ...
0
votes
1answer
94 views

Send Invoices Electronically Automatically

I was wondering whether or not it is possible to send Invoices automatically for a particular customer in AX 2012? I have looked at the AIF but am unable to see where I select a specific customer ...
1
vote
2answers
200 views

How can I generate CIL from X++ in Dynamics AX 2012?

Is it possible to generate CIL (either incremental or full) from within X++ code or the command line? My problem is that I want to import a model or xpo into AX, and I need the CIL to be generated ...
0
votes
1answer
62 views

Remove legal entity check from some forms

There are some forms which exist in only certain legal entities, I want to remove this check somehow, and make these forms available in some other legal entity as well, any idea?

1 2 3 4 5 15