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
0
votes
1 answer

How to get the Journal Number of an invoice when entering "Lines"?

I am trying to get the journal number (Red box) from the invoice journal. I have a button inside the Lines (blue box), however in order for it to work I need the Journal Number (red box) when I clicked the Lines (blue box).
m1gs
  • 197
  • 2
  • 17
0
votes
1 answer

Auto Extract Interface in AX2012 X++ Code Editor

Is there a function in X++ editor that lets you auto-extract an interface after implementation? Likewise there is such a function in Visual Studio that is auto-extracting an implemented interface by providing method stubs for all the methods needed…
Stef
  • 23
  • 4
0
votes
1 answer

When adding a related row through a FactBox more... link, the new row is not linked to the parent. Bug or am I missing something?

I'm working through the Veterinary example (see below) for Dynamics AX 2012 and have created a FactBox that shows all the pets of the currently selected customer. I've previously added a form that allows new pets to be added and linked that form to…
Kempeth
  • 1,856
  • 2
  • 22
  • 37
0
votes
2 answers

Error when adding field to Inquiry form

Working with the Voucher transactions inquiry, I've added a custom field to the GeneralJournalEntry table. When I try to add this field to my inquiry form, it adds correctly (renders as a drop down), and I can input a value or select one from the…
tsweatt
  • 85
  • 2
  • 9
0
votes
1 answer

Records inserted in AgreementLineQuantityCommitment does not appear in Form ax 2012

I am trying to insert new Lines in AgreementLineQuantityCommitment,and they are inserted in table but do not apperar in form,the code is : Any suggestion? LineqtyComm.initValue(); select firstOnly LineqtyComm where…
0
votes
1 answer

AX 2012 AIF Service don't retrieve table on XML

for a project I need to change the AIF service called "SalesSalesEInvoice". In particular, I need to retrieve the CustPaymModeTable on the result XML. In the query used by the service, this table is present and is joined with CustTrans…
0
votes
0 answers

xmlns:message Tag Replacement

I am using Advanced Bank Reconciliation in Ax 2012. XSLT inbound transformation has this values in file
0
votes
1 answer

AX 2012 R3 Visual Studio project C# parsing errors

I am writing a wrapper for SSHnet dll from renci (https://sshnet.codeplex.com/), so I can fetch files from a sFTP server via Dynamics AX periodically. When I catch errors in C# project for example in a try catch statement how can I parse the error…
cel0x
  • 25
  • 5
0
votes
1 answer

Dynamics AX : error while importing data from excel on client

I did a custom X++ code to import data from Excel to General Ledger, however the import works very well on the server directly but while running it from the end user(client) it imports several records (like 24 records) then throw an error the…
khaled alomar
  • 673
  • 4
  • 25
0
votes
1 answer

Which ALD file need to select in Import label files into the model store during upgradation

I am doing upgradation from AX2009 to AX2012 R3 CU11, I have doubt on Import label files into the model store in the code upgrade checklist. Here which label file I need to select like, Is EN-US ALD label file enough or else need to import all ALD…
0
votes
0 answers

How to Create a SubReport in Dynamics AX 2012 R3

http://mcaconnect.com/blog/how-to-create-a-subreport-in-dynamics-ax-2012-r3/ I gone through this blog, now my issue is sub report is not displaying, getting error like: Error: SubReport Could not be Shown SubReport->Properties->Parameters (Which…
Betta
  • 13
  • 1
  • 7
0
votes
1 answer

In Dynamics AX : what type of FactBox added to a listPage, will appear only in the client environnement

I need to ensure that a Fact Box I add to a AX 2012 list page will appear only in the client environment. Which type of Fact Box should you use? - A. Cue Group - B. Cue - C. Form Part - D. Info Part I m preparing for the Ax 2012 R3…
rawdha
  • 89
  • 1
  • 9
0
votes
1 answer

insert records in different tabpages

I have a problem with my form TabPageContent: I have to create several tabPages, each tabPage contains grids with "New" button, all these grids point to the same datasource. when I click on "new" in tabPage 2 the cursor changes to tabPage1…
0
votes
1 answer

AX2012 Print txt file to printer

i have a problem when printing a text file from AX2012 R3 to a specific printer. Here is my source: public void printToPrinter(str _text, str printerName) { #File     System.Diagnostics.ProcessStartInfo processInfo;    …
Carsten Cors
  • 2,505
  • 2
  • 14
  • 21
0
votes
1 answer

Filter Product Name in RetailProductDiscount Form productLookup ax 2012

I need to add the field of ProductName filterable in the ProductLookup field in retailPeriodicDiscount form. It is strongly connected to EcoResProduct and I can't use any other lookup field or method. So, I need to add the product name field to…
Axer
  • 1
  • 3