211

Option to create or edit labels from the objects

In D365 if we need to create a new label and assign that to Label or Help text of an item, we have to create label in the label file and then paste in the object. There is no way by which via the object properties we can create a new label or edit existing one. There should be an ability to cr...

Read more...

8 Comments

Read more... 8 Comments

Category: Development (276)

STATUS DETAILS
Planned
2020 Release Wave 1
Ideas Administrator

The label editor is needed as a separate construct to separate the label definition from the label use. We'll look at ways to speed up the creation of labels in the future.

174

Improvements of "Find references"

Evaluation of cross-references is very important with such a large code base (for understanding the current solution, for impact analysis and so on). Unfortunately the experience is worse than in previous versions of AX; here are some suggestions:

  1. Allow filtering and sorting.
  2. ...

    Read more...

    7 Comments

    Read more... 7 Comments

    Category: Development (276)

    STATUS DETAILS
    Under Review
    Ideas Administrator

    There are multiple suggestions here. Thank you. Some are already possible (like filtering and sorting). I will keep this idea under review and monitor the comments. We need to improve this part of the Dev Tools.

134

Export openapi definition from Finance and Operations instance

We'd like to document our custom APIs with OpenAPI compatible documentation tools (such as swashbuckle, spectacle (https://sourcey.com/spectacle) etc.)

Read more...

1 Comments

Read more... 1 Comments

Category: Development (276)

STATUS DETAILS
Needs Votes
115

Provide the option to set decimal point precision to less then 6 for FinOps decimals and display accordingly in CE

Via virtual entities Dynamics 365 Finance and Operations (FinOps) data could be displayed in grid view in Dynamics 365 Customer Engagement (CE). Decimals are always displayed with 6 digits after the separator (e.g. 365.220000). 6 digits are confusing users when decimal amounts are displayed in...

Read more...

2 Comments

Read more... 2 Comments

Category: Development (276)

STATUS DETAILS
New
111

DEV VMs with up-to-date cross references

Please rebuild cross references on the DEV VM before making it available. They currently contain references to modules that aren't included at the box (unit tests) and don't contain xRefs that should be there. For example, I had to rebuild the application to get "Find event handlers" working.

Read more...

1 Comments

Read more... 1 Comments

Category: Development (276)

STATUS DETAILS
Completed
Ideas Administrator

Aspects of this has been incrementally addressed starting in platform update 9. We are also rolling out a more complete version of the XRef DB out of the box in platform update 13.

105

Allow disabling an index through an Extension

In the past in for example AX2012 we were able to disable indexes on tables where we have a lot of data in, with a lot of indexes which are not used in our implementation. This was especially useful for large tables, on which standard AX created a lot of indexes which are not useful for use (as ...

Read more...

5 Comments

Read more... 5 Comments

Category: Development (276)

STATUS DETAILS
Needs Votes
105

Make #region available in X++

It would be great to make #region (https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-region) also available in ...

Read more...

5 Comments

Read more... 5 Comments

Category: Development (276)

STATUS DETAILS
Under Review
Ideas Administrator

I agree on the usefulness of this feature. It is currently not planned because of other priorities, I will keep this idea active and under review.

98

Support for NuGet packages in X++ projects

NuGet packages are extremely useful for adding and updating dependencies to .NET projects, especially in complicated cases. It would makes sense to be able to add NuGet packages to X++ projects in the same way as to C# projects, for instance.

I can recognize several scenarios:
...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (276)

STATUS DETAILS
Under Review
Ideas Administrator

Changes to dev tools that are coming in the Autumn of 2019 will get us closer to the ideas suggested here.

80

Introduce a standard pattern for DLL/assembly isolation (AppDomains)

Right now, all DLL dependencies (.NET assemblies) in a D365 package get loaded into the same process space as the whole AOS server. This has several drawbacks as it leads us in a DLL hell. If a DLL is included by the AOS or any default package, one must not add another version of the DLL, espe...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (276)

STATUS DETAILS
New
79

Allow ehanced extensions & debug directly on binaries (without XPP files)

Because we deliver deployable packages (Bin) to a customer, there is no 'xpp' and no possibilities to make enhanced extension on that. Of course, we want to give the opportunity to our customers to make extensions on our functionalities. But we want to be sure that our code will not be stole b...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (276)

STATUS DETAILS
Under Review