Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Stefano Demiliani's NAV Blog
Forums
Blogs
Resources
Wikis
Events
Leaderboards
Members
Mentions
Tags
More
Cancel
New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join (it's free)
Stefano Demiliani's NAV Blog
Home
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
February 2021
(3)
January 2021
(5)
December 2020
(4)
November 2020
(4)
October 2020
(5)
September 2020
(6)
August 2020
(3)
July 2020
(9)
June 2020
(10)
May 2020
(4)
April 2020
(7)
March 2020
(10)
February 2020
(6)
January 2020
(5)
December 2019
(6)
November 2019
(7)
October 2019
(8)
September 2019
(7)
August 2019
(7)
July 2019
(3)
June 2019
(3)
May 2019
(3)
April 2019
(5)
March 2019
(4)
February 2019
(4)
January 2019
(6)
December 2018
(6)
November 2018
(3)
October 2018
(8)
September 2018
(5)
August 2018
(8)
July 2018
(6)
June 2018
(3)
May 2018
(5)
April 2018
(18)
March 2018
(30)
February 2018
(19)
January 2018
(8)
November 2017
(2)
September 2017
(2)
August 2017
(1)
March 2017
(4)
July 2016
(2)
June 2016
(2)
November 2015
(3)
October 2015
(8)
September 2015
(6)
Related
Related Tags
.NET
AL
Azure
Azure Functions
Books
Cloud
D365BC
DevOps
Docker
dynamics 365 business central
ERP
Extensions
gdpr
Microsoft
Microsoft Dynamics
MSDyn365BC
MSDynNAV
MVP
NAV
Personal
Powershell
Sandbox
SQL
Uncategorized
Visual Studio Code
Blog post list
Tags
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Dynamics 365 Business Central: automatically import custom report layouts with extensions
Stefano Demy
Do you love reports? Personally, NO! But that is, as a Business Central developer I think that sometimes (forced or not) you need to work with reports in your solutions. As a quick recap, in Dynamics 365 Business Central a report layout controls content and format of the report, including which data fields of a report dataset appear on the report and how they are arranged, text style, images, and more. From Business Central, you can change which layout is used on a report, create new layout, or modify the existing layouts. A report can be set up with multiple report layouts, which you can…
2021-1-26
Mirror post
dynamics 365 business central
Visual Studio Code
MSDyn365BC
Extensions
D365BC
170 views
0 comments
29 days ago
More
Cancel
Securing your Azure SQL Database with a private endpoint
Stefano Demy
Some days ago I discussed with some partners the architecture of a possible datawarehouse system for external BI analysis connected to Dynamics 365 Business Central data. They created an Azure SQL database where a “data sync” with Dynamics 365 Business Central was in place and they perform BI analysis on this external database. The raised question was after this work was: can we protect our Azure SQL Database without using a public endpoint and without traffic routed to Internet (so, not only with a firewall rule on the incoming IP addresses)? The answer was: yes, now you can. Use a…
2021-1-22
Mirror post
SQL
Azure SQL
Cloud
Azure
119 views
0 comments
1 month ago
More
Cancel
Dynamics 365 Business Central: point in time restore of a Production environment
Stefano Demy
Yesterday Microsoft has officially released one of the most requested feature for the Dynamics 365 Business Central SaaS environment: point in time restore for environments . If you access your tenant’s Admin Center and select an environment, now you can see the following option: The new Restore option permits you to restore an existing environment from a time in the past, within the 30-day retention period. An environment can only be restored within the same Business Central version (minor and major), with some rules and limitations: A production environment can be restored…
2021-1-14
Mirror post
SQL
dynamics 365 business central
MSDyn365BC
D365BC
Cloud
100 views
0 comments
1 month ago
More
Cancel
Migrating Applications to the Cloud with Azure made it to the Best Microsoft Azure Books of All Time
Stefano Demy
I’m happy to announce that our book, “Migrating Applications to the Cloud with Azure: Re-architect and rebuild your applications using cloud-native technologies”, made it to BookAuthority’s Best Microsoft Azure Books of All Time . As featured on CNN, Forbes and Inc. , BookAuthority collects and ranks the best books in the world, and it is a great honor to get this kind of recognition. Thanks to the guys who worked hard with me to this project and thank you for all your support! The book is available for purchase on Amazon .
2021-1-13
Mirror post
AzureDevOps
Books
.NET
DevOps
Cloud
110 views
0 comments
1 month ago
More
Cancel
Dynamics 365 Business Central: Batch API calls and max number of operations
Stefano Demy
The standard (and for what I can see most used) way of using Dynamics 365 Business Central APIs is by sending an HTTP request to the API endpoint for the selected entity one request at a time: But if you need to perform massive operations (like for example inserting multiple journal lines in a batch) this could be not too much performant. Dynamics 365 Business Central APIs (standard and custom ones) support batch requests, where you can combine multiple API operations in a single HTTP request (so, a single call with a body that contains an array of operations) and receive as output…
2021-1-12
Mirror post
dynamics 365 business central
MSDyn365BC
Extensions
D365BC
Cloud
115 views
0 comments
1 month ago
More
Cancel