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
0
votes
1 answer
Reproduce button action on tab page
On LineDetails form we have tab page [Areas]. Under that tab page is button [Read Areas] . That button is redundant and there is no need for it, as that action which is occurred when clicked on it should be done when tab page [Areas] is opened.…

DarthCSharper
- 133
- 1
- 13
0
votes
1 answer
How to get Buttons (button name and button property) belong to a Form in D365 FO (AX)
I need to get buttons (Menu item button/ button) and their properties belongs to a Form
For example: "CustTrans" Form
I need all buttons belong or exist in this Form
Result: all buttons on a treeNode, organized by design
Question: How to get…

Adnane
- 21
- 6
0
votes
1 answer
Accessing a DataEntity : InvalidoperationException, "The given model does not contain the type 'Microsoft.Dynamics.Ax.Xpp.EdtArray`1[System.Decimal]"
I am struggeling with a DataEntity that is created from a view. The scenario is that the entity will be used by PowerBI via the "/data" url from a d365 instance. When the entity is requested and the json should be generated nothing happens. When i…

D.J.
- 3,644
- 2
- 15
- 22
0
votes
2 answers
Dynamics 365 Finance and Operations SalesOrderLineEntity validation extension
I'm still fairly new to x++ development. I'm trying to add some validation to the SalesOrderLineEntity to stop users importing qty's that are not divisible by multiple qty.
This is how far I've gotten, I can't workout how to write in x++ (if…

jhowe
- 10,198
- 19
- 48
- 66
0
votes
1 answer
How to get the control that was clicked from the caller form?
Using the following code in a chain of command class, I am able to find the caller form:
Object caller = this.args().caller();
How do I go about finding the control that was clicked in the caller form from chain of commands?

Alex
- 4,821
- 16
- 65
- 106
0
votes
0 answers
"A type named 'Product' could not be resolved by the model. When a model is available, each type name must resolve to a valid type." in D365
I am trying to update the Product entity and getting the following error
"internalexception":{ "message":"A type named 'Product' could not be
resolved by the model. When a model is available, each type name must
resolve to a valid
…

thamatam kiran
- 89
- 10
0
votes
1 answer
Dynamics365 details master pattern, always loading first record, how to tell when the new button is pressed?
Using the Details Master pattern. When the form initially loads it shows a grid. When clicking on the grid the details are displayed, and is working perfectly fine. The issue with this design pattern is the first record is always loaded so when I…

maguy
- 1,599
- 1
- 15
- 26
0
votes
1 answer
A few questions regarding importing a manually created data entity
I used the data entity creation wizard and selected Reqplan table as the main data source, then I manually added ReqPlanVersion, ReqPO, ReqTrans table as additional data sources and created the relationships below.
As for the data entities fields I…

prodev42
- 6,389
- 8
- 32
- 35
0
votes
1 answer
Dynamics F&O - Cannot import XML for new sales order
While using an XML file import I'm running into a validation error:
Error executing code: The field with ID '0' does not exist in table 'SalesOrderLineStaging'.
It looks like the XML file is going into staging:
The header is fine. No errors:
But…

shrimpwagon
- 867
- 12
- 23
0
votes
0 answers
ODBC connection in AX7 (D365)
I am creating an ODBC connection to Import data from SQL (SSMS) to D365FO.
I have created a Test database and created an ODBC Data Source for it (DSN: TestDS, Server: local, Default database: TestDB).
Running SQL Server ODBC Data Source Test works…

Effy Sille
- 179
- 1
- 12
0
votes
1 answer
Dynamics365 Operations: Created/Updated timestamps with Data Entities
I am new to Dynamics FnO, and recently followed the articles to access data through oData, and was successful.
What I see missing in the data objects that I normally receive in integrations out of the Microsoft World is the created/updated…

kamal0808
- 515
- 1
- 8
- 21
0
votes
1 answer
Dynamics365 Operations: Where to supply the application Id for Recurring Integrations
I have been following this article for recurring integration to export entities from FnO to my NodeJs…

kamal0808
- 515
- 1
- 8
- 21
0
votes
0 answers
While Importing counting lines :Unable to create single header for multiple lines
I have created custom data entity to import counting lines.In my dataentity I have InventJournalTable primary DS and InventJournalTrans DS. I have used initializeEntityDataSource to set journalType and voucher series.But when import 2 lines of data…

Jayanth
- 159
- 9
0
votes
0 answers
Connecting to trial instance of Dynamics 365 for Operations
I signed up for a trial version of Dynamics 365 for Finance and Operations. I am trying to connect to it using Azure Logic App and running into issues.
At first it seems like a redirect problem, which could possibly be related to redirect to HTTPS.…

sakura-bloom
- 4,524
- 7
- 46
- 61
0
votes
2 answers
DB synchronization on Visual Studio 2015 is hanged
I tried to sync database on Visual Studio 2015 after creating a project, EDT, Enum and a Table in order to create a new screen on Dynamics 365.
When I tried to synchronize it, it was stopped in the middle during schema checking process. Though it…