Questions tagged [dynamics-ax-2012-r3]

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.

229 questions
1
vote
1 answer

AX X++ return reader form method and close connection to database

Dynamics AX : I am fetching data from an external server using OLEDB Connection in X++ class in order to insert it into the application/AX database . However, I have created a class that contains a method getreader this method will create a…
1
vote
1 answer

Create stored procedure from x++

Got myself into trouble today trying to create a stored procedure from ax. Here is a simple example: static void testProcedureCreation(Args _args) { MyParamsTable myParams; SqlStatementExecutePermission perm; str sqlStatement; …
1
vote
1 answer

Sales Quotataion Confirm Button (Disabled/Enabled) AX Dynamics X++

I would like to enabled/disabled the Confirm (MenuItemButtonName: ButtonUpdateConfirmation) button under Sales and marketing -> Common -> Sales quotation -> All quotation -> Follow up when selecting records on Grid list. Currently, the Confirm…
Bryan
  • 1,245
  • 5
  • 22
  • 37
1
vote
1 answer

addAttributeRangeToQuery duplicates records in my result

I am joining GeneralJournalEntry and GeneralJournalAccountEntry in the first part of my query. I am hard coding the MainAccount for now as i am not sure on how to properly use DimensionProvider class. query = new…
Olaru Mircea
  • 2,570
  • 26
  • 49
1
vote
1 answer

Released Products Screen opening with no data AX 2012

I have imported Product,Released Products using DIXF. I have two legal entities like US, AUS. After importing i opened Products, Released Products screens from US legal entity. They are opened perfectly fine. When I move to AUS legal Entity and…
1
vote
1 answer

NumberSequence with different formats

We have a scenario where the desire is to have a different number sequence for replacement orders vs sales orders. Sales Orders have a strictly numeric number sequence defined, ######. We've created a number sequence for Replacement orders,…
tsweatt
  • 85
  • 2
  • 9
1
vote
2 answers

How can a project under the private node be moved to the shared node?

I have a project which is under the Private projects node in Dynamics AX. I want to move that to the Shared projects node. When I try to drag it to the Shared projects node it is asking me to delete the project and create a new one under the Shared…
Raj
  • 85
  • 14
1
vote
1 answer

Similar Function to MenuItemDisplayStr() as non-intrinsic? (AX 2012)

I am writing a class that needs to validate a string as an existing menuItem. Ideally, I would need something similar to MenuItemDisplayStr(), but I need it to use that function at runtime as opposed to compile time. Is there something similar…
zranes
  • 11
  • 2
1
vote
1 answer

NetTracer event logging in Dynamics AX

I am writing a payment connector for Dynamics AX 2012 R3 using the payment SDK. In the payment sdk trace events are being raised using the Microsoft.Dynamics.Retail.Diagnostics.NetTracer class. NetTracer.Error(string.Format("Calling…
Danielg
  • 2,669
  • 1
  • 22
  • 17
1
vote
1 answer

Installing AX 2012 R2 KB item to R3

We are running Microsoft Dynamics AX 2012 R3 CU8. Our customer wants to start using the rolecenter, but we found problems around importing Web URI into the AOT. There is a hofix for this (KB2894068), but it is for R2. The Microsoft LCS titles it:…
1
vote
2 answers

Menu item not available in UI if user does not have sysadmin role

I have created a form and placed it on UI by using menuitem. I imported the code in test environment. End user doesn't have sysadmin role. So he is not able to see the Form button on UI. When we give sysadmin it showing him the form UI button. How…
1
vote
1 answer

AX 2012 R3 error message: Out of memory

While I try to start my AX client, it raises up to 1.9 GB on memory consumption. A little after that an info box pops up with the message: "Out of Memory". My environment currently runs on 6 Gbs of RAM. Another user tried to login using his…
JoseStack
  • 167
  • 2
  • 12
1
vote
0 answers

Call C#(codebehind) with Ajax in AX 2012 Enterprise portal

It seems like the only possible way to call a method in codebehind is with Ajax. Ajax calling WebMethods or ajax calling an asp webservice (asmx). The problem is that I'm working with Microsoft Dynamics AX 2012 Enterprise Portal and creating…
1
vote
1 answer

How do I add a default filter in a Dynamics AX 2012 R3 List Page

For example: in the SalesTableListPage I would like to apply a filter automatically when the form opens. I would like this filter to appear in the standard filter area, as shown below. And I need this filter to be done from the AOT, so that the…
1
vote
1 answer

InventTrans and InventJournalTrans tables

Starting with: InventJournalName The InventJournalName table contains information for inventory journal names. The table is used to initialize inventory journals and assign the default values from the InventJournalName table to the inventory …