Microsoft Dynamics AX 2012 R3 is an Enterprise Resource Planning (ERP) application. Use this tag for questions relating to this final update to the 2012 version, being replaced by Microsoft Dynamics AX 7. Do not use this tag regarding earlier versions or other ERP applications.
Questions tagged [dynamics-ax-2012-r3]
229 questions
0
votes
1 answer
Sync Data(Table) between AOS & Retail POS
We have a requirement to download InventBatch Table (and some custom tables) to Retail POS databases, i am looking for a solution (preferably official) to achieve this, please point me about Microsoft article or if anyone have achieved this, please…

alphaprolix
- 601
- 2
- 10
- 25
0
votes
1 answer
Adding Existing Index in a table (which is made of two fields) as Primary Index? ax 2012
I have an index TestIndex in my table with two fields: Code1 and Code2.
Index Properties: Allow Duplicates:No, AlternateKey: Yes
Field Properties: Mandatory:Yes AllowEdit:No
When I got to Table Properties PrimaryIndex:SurrogateKey.
I want to change…

Raas
- 261
- 8
- 25
0
votes
2 answers
Return UTCDatetime in computed Column
How to return a UTCDateTime in a computed column in an AX view?
I have two fields (date and time); time is stored as int (seconds from midnight) internally. To remove duplicates I need to convert this to a UTCDateTime and am trying to achieve this…

Nico
- 1,175
- 15
- 33
0
votes
1 answer
AX 2012 R3 Azure Deployment
I have deployed a Dynamics AX 2012 R3 environment via Lifecycle services and Azure. The environment is deployed. I can rdp to the servers in the environment. I've compiled the application and CIL. The only company I can "see" is DAT. I was…
0
votes
2 answers
Using PHP to Update Dynamics AX 2012 Workflow
I am currently attempting to set up a PHP script to communicate with Dynamics AX 2012 and update a workflow (i.e. approve and reject), and after reading this post I believe it can be achieved using the business connector - however I also read a lot…

Brendan Goodenough
- 117
- 3
- 12
0
votes
1 answer
Little locks inside form fields when using security roles other than System Administrator
Currently we are working on an upgrade of the current system AX 2012 R1 to AX 2012 R3. After upgrading the code we started to test the security using the old security roles and discovered one problem. On one of our custom forms, when I try to add…

Dimitry F.
- 53
- 6
0
votes
2 answers
Grid tables - quantity of rows AX 2012 R3
I've created form with two grids. Each grid has got diffrent data source without any relation between them. When I'm creating a range on DS1 its affecting not only grid1 with ds1 but also grid2 with another data source. It's cutting records in grid…
user3824908
0
votes
0 answers
BIDS report from multiple SQL servers
I have to develop a report through Business Intelligence development Studio from different SQL Severs of different versions(EG: 2014 & 2008). I have tried Linked servers and using SP but I am looking where I can use a single data set while…

Vivek Chirumammila
- 115
- 2
- 13
0
votes
1 answer
AX2012 X++ Partial posting of Purch lines
I want to post the invoice of selected lines of purch order(PO) through code. need help in the code.
can anyone help me with coding ?

tushar TAZz
- 64
- 3
0
votes
1 answer
pass argument into method from Map AX 2012
How to pass an argument into method when is in map?
I'm trying to create excel file with dynamic values from table. In map I have some references to records in table like BOM.BOMid and I want to pass this like an argument to this function not like…
user3824908
0
votes
1 answer
How to programmatically link Field in Enterprise Portal AX 2009 to open a specifical File
I'm a new beginner in Microsoft AX. I have a problem in AX 2009. I create a Table ImportFile with 2 Fields,("FileName-->Typ:String", "FileDocuValue-->Typ:Container"). When the User import a CSV-File it will be save in the Table ImportFile.
Now in…

steffleo
- 35
- 5
0
votes
2 answers
What is a proper way of using reflection in AX?
Sometimes, when I need to do more complicated stuff than change one value in datasource, I would like some method on caller. For example I have a form A with overview. Form A has method setName() (I define). I open a related detail (form B). I…

boucekv
- 1,220
- 2
- 20
- 47
-1
votes
1 answer
How do i get the Count of InventSerialId from InventDim
How do i create a query or using select to get the count of InventSerialId base on a given Itemid, InventLocationId and where the inventSum.PhysicalInvent > 0 or inventSum.Picked > 0.

simon peter
- 403
- 8
- 19
-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…

venkat pasumarti
- 138
- 1
- 1
- 12
-1
votes
2 answers
How do I specify the server address for the .NET Business Connector installation?
I'm trying to install the .NET Business Connector for Dynamics AX 2012 R3 but during the installation I get an error message indicating that the AOS cannot be reached. The server mentioned in the error message does not exist.
How can I tell the…

Kempeth
- 1,856
- 2
- 22
- 37