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
1
vote
1 answer
AddressCountryRegion table in ax 2012 R3
My form in ax 2009 is using method in table AddressCountryRegion::type but in 2012 r3 this table is prefixed as DEL so I wonder what is the equivalent of this table,method and enumeration in ax 2012r3?
user3824908
0
votes
0 answers
waitForIdleStateSync method in PCRuntimeConfigurator is taking long time to respond
I am using PCRuntimeConfigurator to generate a configuration by using customized methods. Some configurations are ok but some configuration are talking too long to respond. Upon investigating waitForIdleStateSync method is taking long time to…

Vivek Chirumammila
- 115
- 2
- 13
0
votes
0 answers
How to find queries in SQL that belong to a batchjob?
I am troubleshooting a long running batchjob in AX2012 R3. I am trying to connect the dots: I can see the batchjob defined in the Dynamics database, table "batchjob". Now I want to find out what's inside the batchjob, so I can see which queries…

pnauta
- 1
- 2
0
votes
1 answer
Fill the nullable .net service method in AX2012
I want to set argument in a .net service methot. This method parameter type Nullable'1.
I create a method which name is findLastDate, return type of this method is TransDate. But when run the process take an error ;
System.NotSupportedException:…

Mumble
- 141
- 1
- 8
0
votes
0 answers
To control the decimal point in real value AX2012
"
To control the decimal point in real value do the following :
1- right click on the real field and choose properties
2- go to NoOfDecimals property and put any number you want for example (1 or 2 or 3)
This means the numbers after the decimal…

Mumble
- 141
- 1
- 8
0
votes
1 answer
overriding displayOption to color certain lines according to a value from displayMethod
I am trying to override the displayOption on my form so that I color certain lines following certain conditions, When my condition was related to a normal field I had no problem with that, example code:
public void displayOption(Common _record,…

YOUSFI Mohamed Walid
- 570
- 4
- 14
0
votes
1 answer
other ax users can't see customizations till a day or two
I am having this problem on Microsoft dynamics AX2012, whenever I code new customizations (form changing, adding buttons, or even changing standard code on tables..etc. the other users can't see these changes and even codes in the background like…

YOUSFI Mohamed Walid
- 570
- 4
- 14
0
votes
1 answer
Form Optimization In AX2012/R3
We are using AX2012 R3 and our clients say that VendInvoiceInfoListPage form is too slowly. I checked custom development in this form, there isn't any custom development.
Our clients also say, when they are clicked NewInvoiceAction button, AX…

Mumble
- 141
- 1
- 8
0
votes
1 answer
learn batch job parameters AX 2012
I need to learn parameters of batch job in batch job form.
Go to the batch job form and find out the job description and first clicked on the view task, then click parameters. A dialog box like this will open;
Is it possible see in here parameters…

Mumble
- 141
- 1
- 8
0
votes
0 answers
AX .NET PricingEngine class - Cannot get Sales Transaction data, line data is ok
I have recently found an interesting article about using .NET Microsoft.Dynamics.Commerce.Runtime.Services.PricingEngine.PricingEngine to calculate the price and discount for an order:…

Tuan Le PN
- 364
- 1
- 12
0
votes
1 answer
Override method not being called from warehouse mobile application ax
I have been working on some requirement for advance warehouse mobile application in AX. The requirement was to do something when item is scanned. So in order to perform this I have registeroverridemethod of leave when item text box is build. The…

Zeeshan shaikh
- 341
- 1
- 5
- 24
0
votes
1 answer
AX2012 RouteOpr form shows all RouteOpr entries for a single ressource instead of the specific ones
My problem is that we inserted some routeOpr with the following logic (embedded in a job, see below) and now the RouteOpr form shows all the routeOpr entries in the RouteOpr Form no matter which ressource was selected.
Can someone please explain…

Thomas
- 21
- 4
0
votes
1 answer
How to get the selected Lookup value from a custom Lookup from ax2012
Dears,
I'm using Microsoft Dynamics AX2012 R3
The Case: I want to make a custom lookup in Inventory Management ==> Journals ==> Item Transactions ==> Movement ==> Lines
I want to relate the Item Id to show all lines in the SalesLines Table in order…

Marlis Havroc
- 43
- 7
0
votes
0 answers
when ReportRun.run() execute, operation finish AX2012
I want to attach a report in e-mail. Format of report is PDF. And i use this code for save report with PDF format;
Args args;
reportRun reportRun;
args = new…

Mumble
- 141
- 1
- 8
0
votes
2 answers
Dynamics Ax EDT Filter
Hi I'm sorry for my English
I made an EDT that relation with table field and use EDT on StringEdit for make lookup.
Here is my problem. When I use EDT on StringEdit All records coming into but i want to get only 'CostCenter' valued ones

yalcinpkr
- 15
- 4