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
2 answers

D365 formControlStr not working with data group fields on form extension

I've added new fields to the InventNonConformanceTable form, by adding them to the Overview and ProblemInformation data groups, and they show up on the form, but whenever I try and reference them with formControlStr compilation fails with "Form…
1
vote
1 answer

Number seq is getting increased if I just open and close a form without saving it

While using the methods in form, the number seq is getting created but if I just open a form and close it without saving, The number seq is getting increased. Can anyone help me in this
Restler-B
  • 11
  • 1
1
vote
0 answers

Opening a form with the tile added to the workspace

I created a workspace in DefaultDashboard. I added a custom-developed form as a tile to this workspace. When I reach the form with the tile I added, the form opens in a new record type. But when I refresh the page with F5, the form opens as I…
1
vote
1 answer

An attempt was made to set a report parameter 'ABC_PrintCopyOriginal_TH' that is not defined in this report

I'm getting the error: "An attempt was made to set a report parameter 'ABC_PrintCopyOriginal_TH"' that is not defined in this report. when I try to view my reports in a web browser. I'm executing this reports through a menu with button code. When…
1
vote
1 answer

AX 365: is it possible to create table relations automatically? Like it was in Ax 2009?

I have a table FooGroupTable with a primary key FooGroupId of EDT type FooGroupId (and the EDT references FooGroupTable.FooGroupId through table reference) I also have another table FooTable and I want to make a field FooTable.FooGroupId which…
1
vote
1 answer

How to add Excel cell background color file by X++ in Dynamics 365?

I'm creating an Excel file by x++, in Dynamics 365 - D365, I would like to add the background color by X++. I'm using this code System.IO.Stream workbookStream = new System.IO.MemoryStream(); System.IO.MemoryStream memoryStream = new…
ulisses
  • 1,549
  • 3
  • 37
  • 85
1
vote
0 answers

How to get a D365 List about ISV (localization/partner) packages installed?

I would like to get a D365 List about ISV (localization/partner) packages installed? I can check in to "Help and support" > About But is there any way in order to have a list? **Update on 20 April 2022 I'm able to access to LCS and to Environment…
ulisses
  • 1,549
  • 3
  • 37
  • 85
1
vote
1 answer

How to stop sharing data across companies/legal entities for EcoResProductMaster Table?

I have to change the table(Retail media resource) data to company specific, Is that any other way to stop sharing the data to other legal entities? Thanks in advance Tried to change the property(SaveDataPerCompany) but it is not possible through…
Prema
  • 11
  • 1
1
vote
1 answer

Foreign key field in Child data source is not filling when the data source joined with Outer join link in D365 F&O

I have created a simple table SaleslineEx. which has a foreign key relationship with the SalesLine table. When trying to create a new record in the sales line, the SalesLineEx sales line field does not populate with the sales line record. I have…
venkat pasumarti
  • 138
  • 1
  • 1
  • 12
1
vote
1 answer

D365 FO connection from windows forms C# application

I need to make a connection from C# Windows Forms application to an on premise D365 FO. So far, I created an Azure account and registered an application, so by now I have "Application (client) ID", "Directory (tenant) ID" and created a Client…
Alexander
  • 139
  • 8
1
vote
2 answers

How to fix "Object reference not set to an instance of an object" in Dynamics 365

im getting troubles with an element from Application Suite Package. When Im adding it in table fields and try to drag it im getting this error: Check Screenshot of error (My model its an empty project that include ApplicationSuite) Upd: I have…
dreeeeeedd
  • 29
  • 1
  • 5
1
vote
0 answers

What is the correct/best way to remove customizations from Microsoft Dynamics 365?

I've been experimenting with D365 in a virtual machine. Not everything I've done has worked or has otherwise been desirable. When I go to do other things, I sometimes can't save because of name conflicts. Removing the directory for the models from…
Brian Kessler
  • 2,187
  • 6
  • 28
  • 58
1
vote
1 answer

Why does X++ compilation fail because of missing allegedly optional argument depending which class I save last?

I have two classes: [DataContractAttribute, SysOperationContractProcessingAttribute(classStr(CustBalanceUIBuilder)), SysOperationGroupAttribute('Date',"@ApplicationPlatform:SingleSpace", '1')] public class CustBalanceDataContract implements…
1
vote
0 answers

How can I change the Microsoft Dynamic 365 X++ class template in Visual Studio 2017?

I've currently set up a environment for learning Microsoft Dynamics 365. While I am playing around with code, I am getting a million warnings about missing documentation. As: I am a strong believer in "Clean Code"; and I especially don't want to…
1
vote
2 answers

How can use executeQueryWithParameters with SQLBuilderSelectExpression to join an x++/sql statement in Microsoft Dynamics?

In Dynamics 365 for Finance and Operations, they describe a method of creating SQL statements "as objects, as opposed to text", but this is somewhat of a lie. They use the objects to create the text which then populates str sqlStatement =…
Brian Kessler
  • 2,187
  • 6
  • 28
  • 58