22

Metadata search

One of the really useful feature of the previous version of Dynamics AX was AOT search. which is now replaced by metadata search. Although the metadata search is quite fast, but the result is overkill. It would be great, if we can add more filter options like search only specific piece&nb...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (256)

STATUS DETAILS
Needs Votes
22

Add compile warning, or start supporting, "join firstonly" clause

Developers have the option to specify a join with FirstOnly keyword. The code will then insinuate data will be retrieved form the left table, joined with max one record from the right table.

 

Example:

select SalesTable where SalesTable.SalesId =...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (256)

STATUS DETAILS
Under Review
22

Set Allow duplicates for new table indexes to Yes by default

When we create a new table index in previous version(ax2012) Allow duplicates is set to Yes. But it Operation365 it is set to No by default, which can cause some issues if developer forget to change it. Please make Yes as a default value. 

Read more...

1 Comments

Read more... 1 Comments

Category: Development (256)

STATUS DETAILS
Declined
Ideas Administrator

We will not be addressing this request. There is no consensus on the desired behavior and this behavior has been around for a couple of years now.

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 (256)

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 (256)

STATUS DETAILS
Needs Votes
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 (256)

STATUS DETAILS
Completed
Ideas Administrator

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

19

Enable change tracking and incremental push for composite entities

Enable change tracking and incremental push for composite entities

It seems that currently change tracking and incremental push is not supported for composite entities.

It would be great if this feature becomes available, i.e. based on the change tracking info...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (256)

STATUS DETAILS
Needs Votes
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 (256)

STATUS DETAILS
Declined
Ideas Administrator

No changes in this area are currently planned.

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 (256)

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 (256)

STATUS DETAILS
New