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
How to pass values between two event handlers?
In my first event handler, I will collect all the fields I need from the SalesTable form. In this form, I need to get these fields from the SalesLine. Below is my code:
[FormEventHandler(formStr(SalesTable), FormEventType::PostRun)]
public static…

m1gs
- 197
- 2
- 17
0
votes
0 answers
Delete a change to an object in a higher layer in Dynamics 365 for operations
I am upgrading a custom solution done on the ISV layer in Ax2012 to D365. I’ve finished resolving the code conflicts. During the build of my CodeMergeSolution, some compile errors were thrown.
Included in my modelstore from Ax2012 was the…

Celeste
- 106
- 1
- 13
0
votes
1 answer
Migrate Ax2012 R3 CU12 model to Dynamics 365 error: no metadata to upgrade
I’m upgrading a custom product/model from AX2012 R3 CU12 to Dynamics365 using the Lifecycle Services code upgrade service.
At the point where uploading the compressed model store, I hit the following error:
“Customer models contain no metadata to…

Celeste
- 106
- 1
- 13
0
votes
2 answers
AX SSRS use expression from another dataset in total
I have a header section which is showing totals etc. I have two fields in another dataset (dataset estimates) which I want to pull into header dataset.
Fee (circled) = IIf(Right(Fields!ProjCategoryId.Value, 3) <> "EXP", Fields!Value.Value, 0)
3rd…

jhowe
- 10,198
- 19
- 48
- 66
0
votes
2 answers
AX7 / D365: Capture event of user navigating the user interface
The following question is for AX7 / Dynamics 365 for Operations.
I have a need for capturing the event of a user navigating around in the user interface from code. It doesn't matter if it is the event of the browser navigating to the site, when any…

palantus
- 155
- 2
- 12
-1
votes
0 answers
Disable shortcut keyboard on grid d365fo x++
When I clicked on shift+down shortcut in keyboard new line created on from (ProjAdjustment) even if I set allow create to false
How can I disable this action ?
these two lines created because of shortcut

Menna Ahmed
- 9
- 3
-1
votes
1 answer
How to retrieve data from LedgerJournalTrans table (based on relations and joins) for voucher transaction form in D365FinOp?
Basically I have a client request to implement:
Need to show data from the following fields : PaymMode, BankChequeNum, LedgerDimensionName, JournalNum from ledgerJournalTrans table on the LedgerTransVoucher form but have been unable to do so have…

mepemba
- 39
- 1
- 4
-1
votes
1 answer
How to add Dynamics 365 extension to toolbar in Microsoft Visual Studio Community 2019
I want to develop extension for Dynamics 365 Finance and Operations. For that, I need Dynamics 365 extension to Visual Studio 2019 toolbar. But, I am unable to do that. I was going through the following docs…
-1
votes
1 answer
How to see/check Build log in D365 Visual Studio?
I executed the BUILD Model in Visual Studio related to Dynamics D365.
There is any way to see the log about the last Build executed?
(like Full CIL AX2012 log).

ulisses
- 1,549
- 3
- 37
- 85
-1
votes
1 answer
service doesn't start in sysoperation framework
Below are shown my classes of sysOperation framework, my problem is when i open the dialog and i press OK , nothing happens, what's wrong with this code?
My service class:
class ProdutionFLowsService extends SysOperationServiceBase
{
…

OiRc
- 1,602
- 4
- 21
- 60
-1
votes
3 answers
How X++ run for D365 Form
In D365, I know how to run code for DataSource, DataField, and Control. But How can I run code "Run" "Init" for Form?
If I just write "Run" and "Init" under the Form level. Will it run automatically?
Or, I need some ways to call them?
How can I run…

zhengming Chen
- 3
- 3
-1
votes
1 answer
Crosscompany Property is not working
I have a cross-company property ("Yes") enabled query.,even though query returns values for the current company in Dynamics 365 (AX7)
I even tried with changecompany() but there is no data for any other companies apart from current…
-2
votes
1 answer
Error adding Data Validation List to Excel With OfficeOpenXml
I am trying to add a data validation list to excel using OfficeOpenXml on D365fo but when the formula is assigned its throw an error.
worksheetTo = packageTo.get_Workbook().get_Worksheets().get_Item(1);
cellsTo = worksheetTo.Cells.get_Item(2, 2,…

Aitor Ramos Pajares
- 361
- 2
- 20
-2
votes
1 answer
how to parse Excel worksheet/table and map excel columns to a data entity in Dynamics 365 Operations
what actions/connectors one could use to parse a excel file and map columuns from a excel table to and external store, in this case i wish to make a record in Dynamics 365 operations using OData entity.
Thanks

Umer Ejaz
- 7
- 1
- 2