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 to find references on table.insert() method?

I have a strange issue. I am trying to "Find references" on the insert method of the InventTransferTable table. However, the result set is all insert calls on Common which is essentially all of the uses of insert() in the codebase. A useless result…
rjv
  • 1,058
  • 11
  • 29
1
vote
1 answer

Adding Deployable Package to Development VM D365

We have a development VM for Dynamics 365 for finance and operations, I am trying to add a pre-developed customized package to our development virtual machine using the following command: AXUpdateInstaller.exe devinstall But the following error…
Ahmed Abd Elmoniem
  • 157
  • 1
  • 4
  • 12
1
vote
2 answers

D365FO patch method to update Records

I am trying to update a value for data in D365FO with Patch method as below. https:///data/DXCGeneralJournalAccountEntries(GeneralJournalAccountEntryRecId = 5637144584) Body: { "DXCAdeptiaProcessed": "2019-01-01T00:00:00Z" } error code that…
1
vote
0 answers

D365FO Filtering on workspace

I am using D365FO (update 28). There is need for filtering based on the responsible person on custom created workspace. Table PMCContract contains HCMWORKERRECID column. Filter is opening correctly list of persons but regardless of which person is…
1
vote
2 answers

How can I create a child-extension class from Parent class named _Extension?

I'm developping in Visual Studio for Dynamics 365. I need to extend a class named with _Extension final name. Below the details: class MyParentClass_Extension { str doSomething(int arg) { // ... } } I would like to create a child…
ulisses
  • 1,549
  • 3
  • 37
  • 85
1
vote
1 answer

How to get value of FormReferenceGroupControl

In D365 form development, I like to get the value entered to the form control, the form control is a form reference group control with Party reference field. How to get the value entered to the control ? tried…
CSL
  • 75
  • 1
  • 6
1
vote
1 answer

Accessing method variables on Chain Of Command D365

Is it possible or how to access method variable on Chain of Command? Please see code for visualization. //Standard class abstract class SalesFormLetter extends FormLetterServiceController { static void main(Args _args) { …
Bryan
  • 1,245
  • 5
  • 22
  • 37
1
vote
1 answer

How to add AOT objects by x++ code on D365 FO

I have a question about adding AOT objects by X++ Code on D365 FO. The goal, is to automate creation of security duty, via x++ code, instead of doing it manually I'm trying actually with the Following code, public static void main (Args _args) { …
1
vote
1 answer

D365 Clicked method on command button

In D365 Finance and Operations, on form TaxExempt, General Section, there are several fields like CodeType, CodeName, CompanyList (dropdown menu). User should type in desired values (types and names). In next section Property VAT - setup there is…
1
vote
0 answers

D365 new form is not populated with values

There is need to show all parts of one area. I created new form PMCContractAreasDialog. When I click on specific contract line into contract form it should open new form and show all parts of one area. In sum there should be same like on contract…
1
vote
1 answer

D365 New Button creates price line with empty line

After adding logic about creating price for object in grid it's always created "one line more" which is empty. So, if there is need to be created two lines, it will be created 3 lines and that one addition will be empty. Is there something what I…
DarthCSharper
  • 133
  • 1
  • 13
1
vote
1 answer

How can flight features be activated?

Some features of D365FO are locked as a so called "flight" feature. How can these features be activated? Features flighted in data management and enabling flighted features describes this for data management flight features, but I want to enable the…
FH-Inway
  • 4,432
  • 1
  • 20
  • 37
1
vote
1 answer

Lookup Values for VendorInvoiceReviewStatus For Vendor Invoice

I've just joined an organisation that is using Dynamics 365 Finance and Operations as a SSRS report developer. Data from the Dynamics 365 system are pushed by way of bespoke data entities to an Azure SQL Database. It's from the Azure SQL db that I…
Geezer
  • 513
  • 5
  • 17
1
vote
1 answer

D365 On-Prem Reporting Server Web Portal App 500 internal error

I have this issue with SSRS web portal that it’s not working. I have restored a few AX databases and install updates to D365, but I haven’t touched the SSRS configuration or databases. I get this error in…
1
vote
1 answer

Why is object in AOT marked with red cross?

I have to extend report's query to add a new field. I've created extension of a query, joined required datasources and can see new field in the list of fields. For some reason the report in the AOT is displaying with red cross sign: In properties i…
1gentlemann
  • 164
  • 1
  • 3
  • 14