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

STATUS DETAILS
Under Review
23

Improved merge tool

Microsoft have done a great job of presenting the D365FO xml files just like other .Net language files in Visual Studio, but it seems like the TFS merge tool is the same one that's been there forever and it has no appreciation of the xml file format of the D365 files during check-in/merge. If ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (257)

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

STATUS DETAILS
Needs Votes
22

Exclude certain object from BP checks

We would like to see and option where one can exclude a whole class, form etc. from ALL BP checks, for example with an attribute. The current attribute (SuppressBPWarning) demands a specific BP rule, so for example it will be good if it can support wildcards like * to immediately disable all BP w...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (257)

STATUS DETAILS
New
-6

Chain of Command should be used for new implemented method

For easy customization, the new implemented method should be published as we can use Chain of Command (CoC). For example, the method SetMCRItemListLineTmpData() in Form(MCRItemListCopying) was implemented from 8.1. We cannot use CoC as this method is Private. We can raise extensibility request...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (257)

STATUS DETAILS
Declined
Ideas Administrator

There are many reasons methods are kept private (code supportability, backward compatibility, public API footprint, abstraction of functionality and security, ..etc). There are also enough down votes on this idea to justify closing it.

22

Feature to auto correct indentation and code clean up as per latest coding standards.

There are some standard conventions of writing a clean code (mainly from indentation side), for example: proper spacing, no extra blank lines, one space between if and brackets, xml documentation for public and protected methods, declarations of variables as near to there use as possible, corr...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (257)

STATUS DETAILS
Under Review
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 (257)

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

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

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

STATUS DETAILS
Declined
Ideas Administrator

No changes in this area are currently planned.