21

Add a way of making data contract members mandatory

When a wsdl is generated from a custom service all elements are exposed as nillable="true" and minoccurs="0" It would be useful if there was an equivalent of .NET's System.Xml.Serialization.XmlElementAttribute which could help filter out bad data before being processed by business logic. At th...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (279)

STATUS DETAILS
Under Review
20

Introduce AOT table property to disable lock escalation

In production environments sometimes lock escalation is disabled on certain tables to reduce locking on multi threaded batches. It would be handy if this could be set as a proprety on a Table in the AOT. The data base synchronisation process could then disable/enable by default, so no db maintena...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (279)

STATUS DETAILS
Needs Votes
19

Doubleclick a method in the Application Explorer should open it in the code editor

To view a method you have located in the Application Explorer you have to go to the top of the element, right click and select View code. It would be nice if doubleclicking the method would open file in the code editor window and set focus on the selected method.

Read more...

1 Comments

Read more... 1 Comments

Category: Development (279)

STATUS DETAILS
Under Review
19

Show compiler warning if using CoC on a deprecated method

It would be nice to get a compiler warning if using Chain of Command on a deprecated method. Right now Microsoft can deprecate methods where we have used CoC, and a compiler warning would allow us to notice it easily.

Read more...

1 Comments

Read more... 1 Comments

Category: Development (279)

STATUS DETAILS
Completed
Ideas Administrator

The is already available. For any issues, please contact support.

19

JSON based custom service - company context

Currently you can not switch companies when using JSON based custom service.

It only picks up the users default company.

SOAP is a work around to do it.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (279)

STATUS DETAILS
Declined
Ideas Administrator

No changes in this area are currently planned.

19

AuthenticationUtility as NuGet package

AuthenticationUtility from ServiceSamples on GitHub (https://github.com/Microsoft/Dynamics-AX-Integration/tree/master/ServiceSamples/AuthenticationUtility) is very useful; it al...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (279)

STATUS DETAILS
Needs Votes
19

Renaming newly created items in Solution Explorer fails to rename the item in the TFS workspace

Problem Description: 1. I add a new class to a Dynamics Operations Project (using the version 1611 downloadable developer VM) as Class1 2. I rename the class to Class2 3. In the Pending changes window the added object is still Class1, and Class2 doesnt get added to source control. I manually h...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (279)

STATUS DETAILS
Completed
Ideas Administrator

This has already been fixed in platform update 8.

18

Control creation of cloud-hosted F&O development environments

The change we would like to see is greater control of the template initiated by LCS to created cloud-hosted F&O dev environments.


Once the environment and all infrastructure is created in Azure, the use of NLBs/Public IPs is violating our security principles and then our team ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (279)

STATUS DETAILS
New
18

Ability to compare the changes made in extensions from standard objects

In order to view the changes in the extension of a standard object, we don't have any option to compare the extension with the standard. It will help the developers if there is a functionality that can be used to view the changes made in the extension as compared to standard object.

Read more...

1 Comments

Read more... 1 Comments

Category: Development (279)

STATUS DETAILS
Completed
Ideas Administrator

This is already available on the designer. In the search bar of the metadata designer window, type "e:"

17

upgrade intercompany planning to consider status.

Update the intercompany mrp process to include status. We recently went live with D365. Our system architect set us up with warehouse management using inventory status. which does work in a single company mrp run. we had planned on using the global intercompany master planning for our sales...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (279)

STATUS DETAILS
Needs Votes