Questions tagged [dynamics-365-operations]

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.

254 questions
1
vote
1 answer

How can I include X++ code from my Microsoft Dynamics 365 project in my Azure DevOps Git Repo?

I'm just getting started with Microsoft Dynamics 365. As I muck about with it, I'd like to have my source code in a git repo so I can track my changes and go back, if necessary or desirable. I created a repo on Azure DevOps, however, it seems Visual…
Brian Kessler
  • 2,187
  • 6
  • 28
  • 58
1
vote
1 answer

Export button disabled in reportviewer in D365

In D365, when I run a custom SSRS report, the next/previous page and export buttons are all disabled, despite the report having multiple pages and the need for export to PDF. I do not think we have customized the report viewer code and I can't find…
rjv
  • 1,058
  • 11
  • 29
1
vote
2 answers

How to connect to Azure D365 Odata via C#

I am looking for a simple way to connect to an Azure Odata data store (specifically Dynamics365 for Finance and Operations) in a .NET console application (no browser involved) and retrieve odata json. I searched all over MS docs and finally found…
HerrimanCoder
  • 6,835
  • 24
  • 78
  • 158
1
vote
1 answer

How to cancel super call of a button click event through extension in Dynamics 365 FO?

I want to add a check to the click event of a button, when check failed, I want to cancel the super call, how to do it? I have tried to use FormControlCancelableSuperEventArgs and FormControlCancelEventArgs in event handler of clicking event, but…
bjdc
  • 11
  • 1
  • 2
1
vote
0 answers

How to use Group By in a D365FO data entity

I'm creating a data entity with multiple tables and I'm getting duplicate results. Because of the nature of the duplicates, I thought an easy solution would be to add the relevant fields to the Group By section in the primary datasource. However,…
rjv
  • 1,058
  • 11
  • 29
1
vote
1 answer

Call edit method from a main class in X++

I want to recall a value of an edit method declared inside a form from a class main. How can I do it? [Form] public class AdvancedCustomerSchedule extends FormRun { Sorting sorting; edit Sorting edtSorting(boolean set, Sorting…
OiRc
  • 1,602
  • 4
  • 21
  • 60
1
vote
0 answers

Invoke custom service in D365 F&O using postman

I am trying to call my custom service which I have developed in D365 F&O through postman. I am able to invoke the method however I need to pass data to the method as well can anyone please help me regarding where do I need to provide this argument…
Ishita
  • 109
  • 2
  • 10
1
vote
1 answer

Problem with file document attachment in Dynamics 365 Operations

I have a batch process that generates PDF document. But when I create it, I find it corrupted. Any suggestions for this code? public boolean PDFProcess() { List PDFFiles; ListEnumerator PDFEnumerator; boolean …
OiRc
  • 1,602
  • 4
  • 21
  • 60
1
vote
1 answer

How can compiler warnings be suppressed?

There are some compiler warnings that are caused either by the legacy code or metadata from Microsoft or cannot be resolved. These warnings make it harder to notice actual compiler warnings. How can compiler warnings be supressed so they do not…
FH-Inway
  • 4,432
  • 1
  • 20
  • 37
1
vote
0 answers

"A control modification's name must be a control in the base form."

I want to modify bankChequeTable form. I have added display method field to the overview field group in the table. This field has been shown in the form but I want to change the label. After changing, the compiler shows this error : "A control…
Nastaran Hakimi
  • 695
  • 1
  • 16
  • 36
1
vote
1 answer

SysOperation contract/controller automation

This seems like an easy question, but I cannot find an answer to it and I am just not seeing it myself. I have a straightforward set of SysOperation classes, contract/service/controller. However, I'm reusing this batch job in other places in the…
rjv
  • 1,058
  • 11
  • 29
1
vote
1 answer

Can I use the same AAD AppID for two applications

I created two application instances [Dynamics 365 Finance and Operations] for prod and test environments. I'm now getting the following error. Unable to get the channel information Detail …
1
vote
1 answer

call a query inside a runbasebatch class in d365

I created a query like this: now, i want to call this query inside my runBaseBatch class: class Exercise_RunbaseBatch extends RunBaseBatch { private void customerLookup(FormStringControl _control) { SysTableLookup sysTableLookUp; …
OiRc
  • 1,602
  • 4
  • 21
  • 60
1
vote
2 answers

PHP SOAP-ERROR: Parsing Schema: element already defined When Connecting to D365 WSDL

I am connecting to dynamics 365. It used to work perfectly, i curl to get the token then i use it as an authorization header along with php soapclient and it works, i connect i create a client and i can call my methods. All of a sudden it decided…
1
vote
1 answer

Dynamics 365 Finance and Operations Data Export entities not showing?

I have an instance of Dynamics 365 FnO Version 10.0.6 Platform update 30. I am trying to export Asset Management data from my environment. I have verified that there is data in the Assets and Assets Type table. I am following the below…
Tabrock
  • 1,120
  • 1
  • 20
  • 37