Questions tagged [dynamics-ax7]

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. AX 7 comes from the product version number which is '7.X'

64 questions
1
vote
1 answer

Get Dynamics 365 Finance & Operations data entity via HTTP GET as CSV output

Given a Finance & Operations environment, the environmentdomain.com/data/EntityName URL allows OData data retrieval in JSON format. Is there a way to give extra query string parameters to download the results as CSV using HTTP GET only? A workaround…
Bernard Vander Beken
  • 4,848
  • 5
  • 54
  • 76
1
vote
1 answer

Edit method Set parameter is not setting to true in check box control

I am using edit method on a form Check box control in a Grid and data source is a view. The parameter in _set boolean is not setting to true when we clicked on the check box. The code in the edit method is as follows. edit NoYes markNow( …
1
vote
0 answers

Change invoice pdf file name dynamics d365

can someone help me how to change the file name of a invoice ? WHen I export a pdf file from screen it always saves as 'show invoice' and in pdf its psaprojinvoice.myprecisiondesign. But I want that there is Invoice num. Where might be the problem…
Tweene
  • 257
  • 4
  • 16
1
vote
1 answer

X++ select statement on related tabled

I need help to get data from prodtable that are related to salesline. My task is to get all Prodid that are related to current salesid. Related field prodtable.inventrefid == salesline.salesid. But the values are a bit differend to join so I get no…
Tweene
  • 257
  • 4
  • 16
1
vote
2 answers

SSRS: How to expend report details horizontally and vertically simultaneously to use minimum pages

I am working with AX to create an RDP based SSRS report and I need help with a certain design requirement in SSRS report. I need to show student data in header detail style but with header group based on Class Id and detail group based on Student…
1
vote
0 answers

SignalR .NET Client throw error during connection start

I face the next problem. I try to connect to SignalR server. I create HubConnection instance and the start connection. That is successfully. But when I create proxy hub for that connection I get exception. SignalR version 2.2.0 Code…
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…
1
vote
2 answers

Dynamics 365 for Operations Online trial APIs or Web services

We have setup trial Dynamics for Finance and Operations. This is actually created from here. https://aka.ms/D365OperationTrials - We have created Finance and Operations for Enterprise. So our URL for trial is…
1
vote
1 answer

BP label error in AX7

Can someone guide me to why does this error popup I have a model SLD_HRApplicationFoundation, which has a SLD_HRP label file. When I check for best practices, I get the following error BP Rule: [BPErrorUnknownLabel]:Path:…
Danyal Imran
  • 2,515
  • 13
  • 21
1
vote
2 answers

Is it possible to use VS Code as an Dynamics AX editor?

Is it possible to use VS Code as an Dynamics 365 for Operations editor? It means: AOT objects editor X++ code editor xRefs using Yes, I know about project 'VSCode for…
mazzy
  • 1,025
  • 1
  • 13
  • 26
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

Dynamics 365: Extending Staging and TargetEntity with Custom Fields

I am trying to Extend the LedgerJournalEntity with new CustomFields I have added into my project Solutions Explorer Screenshot: Mapping Details Mapping Details All the required Artifacts I have created an Extension project and added three Fields…
1
vote
1 answer

Is it possible to get element.args() from an extended method in Dynamics 365 for operations

In Dynamics 365 for operations I am trying to use a post-event handler of the init() form method from LedgerTransVoucher to find tableId of: element.args().dataset() There is a big switch statement in the method that i want to extend with one more…
AlexanderTh
  • 39
  • 1
  • 4
1
vote
0 answers

The user or administrator has not consented to use the application with ID ''

We started having this problem shortly after we started using DYN365O Update 3. Our code worked for a while then one day in mid-January stopped working. We have a ticket into Microsoft but was hoping someone has found a workaround. The following…
1
vote
1 answer

Moving some Objects from Ax 2012 to Dynamics 365

How do I move a project (an XPO file), (tables, forms) from Ax 2012 R3 to Dynamics 365?