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
0
votes
1 answer

Intellisense not picking up my table variable correctly

Anyone know how I can make intellisense in the editor to show my table variable myTable?
prodev42
  • 6,389
  • 8
  • 32
  • 35
0
votes
0 answers

During debugging how to inspect value for any extended table field?

In VS during debugging, adding a watch will not see the value properly if the object is an extended table field. Currently, I have to open up a field called Extension_fields from the related table in order to see the extended field's value and the…
prodev42
  • 6,389
  • 8
  • 32
  • 35
0
votes
1 answer

Debug watch not showing value: An object reference is required for the non-static field

I have a form, in VS code editor, I declare an amount type right in the beginning with below code "Amount X;" Then in its Datasource, in method validateWrite(), I have a line "X = element.aFunction();" When I debug to the line above and try to…
prodev42
  • 6,389
  • 8
  • 32
  • 35
0
votes
1 answer

Dynamics 365 Finance and Operations SSRS Dependant Parameter

I'm trying to create a dependant parameter but am struggling to get it to work properly. Once I select a project, then when I click estimate parameter to display relevant estimates. If I change the project parm, it is then not updating the…
jhowe
  • 10,198
  • 19
  • 48
  • 66
0
votes
0 answers

D365FO: SysTableLookup Fails if Value in Field

I am using custom lookup code on a form string control. It works great, unless there is any text in the field. Then, it always returns blank unless what is entered in the field is an exact match for a value in the list. My preference would be for…
Brad
  • 1,357
  • 5
  • 33
  • 65
0
votes
1 answer

Dynamics 365 Finance Operations Entity Relationships

I'm working in Dynamics 365 Finance and Operations with OData calls. There is a lot of pre-imported information in Customers and ContactPersons. I was wondering if there is any way to relate the two fields. They are connected via party number, but…
Joey
  • 51
  • 5
0
votes
2 answers

MS Dynamics 365 Operations cross company reporting not working

I have a simple RDP report, works fine and as expected. When run in selected legal entity. I want to enable cross company reporting so that when in selected company I can see data from all other companies if required. I enable property in AOT…
jhowe
  • 10,198
  • 19
  • 48
  • 66
0
votes
1 answer

Is there a way to get a subset of the D365 Web API for OData Connected Service

We're using Dynamics 365 for Operations and I'm trying to connect to the OData Web service it exposes for CRUD operations against the entities. Using the OData Connected Service tool, I can create a Connected Service reference. When I do this, it…
Jeff Reddy
  • 5,551
  • 9
  • 55
  • 88
0
votes
1 answer

SSRS X++ contact query

I'm trying to put together multiple queries in a SSRS report for some data validation. At a glance I would like to display some address/contact info, project info, customer info, supplier info and resource info. I've started on address/contact info…
jhowe
  • 10,198
  • 19
  • 48
  • 66
0
votes
1 answer

How to use custom created Entity in Azure Logic app 365 connector for operations

I have created a new Entity in Dynamics 365 for Operations and I am trying to populate it using the Azure Logic App 365 for operations connector. The logic app connector connects to the D365o instance and lists a large number of entities, but not…
asb
  • 1
  • 1
0
votes
2 answers

How to refresh a form in dynamics ax7/365

I have two forms FormA (SalesTable) and FormB (SalesAvailableDlvDates). 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. What I want to happen is, when I click the…
m1gs
  • 197
  • 2
  • 17
0
votes
2 answers

How to "allow edit" newly added fields in a form? for Dynamics AX (AX7/D365)

I've added a new field to my form EcoResProductDetailsExtended, but when I click edit it does not allow me to edit it. The properties for allowing edit is already set to Yes. The form contains the method setAllowEditFields() and setAllowEditField()…
m1gs
  • 197
  • 2
  • 17
0
votes
2 answers

Development and debugging in Dynamics 365

I’ve upgraded a custom model to Dynamics 365, from Ax2012. I’ve created deploy-able package and imported into an on-prem environment. The machine on which I developed is different from the on-prem environment (TEST-env). There is some functionality…
Celeste
  • 106
  • 1
  • 13
0
votes
1 answer

Need to know how can we use display methods in SSRS reports in AX7

I need to know how can we use display methods in SSRS reports. I am having an issue. I have created extension class for an existing table. and under that class I have written my display method. [SysClientCacheDataMethodAttribute(true)] public…
0
votes
1 answer

Dynamics 365 how to restore a datasource for a table on an extension form?

I have a form on AX lets call it "Records_Form", the form has a master datasource lets call it "Records_DS" that is connected to a table that is called "Records". Now i created a new AX project and add new extension to the upper mentioned Form lets…
1 2 3
16
17