dynamics-ax-2012 Questions

2

Solved

How to build query with multiple values. I need to create filter which display only active BOMs in grid and I looking for solution. Here is my code which isnt working: public void executeQuery() ...
Bazaar asked 17/10, 2014 at 13:4

2

Solved

I'm still a newbie when it comes to Dynamics AX development. I'm working through a tutorial here. Once finished writing the code in C# and X++ the tutorial says to run the class and messages will...
Inclement asked 17/2, 2012 at 12:54

3

Solved

Is there a table, view, or procedure I can use to extract the values from a Base Enum using SQL (straight from the DB, not within X++)? I was able to find an isolated few in the table SRSAnalysisEn...
Pyrites asked 8/1, 2013 at 21:7

1

I have been struggling with this for a while now and can't seem to find a solution for my problem. I would really like some help here if possible, it would mean a great deal to me. I'm currently r...
Dotti asked 16/9, 2016 at 13:46

3

Solved

I want to add a CheckBox in my Dialog. I used this code: Dialog dialog; DialogField dialogField; NoYesId checkValue; ; dialog = new Dialog("New dialog with checkBox"); dialogField = dialog.addFi...
Headsman asked 4/6, 2015 at 8:5

4

Dynamics AX 2012 comes with unit testing support. To have meaningful tests some test data needs to be provided (stored in tables in the database). To get a reproducable outcome of the unit tests ...

1

I want to customize the standard drill-down functionality and add a text parameter to the drill-down URL. I will then parse and use the parameter in the SysStartUpCmdDrillDown or EventDrillDownPoll...
Heywood asked 24/5, 2016 at 9:33

4

Solved

Is there something similar to the famous toString() method of C# in Axapta? I try to run underlying code: info(this.dataSource()); But it gives me this error message: "Argument 'txt' is incompa...
Prepared asked 7/3, 2012 at 13:22

1

I want to make a customization into AX POS retail login module. instead of typing operator id and password, can i read externally and pass to POS with operator id and password? Regards, Rassal
Bandwagon asked 13/4, 2016 at 13:35

2

I've have been tasked with extending the general ledger posting for product receipt in an DAX 2012. In 2012 it seems to me that Microsoft har started a transition away from using the traditional L...

2

Solved

I'll be using SalesTable/SalesLine for the sake of this discussion. I have a simple form with two DataSources, SalesTable and SalesLine, with SalesLine joined to SalesTable. There is a header and ...
Emigration asked 19/10, 2015 at 20:25

2

Solved

Anyone have any tips/code snippets for preventing more than one copy of a custom X++ form from being opened at a time? Best case: Attempt to open another copy of the form, and the original gains f...
Gomulka asked 17/10, 2013 at 6:39

1

Solved

Does anyone know how to do a LEFT OUTER JOIN in a Dynamics AX View from the AOT (not a programmatically-created query). Can't seem to find a way to do anything other than an INNER JOIN, and the do...
Antipole asked 24/11, 2014 at 16:9

2

I have a SSRS report, in my report I have a dataset which has an ID and NAME field, then I created a parameter and set its value to ID from dataset and Label to NAME of dataset. I can see the label...
Repetitious asked 19/2, 2013 at 14:26

1

Solved

I am investigating the capabilities of the new delegate & event subscription pattern in AX 2012. At the moment I am looking to detect when a particular field has been modified, for example whe...
Naivete asked 4/10, 2013 at 10:40

3

Solved

My problem is setting some dimension values read from an external source. Given the AX 2009 statement: ledgerJournalTrans.Dimension = ledgerTable.Dimension; ledgerJournalTrans.Dimension[1] = "abc...
Aeolotropic asked 24/1, 2012 at 9:26

2

Solved

I'm currently working with a form that has a grid at the bottom. Whenever I hit f5, the grid refreshes, but the rest of the form does not. What can I do to make the entire form refresh it's data? ...
Monoclinous asked 3/10, 2012 at 13:57
1

© 2022 - 2024 — McMap. All rights reserved.