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. This tag refers to the successor of AX 2012, also known as Dynamics 365 for Finance and Operations.
Questions tagged [dynamics-365-operations]
254 questions
1
vote
0 answers
Dynamics 365 FO Data Entities: staging table is empty
I am trying to test data entities on our D365FO ISV solution. So I created a data entity with custom entity SalesTable as data source. But exporting only creates an Excel file with a header but zero rows. Please see below.
SalesTable has data:
I…

analyzethat
- 191
- 1
- 16
1
vote
1 answer
Maximum number of disks to attach to Dev virtual machines in Deployment settings
What is the meaning of this number? How do I know how many disks I need for a developer box?

prodev42
- 6,389
- 8
- 32
- 35
1
vote
1 answer
What is the easiest way to restore D365's code base to original?
How do you restore the code base to fresh installation? I am having some build/sync issues and I would like to undo all my code changes and start over.

prodev42
- 6,389
- 8
- 32
- 35
1
vote
1 answer
Get SalesFormLetter class from SalesEditLines form formRun using PreHandler AX7
I need to make some changes on closeOk of SalesEditLines form. As I know, I am not able to change the standard methods, so I need to create an event handler for closeOk.
[PreHandlerFor(formStr(SalesEditLines), formMethodStr(SalesEditLines,…

Effy Sille
- 179
- 1
- 12
1
vote
1 answer
How to login with Microsoft Business Central Trial Account?
I want to start trial of 30 days for MS Business Central. For that I have created a trial account from https://trials.dynamics.com/Dynamics365/Signup/BusinessCentral. I have completed sign up process. After completion, it redirect me to Ms Dynamics…

Nanji Mange
- 2,155
- 4
- 29
- 63
1
vote
1 answer
Use CSS in D365 FO HTML Viewer
I have a form, that holds (beside other elements) a HTML Viewer.
This viewer gets input by calling
HtmlViewer.parmHtml('theCodeBelow');
Sadly, the control ignores the CSS being part of the string.
All I get to see is the plain HTML.
Is there a way…

Linus Wagner
- 151
- 1
- 1
- 8
1
vote
1 answer
ExtensionOf RdlContract using SysOperation in AX7
I am trying to add a boolean filter field to a standard TaxTransDetailRdlContract using SysOperation framework.
I have made ExtensionOf[classStr()] classes of Controller, RdlContract and UIBuilder and I have no luck.
The main error for now is "The…

Effy Sille
- 179
- 1
- 12
1
vote
0 answers
Dynamics 365 Data Entity Package Manifest Query Data Encoding
When integrating data with DFO365 we use Data Projects to integrate data from other systems. Definitions for these projects can be exported; giving a zip file containing multiple XML files; one per data entity in the project, a PackageHeader.xml,…

JohnLBevan
- 22,735
- 13
- 96
- 178
1
vote
0 answers
Where is the current place to go to report bugs/issues?
I know there is https://experience.dynamics.com for Ideas and there is a place where you can file support ticket on LCS. But what if when I am not working on any customer project and I want to report some bugs related to Visual Studio or D365…

prodev42
- 6,389
- 8
- 32
- 35
1
vote
0 answers
Visual studio does not show objects as added to version control
My objects are all added to Version control, but sometimes '+' sign left to it does not appear. If you go in pending changes I can see they are in VC and if you check-in all are checked-in correctly.
It's just annoys me that plus sign isn't…

user3801813
- 61
- 1
- 2
1
vote
0 answers
Connecting to Azure Warehouse Mobile Management with Warehousing App
I was giving the task to configure and test how the Warehouse Mobile Management works for Azure.
Setup:
I have found the Warehousing App, and set it up with the help of this video.
Our current setup:
We have a Dynamics Finance and Operations Web…

izack
- 11
- 3
1
vote
1 answer
DictTable CallObject
I am using the following code to dynamically execute calls to a table method that may or may not be present.
However, it always returns Error executing code: myTableName table does not have method 'myUpdateMethod'.
Dicttable dictTable;
…

Brad
- 1,357
- 5
- 33
- 65
1
vote
0 answers
Executing script (command against external database) after AX Entity export
I'm working on a project to create an external data warehouse using some data from Microsoft Dynamics AX 7. I am using the new BYOD approach which allows you to define an external database, and then use that database as the target when exporting…

tbone
- 5,715
- 20
- 87
- 134
1
vote
0 answers
How to pass values in a textbox in different forms? Dynamics AX7/365
I have two forms FormA and FormB.
From FormA, I will click a button to open up FormB.
Then I will click another button in FormB which will bring me back to FormA.
I have a custom textbox in FormA, which I need to pass value to it from FormB.
In…

m1gs
- 197
- 2
- 17
1
vote
1 answer
Performance testing in Dynamics 365 for Operations - no endpoint listening
Short error description:
Ms.Dynamics.Performance.CreateUsers.exe from PerfSDK throws error
There was no endpoint listening at https://mytest.sandbox.operations.dynamics.com/Services/AxUserManagement/Service.svc/ws2007FedHttp that could accept the…

10p
- 5,488
- 22
- 30