Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family. The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX.
0
votes
0answers
3 views
Number sequence issue Ax 2012?
I have created a New number sequence named 'MyNumberSeq' using Number sequence form under Organization administration Module in AX 2012.
Now, I am using this number sequence in a form in some static ...
-3
votes
0answers
15 views
Confused on what to to learn? Microsoft Dynamics CRM or ERP? [closed]
I have some(2 Years) experience in .Net, C#, ASP MVC4. Now, I wanted to upgrade myself for the better opportunities by learning Microsoft CRM or ERP? Which one to learn?. I am basically interested in ...
0
votes
2answers
20 views
Truncate table via web service
Hi does anybody know if its possible to truncate a staging table via a web service in AX 2012? There is the delete method, however this is a bit slow for a large number of records.
1
vote
2answers
66 views
Print Sales Quotation report to PDF AX 2009
I am currently on AX 2009 SP1 Rollup 7. I am attempting to create a PDF when my method is ran sending a quotation Id from the CustQuotationJour table to the SalesQuotation report.
The method works ...
0
votes
1answer
32 views
Form refresh changes the record
I have a multiple records on a list page. When I edit a record then it works fine but when I refresh the details form, record is changed to the first record every time!
I have checked, data source ...
1
vote
1answer
40 views
Invalid field/related field combination
I'm trying to make an entity like vendor in ax 2012. When I click the "new" button I get following error;
Invalid field/related field combination.
I have looked for it on search engines and ...
0
votes
1answer
44 views
Dynamics Ax outbound xml transformation
This xml generates from Dynamics Ax which need transformation (XSLT): Need to create an XSLT in order to get intended outbound xml file
<?xml version="1.0" encoding="UTF-16"?>
<Envelope ...
0
votes
0answers
99 views
AX 2012 Labels in SSRS Unbound Parameter
I have a SSRS report in AX 2012 with a parameter, where Values is set to "Unbound Values" (Non-queried). In the popup for adding values, I have added a couple of lines with a value and a label like ...
0
votes
1answer
51 views
Fields not displaying in SSRS report using Display method
I am trying to display the field in the SSRS report using the Display method. I created a display method in a table which returns the required value. I then selected that display method as the field ...
-1
votes
1answer
107 views
SSRS Report Detailed Trial Balance error “The field with ID '0' does not exist in table 'LedgerTrialBalanceStagingTmp'”
I've been trying to open a report in the General Ledger > Reports > Detailed trial balance. In the form, I input a parameter for Ledger account.MainAccount. When I click OK, I got an error:
Error ...
0
votes
0answers
13 views
Activating/Deactivating aif ports using a script
I've searched google and also this site but am having trouble finding any examples for this. Does anyone have any suggestions?
0
votes
0answers
35 views
Access COM DLL from MBS Axapta 3
We have MBS Axapta 3 in our company. The boss doesn't want to migrate to a later version of Dynamics AX, so I'm stuck with this.
Basically what I'm trying is to access my own COM DLL from Axapta's ...
0
votes
2answers
74 views
Errors 10001 Internal Error The transaction could not be loaded
I am encountering strange issue with Paypal sandbox account. While testing Credi Card Authorize command all Visa type of card are authorized sucessfully but credit card of type Master Card are not ...
1
vote
2answers
246 views
How can I generate CIL from X++ in Dynamics AX 2012?
Is it possible to generate CIL (either incremental or full) from within X++ code or the command line?
My problem is that I want to import a model or xpo into AX, and I need the CIL to be generated ...
0
votes
1answer
39 views
Getting associated trade agreement (PriceDiscAdmTrans) from a record in SalesLine table in dynamics ax
How do I get the associated record in trade agreement journal (PriceDiscAdmTrans) from the record in SalesLine Table?