Questions tagged [dynamics-ax-2012-r2]

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family.

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. R2 revision was published on Dec. 2012 (kernel build 6.2.158.x)

Axapta was initially released in March 1998 in the Danish and U.S. markets. Today it is available and supported in forty-five languages in most of the world.

MorphX is the IDE where development and modification are done. It resided (until Dynamics AX 2012) in the same client application that a normal day-to-day user would access, thus allowing development to take place on any instance of the client.

X++ is the development language used in Dynamics AX. It belongs to the curly brackets and dot-operator class of programming languages (like C# or Java). It is an object-oriented, class-based, single dispatch language. X++ supports garbage collection and SQL queries are integrated in the language.

Se also Wikipidia article.

252 questions
7
votes
1 answer

Dynamics AX 2012: Conversion failed when converting date and/or time from character string

In AX I have several entities. When I try to post unposted timesheets it works fine for all entities except of one where I'm getting SQL error: "Conversion failed when converting date and/or time from character string" The call stack is below: In…
AYETY
  • 646
  • 3
  • 20
  • 36
6
votes
2 answers

Dynamics AX 2012 - changing the general ledger posting of product receipt

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 LedgerVoucher, LedgerVoucherObject and…
5
votes
2 answers

How to pass more than one record between two forms?

I want to pass more than one record between two forms. The user opens Form-A, selects multiple records and then clicks a button that opens Form-B. In Form-B there are two (or more) StringEdit controls and they should display values from the selected…
ulisses
  • 1,347
  • 1
  • 31
  • 69
5
votes
1 answer

Table Update Event Handler

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 when SalesTable.SalesStatus is changed to…
AnthonyBlake
  • 2,314
  • 1
  • 22
  • 38
4
votes
2 answers

How to do multi-select so that multiple selections on a parent datasource will display combined child datasource

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 lines grid. The header grid has property…
Alex Kwitny
  • 10,154
  • 2
  • 41
  • 66
3
votes
1 answer

How to make query range mandatory?

I have an AOT Query object. How can I make a range a mandatory field?
William YK
  • 741
  • 6
  • 21
3
votes
1 answer

Dynamics AX Preload Behaviour

Questions Does the user option preload refer to caching on the client or on the server? Are there any ways to make this occur asynchronously so that users don't take a large performance hit when first requesting data from a table? More Info In…
JohnLBevan
  • 18,988
  • 5
  • 75
  • 151
3
votes
1 answer

How to get a list of all Display Methods in a table?

I need to get a list of all display methods in a table, and I can't seem to find anything about this on the web. Anyone know how to do this?
Heygar
  • 543
  • 1
  • 6
  • 19
3
votes
1 answer

Drop dialog on a list page not disappearing automatically

When I add a drop-dialog to a list page, the drop dialog drops down when I click on it, but does not disappear when I click somewhere else. I am trying to add my own drop-dialog, but I can reproduce this issue with standard Dynamics AX objects. I…
3
votes
1 answer

Dynamics AX 2012 R2 - swapping out a preview pane dynamically depending on the record selected

I have a problem I'm trying to solve and I'm really not sure I'm, A) solving it the correct way, and B) able to do what I want. I have a List Page that is a basically a summary table (transportation table) that has a record in it for every Sales,…
Richard
  • 55
  • 1
  • 3
3
votes
1 answer

Filter Blanks when link is by RefRecId

I have created a new table QueryCodes and used the new surrogate key functionality in 2012. A Foreign key relationship has been added to SalesTable using a RefRecId as per the new RecID foreign key guidelines. This all works great and I can now…
AnthonyBlake
  • 2,314
  • 1
  • 22
  • 38
3
votes
2 answers

How to confirm If current request from EP AX 2012

I am sure there will be some helper method/class to confirm whether the current request originated from Enterprise Portal or from Client in AX2012R2. I just cant find it. Can you please point me to it? Thanks
3
votes
3 answers

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 success.. this.finishenabled() -- on…
Mohd Saddaf khan
  • 279
  • 2
  • 9
  • 26
2
votes
2 answers

Return one record from a form data source

I have a form with an existing data source. This data source has a one to many relationship to another table that is not an existing data source. Even though this second table contains multiple records (one to many), the field in the table that I…
Count Boxer
  • 601
  • 3
  • 10
  • 23
2
votes
1 answer

Dynamics AX How I can open a table in a brand new window and not inside developer window

A dummy quastion regarding AX 2012, Do you know how to open a table window from AOT in a brand new window?? At the moment my cliet opens the tables from the AOT inside the developer window and not as indipendent windows as in the past. Thank you…
Nikos Kou
  • 175
  • 2
  • 15
1
2 3
16 17