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 (formerly Microsoft Bussiness Solutions) 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.
7
votes
5answers
1k views
Microsoft Dynamics AX 2009 development
I'm new to Microsoft Dynamics AX development and I'd like to learn basic things about it.
I have a virtual machine with the '09 version installed.
Is it essential to get familiarized with the ...
6
votes
9answers
649 views
Teaching a COBOL developer Java/C#, OOP and modern day software development
I want to ask a question on behalf of my father, a now 30 year veteran in writing software.
My father works today as a self-employed consulant for a single customer, maintaining a 20+ year old system ...
5
votes
3answers
301 views
Is semicolon really needed after declarations in x++?
As said in the book Microsoft Dynamics AX 2009 Programming: Getting Started it´s needed to put semicolons after declarations in x++:
The extra semicolon after the variable
declaration is ...
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?
4
votes
1answer
58 views
How to get the file creation date of a file?
How to get the creation date of a PDF file in Microsoft Dynamics AX 2009 with X++?
And how to open that PDF file in the button click?
4
votes
3answers
988 views
Dynamics ax 4.0, opening form without applying filter on current record
I have form with VendTable grid for example, which has CustAccount field.
I want to place button, click on which will open CustTable form where all customers are visible.
If I just put CustTable ...
3
votes
1answer
51 views
How to set a single dimension value in AX 2012?
My problem is setting some dimension values read from an external source.
Given the AX 2009 statement:
ledgerJournalTrans.Dimension = ledgerTable.Dimension;
ledgerJournalTrans.Dimension[1] = ...
3
votes
1answer
73 views
Axapta 2009 X++ download text file from a website
I would like to download a text file from a website, given I know the URL of it.
3
votes
1answer
97 views
How to display two grids with different data on the same form
I have a form with two grids. I have one table with rows where each row has a status of Yes or No. I'd like to display all the yes's in the top and the no's in the bottom grid.
A similar scenario ...
3
votes
2answers
79 views
Add a lot of columns to the grid on a form
I have to add all 86 fields from a view based query inside a grid on a form. The problem is that a form is very slow and the application freezes.
Is there any way to make it faster?
3
votes
1answer
115 views
Data upgrade script for base enum from AX 4.0 to AX 2009
Kindly assist me with some ideas in writing the Upgrade script for upgrading the base enum in AX from AX 4.0 to AX 2009.
Also i would like to know the sequence of upgrading and the reasons behind. ...
3
votes
2answers
576 views
Debugging in Dynamics AX
I'm facing some troubles still while learning, so I guess it tends to get worse once I play with the big kids: warnings in dynamics aren't as precise and informative as VS's, there are no mouse-over ...
3
votes
1answer
174 views
Syntax error in Ax
static void Job(Args _args)
{
int number=10;
do
{
print (strfmt("current number = %1", number));
number --;
}while (number != 0)
}
This is a job just for ...
3
votes
1answer
729 views
How do you empty an array in Axapta 3.0
Can someone please detail how to empty an array in Axapta 3.0?
Thanks!
3
votes
4answers
653 views
What is the best way to print columns from different tables on the same row using the Axapta reporting tool?
It seems like each body section in an axapta report can only print columns from a single table(consistantly). For instance:
I have a report that has the following tables: SalesLine, InventTable and ...
3
votes
1answer
2k views
3
votes
2answers
1k views
How can I identify an Axapta class Name from the class ID?
Please can someone help me make sense of the Batch madness?
I'm trying to debug an Axapta 3.0 implementation that has about 50 Batch Jobs. Most of the batched classes do not implement the ...
3
votes
1answer
2k views
How to create an X++ batch job in Axapta 3.0?
I'd like to create a batch job in X++ for Microsoft Axapta 3.0 (Dynamics AX).
How can I create a job which executes an X++ function like this one?
static void ExternalDataRead(Args _args)
{
...
}
2
votes
1answer
28 views
Dynamics AX 2009 Business Connector Permissions
In direct mode, what permissions does the Business Connector use?
In AX 2009, the Business Connector can run in direct or indirect mode.
In indirect mode, you use LogonAs to impersonate an AX user, ...
2
votes
1answer
31 views
Dynamics AX 2009 - Promoting a New Field Security Key to Live
We have an AX 2009 live environment running 4 companies.
As part of our development process we have been adding a number of new fields to forms, and applying security keys to these fields so that ...
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
2answers
175 views
Dynamics AX 2009: Displaying a name instead of an ID in a lookup field
I am creating a project in AX 2009 on a form. There is a lookup field called "SubsPersonName", which performs a lookup on the ContactPerson table using the following method.
public void lookup()
{
...
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
99 views
How do I close SalesQuotation Details Form in the background?
I have created some form in which it sended a few items to the sales lines in sales order detail form. What I need now is some logic to check if salesquotation detail form is open in the background ...
2
votes
1answer
383 views
Can I code in .NET/C# for Microsoft Dynamics AX?
I am a C# developer and want to start learning Dynamics AX. Please guide me can I use my .net/C# skills (knowledge of API) in Dynamics AX ?
I know AX is developed in X++ but some one tell me it is ...
2
votes
1answer
255 views
Increase capacity of a column in AX 2009
I'm extremely new to AX and am starting with something very simple. I need to increase the size of a column named Invoice. In the AOT, the StringSize property on the column is greyed out so I cannot ...
2
votes
2answers
3k views
How can you create a simple dialog box in Dynamics AX?
How can you create a simple dialog box in Dynamics ax?
2
votes
1answer
388 views
“this” vs. “element” keyword in X++
When writing code in X++ you sometimes need to reference this.functionYouWant() and sometimes it is element.FunctionYouWant(). Sometimes both are in scope. I often try one and if the function I want ...
2
votes
2answers
356 views
How do you hide a line in Dynamic AX reports?
In body of section I have 4 calculated fields. I want to hide a line when all four fields are 0 value. Please let me know your suggestions...
2
votes
2answers
654 views
Inserting invoice transactions with Dynamics AX / Axapta Business Connector
G'day,
OK, I have now rewritten this question totally:
I am trying to import data into Dynamics through the use of the Business Connector (ideally, I would be importing it directly through SQL but I ...
2
votes
4answers
2k views
Creating Tables and Retrieving Query results with Dynamics AX 2009 business connector
I'm writing a C# command line tool to fetch data from AX and to add data (create new tables) to AX.
Fetching data from an AX table is easy and documented here: ...
2
votes
2answers
274 views
Axapta Validation Class
I've written a method to handle regex validation in AX2009. Problem is that it always returns false, no matter what the expression or input string. Returns no errors, just 'false' Mind taking a ...
2
votes
1answer
476 views
Axapta: Find table by name in AOT
I would like to query the AOT to see if a table name exists using X++. Can anyone point me in the right direction or provide some sample code for doing that?
If table exists with the name (str ...
2
votes
2answers
825 views
Axapta: prevent user from changing form query with search
I've created a custom lookup form in Axapta 3.0 in which a user can select an OprId from a ProdRoute datasource. Before displaying the lookup the ProdId is set and may not be altered by the user. The ...
2
votes
1answer
340 views
How to get a list of methods on a table?
In Microsoft Dynamics AX, how do I get a list of methods on a table from C#?
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
966 views
How do I get the previous field value in the modifiedField method of a Dynamic Ax table?
I would like to be able to perform some logic in the table.modifiedField method which compares the previous value of a field to the new value. How do I get to the previous value?
2
votes
1answer
337 views
1
vote
2answers
22 views
How to copy the XPO files out of version control…partial code working, bizarre issue
I began upgrading our layers to Roll Up 7 while we still were developing in another environment with TFS turned on. We were at say version 1850, and by the time I finished, we were at 1900. So the ...
1
vote
3answers
31 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
1answer
24 views
Copying company data from one server to another, Ax 2009
We will soon be migrating company data from our pre-production server to production with Microsoft Ax 2009. I believe that there are two ways to do this and would like to know of any issues that ...
1
vote
2answers
46 views
How do I modify the default location of report library exports from ax 2009 into Visual Studio
I have a DEV, TEST, and a Production environment for Microsoft Dynamics AX 2009. I have set up SSRS reporting as well in each environment. When exporting a report library to Visual Studio, AX saves ...
1
vote
1answer
34 views
How to change the tab order of the controls in axapta?
How to change the tab order of the controls in Microsoft Dynamics AX 2009?
1
vote
1answer
42 views
Programming multi-threaded batch in X++. Not working for some reason?
Code is pretty straight forward. From the Vendor Details form, if you go Functions>Update 1099, a user wants to do this wide open on all of the vendors instead of manually doing it. I modified the ...
1
vote
1answer
70 views
Dynamics AX cross-company query with VendTrans and Global Address Book
I'm trying to create a simple cross-company query between VendTrans and VendTable. We have Global Address Book enabled so some entries are shared across companies. If I was writing SQL, it would look ...
1
vote
2answers
61 views
How to create a dialog with browse button using job in Axapta X++?
How to create a dialog with browse button(to browse a file) using job in Microsoft Dynamics Ax 2009 with X++?
1
vote
2answers
52 views
How to display a tooltip in Dynamics AX 4.0?
I'm looking to add hover text to a given column in a grid with row specific data. I'm planning on overriding the mouse-enter event, but I'm unsure how to populate a Tooltip and have it display next to ...
1
vote
1answer
54 views
how to check entered grid cell value present in table in Axapta X++?
If a value is entered in a cell of grid manually, then how to check that value is present in the particular table in Microsoft dynamics AX 2009 with X++?
1
vote
2answers
93 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 ...