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.

259 questions
0
votes
2 answers

Client crashes during full compile in Dynamics AX 2012 R2 CU6

I just gave the new Contoso-demo-vm (Microsoft Dynamics AX 2012 R2 Solution Demo Package V3.0) provided by Microsoft a try. When I tried to execute a first full compile, the client crashed after a few hours. I enabled AOT log to see when the client…
Alexis T
  • 13
  • 1
  • 5
0
votes
1 answer

Set DeliveryName and DeliveryAddress in a Sales Order (Header and Lines) AX 2012 r2

I'm having trouble setting deliveryName and deliveryAddress from a sales order by X++ code. (SalesTable and SalesLine) in AX 2012. This piece of code will add an address to a sales order but it links that address to a customer like a customer…
NinoEmma
  • 127
  • 2
  • 12
0
votes
1 answer

Disallow creation of new records in joined datasource when "master" has no records

I have following problem in AX Background: two tables A and B, relation A:B is 1:N, B contains reference to A.recId dataSource B joins dataSource A using Active join both datasources are displayed in their own grids (records displayed in grid B are…
Jan Hruby
  • 1,477
  • 1
  • 13
  • 26
0
votes
0 answers

Lookup on limited baseEnum

I have a table set which contains two columns: setId and value. setId is referenced to a baseEnum setBE, containing the values A, B, C and D. Data in this table: A, 10 B, 20 D, 25 Another table setExt contains two columns: setId and…
Nico
  • 1,175
  • 15
  • 33
0
votes
1 answer

Configure ADFS for Dynamics AX 2012 Mobile Connector

I've been trying to install and configure dynamics AX mobile solution by following the instructions mentioned in the Whitepaper here On page 12 where you can validate if your service is set up correctly by opnening the url:…
0
votes
1 answer

Concatenating row values in x++

In AX 2012, Is there a way to display values from multiple rows in a single column like the way we have in SQL by using 'stuff' and 'for xml path keywords': https://www.simple-talk.com/sql/t-sql-programming/concatenating-row-values-in-transact-sql/
ahmed saud
  • 371
  • 1
  • 5
  • 13
0
votes
1 answer

Dynamics AX RGB Color Problems

Dynamics AX 2012 R2 I am using Image:rgb(r, g, b); to convert from RGB to integer colors. When the colors display, they are all shifted--the red and blue values appear to be swapped, but I think it is actually more complicated than that. 255,0,0…
Brad
  • 1,357
  • 5
  • 33
  • 65
0
votes
2 answers

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 field let's say 'MyNumberseqField' in Form…
Mohd Saddaf khan
  • 289
  • 2
  • 14
  • 26
0
votes
1 answer

Form refresh changes the record

I have a multiple records on a list page. When I edit a record then it works fine but when I refresh the details form, record is changed to the first record every time! I have checked, data source relations are working well! Problem lies somewhere…
0
votes
1 answer

Add SSRS Report Page List to Enterprise Portal AX 2012

I want to add SSRS report to Enterprise Portal AX 2012 R2. I've created new web menu item and define web menus based on the new web menu item. In EP the link have been created, but when I clicked the link it showing error "page not found 404". Can…
BSugitayasa
  • 3
  • 1
  • 5
0
votes
1 answer

Set AllowEdit field-by-field on table control?

Is there any possibility to prohibit edit on a single cell of a table? Just to underline - I'm not talking about a grid but about a table control on a form. Accessing a single cell via .cell(col,row) does not provide functions as…
Nico
  • 1,175
  • 15
  • 33
0
votes
1 answer

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; }
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
-1
votes
1 answer

The Web site SiteName does not contain a bin directory. Create a bin directory and try again

When I am trying to create a Web site in the AX 2012 Form I got the above error. I searched through the web but I am unable find a solution. I am attaching the screen shot. In the URL place previously I have http://Website.com now I have changed it…
-1
votes
1 answer

Master Scheduling Batch Job Throwing errors Dynamics ax 2012 R2

When we are running the Master Scheduling batch job, its getting Ended but we are having below errors in the Log. Any help would be appreciated. Thanks. Error Infolog for job Master scheduling (5637976151)\Infolog for task Master scheduling…
Raas
  • 261
  • 8
  • 25
-1
votes
1 answer

Cannot Start Application Object Server after change database connection in AXAPTA 2012 R2

I already create new database for Microsoft Dynamics AX 2012 R2 (MicrosoftDynamicAX, MicrosoftDynamicAX_Model & MicrosoftDynamicBaseline). All process has been finished and successfull, and then I try to change database connection in Control Panel >…
1 2 3
17
18