14

Nice-to-have: Debug/Run test function in Test Explorer should also build the solution automatically

To be consistent with the user experience in other development languages, it would be much easier if the debug/run test in the Test Explorer would also immediately issue a build command. Right now, if I am writing tests, after every code change I have to press two buttons that both take quite ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (280)

STATUS DETAILS
Needs Votes
14

Make the Label Search dialog support the Dark theme of Visual Studio

If you run Visual Studio with the Dark theme, there are numerous texts you can't see in the Labels Search dialog because they are black on an black background. When running in Dark mode, these text should have another color (probably white).

Read more...

1 Comments

Read more... 1 Comments

Category: Development (280)

STATUS DETAILS
Needs Votes
14

Base Enum Extension Support [ProjAccountType and ProjAccountTypeCost]

Request the product team to enable Extensibility on two base enum which we have leveraged (as overlayering) for building our solution Industry: Construction and Property rent & Management Scope: Construction projects are created in project module and all construction costs of material, lab...

Read more...

2 Comments

Read more... 2 Comments

Category: Development (280)

STATUS DETAILS
Declined
Ideas Administrator

Please use LCS for all extensibility requests, they are tracked and managed by a dedicated team.
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/extensibility/extensibility-requests

14

Cloud based demo environments should be renamed during provisioning to avoid TFS workspace problems

When a demo environment is provisioned in LCS it is always named demo-1 (or sometimes demo-0)

However visual studio workspaces work with the computer name, so if we create a second demo environment (aimed at a different prospect for example), TFS integration becomes a problem.

Vi...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (280)

STATUS DETAILS
Declined
Ideas Administrator

Specify the name of the environment in the Advanced settings tab. We are currently not planning changes in this area.

13

Support XPP generation from XML

Requesting that the functionality you get in the AOT when selecting <>View code (generating .XPP file from source .XML) is made available outside of the Visual Studio add-in, if possible but not necessarily as open-source. Scenario: We're developing an ISV solution. We install the binaries and s...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (280)

STATUS DETAILS
Needs Votes
13

Code upgrade tool fail with vague error. Customers and partners must raise a support request to get the details

Code upgrade tool fail with vague error. Customers and partners must raise a support request to get the details. Microsoft internal reference : One workitem 2641643

Read more...

0 Comments

Read more... 0 Comments

Category: Development (280)

STATUS DETAILS
Needs Votes
Ideas Administrator

We incremental make changes to the error messages of the code upgrade service. We are currently not planning any major investments in the redesign of the code upgrade service.

12

Default new label comments to blank

Every time when creating a label it adds auto-generated ´New Comment' in Description column. I always clear that field so it looks clean. It probably only 10% or less labels that I add comments to. As this field is not mandatory I suggest to default label comments to blank.

Read more...

1 Comments

Read more... 1 Comments

Category: Development (280)

STATUS DETAILS
Completed
Ideas Administrator

This idea has been implemented and is part of the upcoming 10.0.5/PU29 release


 

12

Trace parser on DEV box

I just had a developer from a customer complaining that the trace parser needed administrator rights. Obviously, in line with Microsoft, I will never give the password to that developer. After deliberation with Microsoft, there were two possible options: 1. Create a new DEV box on which the de...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (280)

STATUS DETAILS
Declined
Ideas Administrator

The developer VMs all share the same environment type/topology, that is why Trace parser exists on all instances. You would need a developer VM with administrator rights (in private Azure subscription) or a local VM (Downloadable VHD) to use trace parser. We do not have plans to allow trace parser for users who are not local administrators on the VM.

12

File operations

Microsoft took away our ability to create flat files in D365FO Production environment. They have an Azure service called File Storage which gives us back some of that functionality which is so important for porting legacy interfaces that just pass around physical files, Azure blob storage is b...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (280)

STATUS DETAILS
Declined
Ideas Administrator

There are currently no plans to address this functionality in the upcoming releases.

12

Add events for set_based operations. Preventing row-by-row impact.

Because extensions and events are being used more-and more, a lot of tables will have events configured for onUpdated, onUpdateing, onDeleted, onDeleted, etcetera. As a result all set_based operations (like update_recordset) are being executed as row-by-row operations. This is frequently causi...

Read more...

2 Comments

Read more... 2 Comments

Category: Development (280)

STATUS DETAILS
Needs Votes