Questions tagged [dynamics-ax-2012]

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.

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 is 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 is integrated in the language.

Se also Wikipidia article.

1211 questions
0
votes
1 answer

Enterprise portal development - binding AXDropdownBoundField control to an enum

I am new to EP development.I need to bind an AXDropdownBoundField control to an enum from code behind. I do not see an ItemDataBound event here. Is it possible? I do not want to use asp:dropdownlist here.
0
votes
1 answer

Some labels are invisible, when using Dynamics AX 2012 over Citrix

I connect to Dynamics AX 2012 via Citrix. Everything works fine but in some screens the controls have no text. The caption is empty. I think there are very few users with this problem, but I ask this question to get ideas which could help fix the…
Tassisto
  • 9,877
  • 28
  • 100
  • 157
0
votes
1 answer

How to use a DataSource based on condition being true?

I'm currently trying to build a query that uses a datasource based on a particular condition being true. Say "if value == 1, use datasource 1. If value == 2, use datasource 2. These tables are already a couple of levels into my datasources.…
Mr. Dynamic
  • 499
  • 4
  • 6
  • 11
0
votes
1 answer

General Journal AIF Services can't import offsets account of type customers - AX 2012

I am trying to import data from a CSV file to AX 2012, using AIF, and consuming the Web Service through C# Web Application. The data that I am trying to extract is from: The web service I am using is the basic GeneralJournalService. The code used…
Tito
  • 722
  • 4
  • 26
  • 55
0
votes
4 answers

how to protect the x++ source code

Is there a way to protect or hide custom code written in X++ for AX customization. I have made some new custom Forms, Tables, ...etc, on AX and i would like to hide the source code of my customizatzaion.
user1523055
  • 11
  • 1
  • 3
0
votes
2 answers

AIF or Data Migration Framework [AX 2012]

I was importing some entities to AX 2012 using AIF and consuming the web services through an C# ASP.Net application. I already made it for Customers,Vendors,Workers,Chart of Accounts and now starting General Journals. Some customization I could find…
Tito
  • 722
  • 4
  • 26
  • 55
0
votes
1 answer

refresh an int64edit and get selected element

Refresh an int64edit and get selected element. I have an int64edit, when I select a value I would like to get back this value. Which method should I use or override ? I tried to override the method " validate " In which I used ValueStr to get the…
jawhar_m2
  • 23
  • 5
0
votes
1 answer

About Data Dictionary

I'm working with Dynamics ax 2012. I'm finding a way to create foreign key with dynamics ax. I try to create new -> relation -> new -> foreignkey -> primarykey based I successfully created this relation but when I look the database in SQLSERVER2008…
jawhar_m2
  • 23
  • 5
0
votes
3 answers

How to import XML file in to Dynamics AX 2012?

I am wondering which is the best way to import XML file like (purchase orders) into Dynamics AX?
user1444627
  • 1
  • 1
  • 1
0
votes
1 answer

Creation of ledger dimension account for a vendor type account

I have to create a ledger dimension account (with a given default dimension) for a vendor type of account. Is it possible to create a ledger dimension account for vendor type of account? How can I do this?
0
votes
2 answers

Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics

I started Dynamics AX 2012, I try to compare classes before importing them and I get this error: Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics. Could someone tell me what could be the…
Tassisto
  • 9,877
  • 28
  • 100
  • 157
0
votes
3 answers

Dynamics AX Suppress Column in Two-Column Replacement Key

I'm using replacement keys to clean up forms with foreign keys. Single column replacements work great. Multi-column replacement keys work fine, but the presentation isn't great if one of those columns in that index isn't meant for users to see. Is…
Brad
  • 1,357
  • 5
  • 33
  • 65
0
votes
1 answer

Enterprise portal page on Dynamics AX 2012

I am using Dynamics AX 2012 Hyper-V image and Dynamics AX client works perfectly. But my EP home page is not coming up. It gives an error like below. Message: An unhandled error has occurred. To view details about this error, enable debugging in…
Harry
  • 145
  • 1
  • 4
  • 13
0
votes
1 answer

Client assembly

Can anyone please tell me what is 'Client Assembly'. And why do we use it. I am new on AX. Kindly help me understanding the things. Thanks.
Pankaj
  • 501
  • 1
  • 5
  • 16
-1
votes
1 answer

How to move AX 2012 Version Control TFS to another server keeping the same Sync Repository configuration?

My Dynamics AX 2012 DEV environment is attached to TFS - Team foundation server. I moved the AX AOS to another Server (keeping the same SQL database Data and Model), in this way I copied in to new server my previous Repository, and I attached again…
ulisses
  • 1,549
  • 3
  • 37
  • 85