Dynamics 365 Business Central October release

Long time no see. I’m currently on vacation and finally found some time for writing. I don’t know if you already read Business Applications Release Notes – October ’18. If you are, don’t read this article :). But if you didn’t already read, you can get some basic overview what we will get in October.

First one technical news, from October we can use Business Central, on-cloud, on-prem and in hybrid deployments. And even more, you can use existing Dynamics NAV on-prem solution in hybrid model connecting to the cloud through Business Central. In both of cases, using Business Central or NAV on-prem, you can have your tenant on a cloud, where your data will be replicated. If you decide in one moment to continue only with cloud, it will be very easy task for you. But it is important to know, in this scenario you need to have all your customizations based on extensions. Actually you can have code customizations as well, but in this case your system will temporarily disconnected from cloud. If you refactor your code to extensions, you can be connected again.

OK, now there are some very important improvements on a Web Client, all of us expected. One of them is Advanced filtering and to be precisely Limit Totals feature. This feature is very important for regular usage of system and finally we got it on Web Client. Now we can use one of the most popular features in filtering in Dynamics NAV where we can filter aggregated values from another tables. And even more, we’ve got some new filtering shortcuts. There is not new filter pane added to the side of our lists which allows us to:

  • Get an overview of the currently applied filters, and see if they were set by you, by a filtered view, or by the application itself.
  • Add as many filtered columns as you like by typing to quickly search for more fields on the source table.
  • Get assistance with specifying filter values using lookups or the field’s data type.
  • Create complex filters using operators, ranges, variables, and shorthand.
  • Filter to the current cell value in the list.

There is now improvement in search where the Search field replaces the Search for Page or Report field. We can use it to find objects such as pages and reports, but also to find actions and product documentation, but R&D team also improved the logic behind the search with much better results.

One of the “small” improvement is continued modernizing of user experience. If you saw some pictures from the previous Directions, you could find some differences between those pictures and Web Client in already available Business Central. But now all those features are here in October release:

CustomerCard D365BC.png

As you can find in original documentation: “Now users get a more streamlined navigation with the back button displayed prominently on the left of the page and with special dynamic system commands occupying the middle section. These elements move the navigation closer to users, allowing them to stay focused on the data and task at hand.” There will be improved already amazing PowerBI embed experience and lot of other different news (I mentioned only few of them).

But one of the biggest improvement is in development area and it was maybe one of the biggest blockers in development with extensions. This feature now enable enums (options) from the base application as well as create new, extensible enums in your extensions.

Now you can extend even more in you extension as for example Report data sets and Field groups. As new feature, their is now Event discoverability and of course, there are a lot of new events added to system.

And these are not only improvement in development. There are Debugger, IntelliSense and Translation enhancements, .NET Interop, Working with permissions, OData-bound actions in AL and lot of “small” Visual Studio Code AL Extension enhancements.

If you want to find all details, you can go to the official Microsoft page: https://docs.microsoft.com/en-us/business-applications-release-notes/October18/dynamics365-business-central/

Advertisement

What is Microsoft Azure Stack?

Microsoft Azure Stack is a totally new thing, currently in “technical preview” phase. It changes currently model of using Azure. Before it, you could use a lot of Azure features (Management Portal, VMs, Storage, Azure SDK…), but hosted in the Azure cloud within Microsoft data centers. Now, with Azure Stack, you can use all these Azure features in your own datacenter in your private cloud.

Maybe you think, it is replacement for Windows Server, but it is not a true. Azure Stack is a cloud platform and enables you to make your private cloud platform where you can run Windows Servers or some other servers. Azure Stack makes Azure on not exclusive Microsoft datacenters. I think, this will be great way of using different cloud system who enables a really good hybrid cloud. With this, we can use the same deployment and development tools to build and deploy system that resides either in the Microsoft Azure Cloud or within the some other datacenter, because we can mix IaaS and PaaS services independently of datacenter owners. Almost all features on Azure Management Portal and usage of Microsoft Azure will be the same on Azure Stack and it can make life easier for IT Pros and Developers.

Azure Stack.png

If you want to learn something new, you can find Microsoft Azure Stack Technical Preview documentation here. You can also download Microsoft Azure Stack Technical Preview. Try it, but I think it’ll make a revolution in future cloud systems.