Tagged Questions

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 2009) are called Dynamics AX.

learn more… | top users | synonyms

4
votes
1answer
30 views

How to automatically resize the grid when the form is resized?

How to automatically resize grid or another child component when my form is resized?
2
votes
0answers
33 views

DAX 2009 Enterprise Portal: Passing Different Contexts to Different Pages

I have a page that shows a grid of Customer Contracts (KeyField = ContractId), and when I click on the ContractID, it takes me to the Contract Detail page with the proper Contract details displayed. ...
2
votes
1answer
40 views

Inline cell formatting in Excel with Excel Object Model

I have an excel table with inline formatting - only one word in the cell is bold, for example. When I read the cell value I get a plain text BSTR. How can I get the formatting? I'm doing this in AX ...
2
votes
2answers
148 views

Try to use Winapi::findFirstFile running on server

I have a problem trying to run Winapi::findFirstFile running on server. I havve already tried copying the method on the class WinapiServer, and changing some lines, like this: server static container ...
2
votes
1answer
221 views

VB6 software consuming WCF web services. Endpoints in App.config. Err VB6 has no App.config

We have an EPOS system that is built in VB6. A client is using Microsoft Dynamics AX as a CRM system. A 3rd party has created the AX implementation for our client and they've exposed a set of WCF web ...
2
votes
1answer
687 views

Master/detail form in Axapta/Dynamics Ax

How do I create a master/detail form in Axapta/Dynamics Ax, with a master grid and a detail grid, where choosing a record in the master grid changes the content of the detail grid accordingly?
2
votes
1answer
1k views

How can I add more information to MS Dynamics 2009 AX's alert messages with X++?

Does anyone have some sample code or can direct me to which class I can modify to add more information to the alert messages in Dynamics AX (DAX). I want to for instance add a vendor number and userid ...
2
votes
1answer
337 views

How can you scan an image with X++

Does anyone know how to scan an image with X++?
1
vote
3answers
32 views

How can I find the last labelId in AX2009?

I'd like to insert all Labels from a labelModuleId in an AX2009 table. I have this job, that does nearly everything I need. But I have to enter the max Id (toLabel = 1000): static void ...
1
vote
2answers
71 views

MS Dynamics AX 2009 SSRS reports

I have to create AX 2009 ssrs reports. In my machine I only have Visual Studio 2008. All data and tables are in AX 2009. Do i have to install AX 2009 on my machine or there is a way to fetch records ...
1
vote
2answers
94 views

Axapta 2009 AOT Reports

Currently I am working in a Report sections. In this I have one doubt. In my Report I have 3 tables with relation on one field. I want to filter the data based on that common field I used in the JOIN ...
1
vote
2answers
88 views

What is the algorithm for random numbers in X++? [AX]

What is the algorithm to have random reals using x++ in Dynamics AX?
1
vote
2answers
53 views

How do I make a displayMethod() in AX?

What are the steps that I have to complete to create a displayMethod() for later use on a TextEdit?
1
vote
1answer
30 views

Changing ProdRouteJob has no effect to WrkCtrCapRes or recalculating the capacity reservations

I'm changing the route jobs (ProdRouteJob) with optimised data from an external optimisation tool. The changed data is written with a simple ax class and a prodRouteJob.update(). The problem now is, ...
1
vote
2answers
103 views

AX 2009 batch job got stuck in executing status

We have an issue where the batch got stuck in the executing status. Kindly let us know if some one has some suggestions on how to delete the batch job or restart the batch job. Thanks
1
vote
1answer
107 views

How can I change the production status via code? (AX 2009)

I have to change the production status via code, but not from the ProdTable form. The problem that I have is, that the class ProdMultiRelease expects to be run from the ProdTable form. (Line 10: ...
1
vote
2answers
123 views

Installation of AX 2012

I want to install Ax 2012 in my local machine. Does anyone know the steps involved in installing Ax2012
1
vote
1answer
400 views

How do I query the objects UtilElements and UtilIdElements to fetch correct results?

I am having issues with querying UtilElements and UtilIdElements in Dynamics AX 2009. Screenshot #1 shows the class SalesFormLetter being present in the layers sys, syp, gls, glp and cup. However, ...
1
vote
1answer
85 views

How can I get the “used by” form in Dynamics AX 2009 to work?

I am trying to do a look up of where labels are used in application objects. In the label editor there is a button Used By which is supposed to perform this function. However, it only ever opens an ...
1
vote
2answers
897 views

Dynamics AX 2009 Rollup 7 Enterprise Portal AX_Core ERROR using Windows server 2008 r2 64 bits and sharepoint 2010 foundation

Arquitecture: AOS Server: Running windows server 2008 r2 std 64 bits spanish. Enterprise Portal Server: Running windows server 2008 r2 std 64 bits spanish, SharePoint 2010 Foundation 64 bits, IIS ...
1
vote
3answers
195 views

How to interpret results from the sp_spaceused command with regards to indexes

If I need to review indexes of more than 2000 tables, where do I start given the information from the sp_spaceused command? I’m investigating Indexes on tables, but am not quite sure what to make of ...
1
vote
3answers
152 views

avoid rounding in SalesPrice

When setting trade agreament price to 12.8888, the unit price used in Sales Line is 12.8900. what should I do to avoid this rounding?
1
vote
1answer
500 views

Axapta - how to update instead of insert

I'm trying to catch an insert on a table and do update instead in some specific cases. How do i go about that? I'm trying to put this in insert method in CustTable table, but i'm not sure where to put ...
1
vote
3answers
244 views

AX report: off by one error with joined datasources

We want to build a report in Microsoft Dynamics AX 2009 to show all employees that worked on a production order. Into the datasources for this report we drag-n-dropped the ProdTable (pt) which is ...
1
vote
2answers
399 views

Mark mandatory fields on form, if not filled with valid value

if you create a new dataset, mandatory fields which are not set yet are marked with a wiggly red line. it seems, that only string-values ( or several fields, but at least no integers ) are marked ...
1
vote
1answer
309 views

Best technology to create web forms and reports on top of a Dynamics AX backend?

Want to create web sites with data on Dynamics AX. We want not to pay for Enterpise Portal or SHarepoint an do our own web app on top of AX.
1
vote
2answers
969 views

Range on integer fields in Axapta/Dynamics Ax

Is there a way, in Axapta/Dynamics Ax, to create an Extended Data Type of type integer which only allows enering values in a specified range (i.e., if the extended data type is meant for storing ...
1
vote
2answers
2k views

Filtering on linked table in Axapta/Dynamics Ax

I have a form in Axapta/Dynamics Ax (EmplTable) which has two data sources (EmplTable and HRMVirtualNetworkTable) where the second data source (HRMVirtualNetworkTable) is linked to the first on with ...
1
vote
1answer
486 views

SVN with Axapta

Does anyone know if you can use subversion to manage Axapta projects? We're currently on 3.0 which has no support for Team Foundation Server, but would like a repository like SVN. We also have several ...
1
vote
1answer
617 views

MS Dynamics AX / AXAPTA - Where is the code that prevents reprint of payment advices of unposted cheques?

We want to reprint a payment advice, even before it is posted. The report BankPaymAdviceCheque should be able to do this but only prints advices for already posted cheques. The report's dialog, ...
0
votes
2answers
81 views

AX 2009: Adjusting User Group Length

We're looking into refining our User Groups in Dynamics AX 2009 into more precise and fine-tuned groupings due to the wide range of variability between specific people within the same department. With ...
0
votes
1answer
92 views

Dynamics AX 2012 SRSS report: SysDictClass object not initialised

I created a report Data Provider class that returns a temp table and a Data Contract for the parameters (as per http://technet.microsoft.com/en-us/library/gg731917.aspx). I created a report in Visual ...
0
votes
1answer
41 views

What are the steps to follow to make a query and use it on a ListPage Form?

Could someone tell me the steps to complete to have a query and use it at a ListPage. The development takes place in Microsoft Dynamics AX. Thank you in advance.
0
votes
1answer
84 views

Can I export an project with the command line to a XPO file? (AX 2009)

Is it possible to export an project with the command line to a XPO file? (AX 2009)
0
votes
0answers
57 views

Dynamics AX Alert to a form that requires an active buffer

I can easily create alerts and open make it open a form with the correct record when the user clicks on "Go to Origin". I can't do that when the form I want to open requires an active buffer though. ...
0
votes
1answer
93 views

Dyanmics AX / AXAPTA .Net Business Connector - How to clear old exceptions

I'm writing a little tool to process AX transactions and have discovered that with each error, my exception output grows. It appears that each time an XppException happens all previous exceptions are ...
0
votes
3answers
287 views

Dynamics AX Nested Query

Maybe I'm missing something simple, but is there a way to write a nested query in AX? I tried some syntax I thought would work, but with no luck. The following standard SQL statement would ...
0
votes
1answer
255 views

How to select records from multi-companies in Morphex reports?

I want to know if I can select data from multi-company in Morphex reports, for example: user wants to get report's data from CEU & CEE companies. I don't mean get the whole data from all ...
0
votes
3answers
119 views

Using the compare tool during an object import in Dynamics AX 2009

I'm trying to import a list of objects into a Dynamics AX 2009 system. The problem that I have is that the object IDs differ for all the objects that I'm importing. I'm doing the import manually, ...
0
votes
1answer
240 views

How to get the form object in a ListPageInteraction class?

Working on Microsoft Dynamics AX 2012 I have a listpage form which has a referenced ListPageInteraction class, just wanted to change the label / caption of a few control. For this I need to do ...
0
votes
1answer
510 views

Dynamics AX - Apply range on combobox datasource / items

I just want to limit the records brought in the combobox based on some condition, say like which menu item opened the form. So specific rows should return. I have no idea about the code, also tell ...
0
votes
1answer
132 views

How to add columns to ledgertrans

I have to add a new column in ledgerTrans, and write data, but I don't want to do that with a direct x++ insert. I preffer do it throught a class and rights methods. I've saw classes like ...
0
votes
1answer
325 views

Dynamics AX - Sales Packing Slip/Invoice Posting error

I am getting the below error whenever I try to post a Packing Slip or Invoice of a Sales Order in AX 2009. I have tried removing the tax adjustments and rearranging the orders. But even clicking the ...
0
votes
2answers
238 views

How to use display method as a range in axapta 3.0 report

I am just wondering if someone could help me please. I am designing a report in Axapta 3.0 and facing a issue. I have got a display method in InventTable which is returning the ON-Hand stock quantity. ...
0
votes
2answers
921 views

Reading Text File in Dynamics AX

I'm trying to read a text file using AX. However, the following code replaces any spaces in the lines with commas: // Open file for read access myFile = new TextIo(fileName , 'R'); ...
0
votes
2answers
571 views

How to fix the sorting issue that occurs during sales or purchase orders posting?

We are facing the following sorting issue during invoice posting in Dynamics AX 2009. Application version is given below. Dynamics AX 2009 with Service Pack 1 and Roll Up 5 installed. Version: ...
0
votes
1answer
121 views

How to get the LookUp of fetched values from different company?

Am trying to fetch company name while am dealing with a cross company task. I used the following code to get the company name which has the current comapny as invoice company. ...
0
votes
3answers
273 views

Having a string array field as an index, good or bad?

My gut feel is that setting a string (with array elements) field as an index on a table will be bad for performance (where the bulk of the operations done on a table are inserts and updates - the ...
0
votes
3answers
114 views

Unique index error: Unique index introduced. Upgrade script required

How can I make this BP error go away: Unique index error: Unique index introduced. Upgrade script required. http://msdn2.microsoft.com/en-gb/library/aa884122.aspx tells me to implement an upgrade ...
0
votes
2answers
325 views

filter axapta report based on display method

I want to filter axapta report to display only records with QTY !=0 . The field QTY is based on display method . I could acheive this by overriding send method. The problem now is that if the last ...

1 2