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
0 answers

Ax 2012 r2 and r3 dixf client tools side by side

This is a question related to non-prod testing and evaluation I know it's technically possible to have the Ax 2012 R2 client installed locally and have a copy of the R3 Client installation folder copied locally to allow a user to access both Ax 2012…
AxDude
  • 11
  • 1
1
vote
2 answers

Table synchronize error. Cannot drop the index because it does not exist or you do not have permission

I added a field to this table: STG_INVOICE_SUP_VW But then I wasn't able to synchronize the table so I deleted it. Now if I'm trying to synchronize any table it's throwing this error below: Cannot execute a data definition language command on ().…
Mohammad Yusuf
  • 16,554
  • 10
  • 50
  • 78
1
vote
2 answers

ax2012 r3 upgrade kernel tries to create ghost unique index

I am trying to upgrade my AX2012FP to the R3 version , but during the process I am getting errors on the synchronisation (so right after presync) . One of the errors is the following: SQL error description: [Microsoft][SQL Server Native Client…
1
vote
1 answer

Operand types are not compatible with the operator in ax 2012

for bellow code i am getting the error like Operand types are not compatible with the operator. operand types are as followed. str fileName; int hfile; hfile = WinAPIServer::createFile(fileName); the code is directly copied from the bellow…
1
vote
0 answers

Dynamics AX SSRS not showing recent data

i have an issue with a report in dynamics. I have an invoice report (more specificly EInvoiceReport_MX), and im printing some variables, the problem is that the users sometimes, they edit the info of the CustInvoiceJour table, to show more…
1
vote
0 answers

AX Flush method - InventAging

We are using AX 2012 R3 and having a customization on Inventory Aging Report. I have a problem after we customized the InventoryAging report datasource, we added a new View in main report view (InventValueReportView) to came up with our expected…
Bryan
  • 1,245
  • 5
  • 22
  • 37
1
vote
3 answers

Getting a subtotal in an SSRS report

I have what ought to be a very simple issue, but I can't seem to solve it. I have a master/detail report. It's actually two reports. One for the master records and then a subreport for the details. This is actually in Dynamics AX (which is why this…
Pete
  • 6,585
  • 5
  • 43
  • 69
1
vote
1 answer

Copy table data from one object to another object AX 2012

I'm trying to do a Job which used to Copy and insert Journal Names from one entity to another entity. Below code able to handle only fields only I hardcoded. But I'm trying to do a code which will be useful in future i.e if we add new custom field…
1
vote
2 answers

handle exception in try catch block

I have a switch case scenario where I know beforehand that there is a high level of opportunity that the user might not set the the rules with the right categories. it's totally ok for me as soon as i can pop up a dialog showing instructions what to…
1
vote
1 answer

Visual Studio 2013 Crash When Rebuilding SalesInvoice SSRS Report

I am facing VS crash problem after copying SSRS report design. I need to modify SalesInvoice SSRS report. Our normal practice is to make a copy of the design we are going to modify before starting modification. Before i copy the design (design_1), i…
1
vote
1 answer

How to find Business Unit Related to the Sales Order in tables?

I have a requirement, where I need to create a form to display sales order details along with Business Unit. I tried all the tables, but not able to figure out how can I get Business Unit for that Sales Id. Can some one please help? I have salesId,…
Raj
  • 85
  • 14
1
vote
1 answer

AX 2012 AIF Outbound - Released Product and Linked data in 1 XML file

I'm on AX 2012 R3 CU10. I need to export Items data (Released Products) in XML format. But also related data like: Translations (Product > Languages > Translations) Site Specific Order Settings for Sales, Purch and Invent (Manage inventory > -…
Bjorn Mistiaen
  • 6,459
  • 3
  • 18
  • 42
1
vote
1 answer

Moving some Objects from Ax 2012 to Dynamics 365

How do I move a project (an XPO file), (tables, forms) from Ax 2012 R3 to Dynamics 365?
1
vote
1 answer

Get List of Dimension Segments and Values

For a piece of integration, it has been decided to provide a view that can retrieve a list of values for a particular dimension segment. Validation doesn't matter at this point, there is already some fairly robust validation down the line, but I'm…
tsweatt
  • 85
  • 2
  • 9
1
vote
1 answer

AX 2012 AIF Outbound port Data Policy - override mandatory fields

I'm on AX 2012 R3 CU10. I need to export Items data in XML format. I've created an outbound AIF port, based on service operation EcoResProductService.read. While selecting Data policies, AX won't let me untick the checkbox for…
Bjorn Mistiaen
  • 6,459
  • 3
  • 18
  • 42