Microsoft Dynamics AX (formerly Axapta) 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
18 views

Displaying KPI in Role Center Microsoft Dynamics AX 2012 Cube not showing

I've successfully created a cube and defined my KPI following this tutorial and the other two prerequisite tutorials. http://msdn.microsoft.com/en-us/library/dd261507.aspx I am however stuck on the ...
0
votes
1answer
20 views

How do I add a new menu item in DAX2012, using the Morph-X IDE?

I have created a submenu and added menu items to it - it show the menu but I cannot get it to show the "Common" area that's on all standard menus. Your help will be greatly appreciated?
0
votes
2answers
33 views

Number sequence issue Ax 2012?

I have created a New number sequence named 'MyNumberSeq' using Number sequence form under Organization administration Module in AX 2012. Now, I am using this number sequence in a form in some static ...
1
vote
1answer
43 views

Difference between table.update and table.modifiedField

I'm curious what the difference is between overriding a table's modifiedField method versus overriding the update method. In our case, we are working on switching the field datatype on a table. ...
0
votes
0answers
102 views

How to Edit address using X++ in AX 2012

I have a address filled corresponding to a Customer record in AX 2012. Now, My requirement is to Select Address from Address tab of a Edit Customer form and then to update the same using X++ Code.. I ...
0
votes
0answers
17 views

Reloading weblet in SharePoint from Dynamics AX [migrated]

I have a website powered by SharePoint that displays weblets from Dynamics AX 4.0. I'm trying to change those weblets in Dynamics AX but the changes don't seem to show up in SharePoint, it looks like ...
0
votes
0answers
33 views

How to hide a factbox part in a listpage using code? How do you do it?

I can get that to work for a regular form but not for a listpage. The problem I have is that I can only run the code through the listpage interaction class. I can't figure out how to instantiate the ...
0
votes
1answer
57 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
2answers
71 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
3answers
123 views

How to insert recid using SSIS in dynamics table?

How to insert recId in dynamics Ax table SSIS?
1
vote
1answer
44 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
1answer
61 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
73 views

Dynamics AX - Send HTML file as email

I'm very new to Dynamics AX. Currently I use AX 4.0. I have written a code to send plain text as email, now that I need to send an email as HTML format. I have an HTML file with me which has to be set ...
0
votes
1answer
81 views

Insert an image/company logo from ax to excel

How to insert an image/company logo from ax to excel? Regards.
0
votes
1answer
49 views

What happened to the hrplimittablerelationship table in ax-2012-r2?

Any advice on how I can replace the following code from AX 2009? display amount mrpg_limit() { return HRPLimitTableRelationship::find("Spending", emplTable_1.PartyId).LimitValue; }
1
vote
1answer
181 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
1answer
156 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
2answers
85 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
79 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
vote
1answer
106 views

Box::info showing “refreshEx”

I have a method that displays a validation result using the syntax Box::info(message,title); However, the first time I run the code it displays the correct title, but the message refreshEx. ...
0
votes
2answers
48 views

Is there a way to have a client display a message when it connects to a specific AOS?

We have some old AOS instances we don't want to get rid of, but would like the clients to start moving away from. What I'd like to do is have a box pop up whenever a client connects to one of these ...
0
votes
1answer
192 views

Personalize Dynamics AX Synchronization

I need your help so i can resolve some problem on my job. We have some reports that we run on Sql Server Reporting Services. The query on it its T-SQL language but the report is really slow so i ran ...
1
vote
1answer
61 views

What is “old sys” exactly and why would I receive errors in 2012 because of a missing Macro?

I'm receiving this error in an AX 2012 upgrade environment: Unable to compile int convert(){#SysBPCheck return #BPErrorSecurityKeyNotConnected;}. And I've tracked it down to the macro #SysBPCheck ...
1
vote
1answer
386 views

Error executing code object not initialized in AX 2009

I am receiving a message in my custom project within AX 2009 when calling a method from a referenced dll I created. The message is Error executing code object not initialized. I have my project ...
2
votes
1answer
79 views

Strange behavior with host instance account and Dynamics Ax adapter

We have encountered a behavior that I'm having trouble to understand. We have a receive port (WCF) with a receive handler ReceiveHost running under account1 and a send port (Dynamics Ax adapter) with ...
2
votes
1answer
447 views

Duplicate type with name 'Dynamics.Ax.application.<My Class Name>' in assembly 'Dynamics.Ax.application,

I see following error when I compile CIL in Dynamics 2012 ax - Duplicate type with name 'Dynamics.Ax.application.' in assembly 'Dynamics.Ax.application, version=6.0.947.280, culture... I tried ...
0
votes
0answers
207 views

AX 2012, Can a Misc Charge be added or adjusted once an AR invoice has been posted [closed]

In AX 2012, Can a Misc Charge or Freight Charge be added or adjusted once an AR invoice has been posted? I know it can be done in AP. Many thanks
0
votes
1answer
239 views

how to get static range in your report

In AX Report the User can select different Range. I seek to show that the criteria used to filter user in the report itself even the expression "parameter!CustomerAccount.Value" don't work because ...
1
vote
0answers
205 views

Dynamics Ax(R2) Excel add-in: How do I work with arrays?

In previous versions, the Dynamics Ax Excel add-in has returned an error when working with tables containing an array (A column named 'name' already belongs to this Data Table). This seems to have ...
0
votes
4answers
580 views

How to filter records in line grid based on selected record in header grid?

I have a form with 2 grids. I want to display records in second grid(Line grid) according to the selected record in First grid(header grid) i.e, I need to filter records in second grid.. How to do ...
2
votes
1answer
90 views

What is the bigint equivalent in dynamics AX?

I need to use a datatype to store integer value but I need the one equivalent to BigInt. Is there any in Dynamics AX?
0
votes
1answer
86 views

Dynamic linking gets cleared when inserting new records

I have one form in AX 2012 from which i am calling another child form which shows records that are related to the selected record in Parent form(Dynamic linking). Now, when I am trying to create a ...
1
vote
1answer
148 views

Reading data from SQL image field

In AX 2009, I need to query and report from the SYSDATABASELOG table's DATA field (type IMAGE) in an SSRS report. However, it appears to be stored as raw data, and I need to be be able to ...
0
votes
2answers
96 views

Set the year as prefix in Numbersequences

In AX 2012 I want to add the year (e.g. 2011) as prefix in the ID field. For instance I create a new customer in AX. The ID of this new customer should be like: 2013-00000123 Is it possible to set ...
0
votes
2answers
504 views

How to filter lookup values on a dialogfield in Report Dialog based on another dialogfield in AX 2012 AOT reports?

How can i implement Customized lookup in Report Dialog box. for example i have two fields in my report dialog 1) Custgroup 2) CustAccount if i have selected a particuler cust group in first field ...
0
votes
4answers
428 views

Is it possible to catch an “object not initialized” exception in Dynamics AX?

Problem: I have some code that is failing because an object has not been initialized. The solution for this bug is easy to fix, when detected. However, what surprised me is that my elaborate ...
0
votes
1answer
70 views

DialogTabPage object does not have method 'frameType'

This is related to my question posted here: How to make dialog elments collapsible? Another developer has added two groups to the dialog that is displayed when creating a payment proposal ...
0
votes
1answer
149 views

Limit number of business connector users in AX2009

Background We provide some webservices to export and import some data to a website. Unfortunatly the programmers of that website don't seem to, or don't want to understand, that if they try three ...
1
vote
1answer
184 views

Adding scrollbar to a Group in AX 2012 form

I need to set scrollbar in a Group as shown below since there are many more vertical fast tabs are available which are getting hide when opening any tab as you can see below . I have used tab and ...
2
votes
1answer
144 views

XPO Import - Relation is incomplete due to missing fields

I have been setting up builds for quite some time now. To do this, I use the scripts Microsoft provided for AX 2012 (Build and deploy scripts for Microsoft Dynamics AX 2012) There were some tweaks to ...
0
votes
1answer
112 views

Why doesn't my AX SQL work properly

We merged a few hundred duplicate customer accounts that had transactions. Customer "Alexander Smith" and "Alex Smith" for example were merged into "Alexander Smith". In our custTableMergeLog, I ...
0
votes
0answers
52 views

I'm trying to install WIF on Win7 Professional 32bit. I have .Net Framework 4 installed

I am trying to install WIF on Win7 32bit laptop. It is necessary for the use with MS Dynamics AX. Installs tried are via the Dynamics system and via the microsoft site Its a Dell Latitude E5410 ...
0
votes
3answers
428 views

Creating multiple worksheets in Excel using X++

I am currently able to create a new Excel spreadsheet, write to it and save the spreadsheet through X++. I have a few methods within a new class, each intended to write to a separate worksheet ...
3
votes
2answers
762 views

Dynamics AX: Disable datasource from form in code while being able to use advanced filter/sort option

I've modified the InventTable form so the users can filter the items depending on their "Stopped" status on the default order settings setup form. They get a list of the "buyable" items, "sellable" ...
1
vote
1answer
317 views

Using WinAPIServer and SysExcelApplication class in batch job

I created a batch job that creates an Excel file populated with query, the problem is the following: I used WinAPI and SysExcelApplication classes in my code. After debugging, I saw that these ...
1
vote
1answer
224 views

Perform Excel “Text to Columns” action in CSV file using X++

In Excel you can open a CSV file and click on "Text to Columns" (under "Data" tab) to have a column delimited file. Is there any way to simulate this using X++? A class that would open the CSV file ...
1
vote
2answers
255 views

How can I loop over Tables which contain specific characters in their AOT name and delete the data?

I want to loop over a few tables where the name (aotName) begins with 'HbcCka', finally I want to delete all data from the tables. Now I need a mechanism to empty the tables. How can I achieve this? ...
3
votes
1answer
117 views

Having button that runs code, but doesn't submit data to (or validates against) table

I'm trying to add a button to an existing form (BankAccountTable). I want to add a button to run an outside process with the value of one of the form fields as a parameter. The value is being read ...
0
votes
2answers
183 views

Where are Duties (table name) stored in AX?

I want to access Security duties (in code), but I don't know where they are stored (in which table)? Privileges are stored in SecurityTask, now I need to know where duties are stored in AX 2012. ...
2
votes
1answer
225 views

How to edit Tree Control Node Text?

I am new to Microsoft Dynamics AX 2012 and am trying to edit the tree view control on the form EcoResCategory so that the text displayed for each node is the concatenation of EcoResCategory.Name and ...

1 2 3 4