Allow for data packaging in solution file
Please allow for packaging of reference data in the solution file. This should be a part of the solution file (included in the .zip), and properly imported or merged when the solution file is installed or upgraded.
Provide a mechanism for ISV code to be called when a solution is imported
Please provide an extensibility mechanism for ISVs to have code called when a solution file is imported. This could be done in many mechanisms, including an assembly that implements an interface, or perhaps a custom action. This would allow ISVs to add licensing or other maintenance or confi...
Disable the auto-collapse behavior in the Navigation Bar when the mouse moves
The navigation bar is very difficult to use, especially on a laptop with a trackpad. The current implementation has the navigation bar collapsing and disappearing from view if the mouse moves lower than the nav bar bottom. When you have a 16:9 screen and a track pad, it is very difficult to ke...
Allow workflows and actions to call actions
CRM 2013 has a new process type called Action, that is meant to encapsulate complex business logic into a process that is triggered on non-CRUD mechanisms. Actions can be associated to a specific entity, but can also be defined as global. Actions can be triggered through the web service SDK an...