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
January 2021
(3)
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: be careful when using the OnCompanyOpen trigger
Stefano Demy
Today I was helping a partner on discovering performance issues on its Dynamics 365 Business Central online tenant. When analyzing the telemetry data with Application Insights, we discovered a lot of Long Running Query signals (event id RT0005) linked to the OnCompanyOpen trigger. So strange… until analyzing its installed per-tenant extensions, we discovered an extension with a code like the following: This extension subscribes the OnCompanyOpen trigger and then adds a custom code for logging stuffs related to the user on custom tables. Please don’t do in this way if you need that…
2020-11-25
Mirror post
dynamics 365 business central
MSDyn365BC
Extensions
D365BC
Cloud
128 views
0 comments
1 month ago
More
Cancel
Dynamics 365 Business Central: creating retention policies from AL
Stefano Demy
Starting from Dynamics 365 Business Central 2020 Wave 2 (v17) administrators can define retention policies for tables to specify how frequently they want Business Central to delete outdated data in tables that contain log entries and archived records (they are essentially a way to define when data on certain tables expires in your database). Why you should use retention policies with Dynamics 365 Business Central? Essentially for the following reasons: reduce the size of your database reduce the impact on performances due to a large database delete logs and archives tables that are normally…
2020-11-18
Mirror post
dynamics 365 business central
Visual Studio Code
MSDyn365BC
Extensions
D365BC
235 views
0 comments
2 months ago
More
Cancel
Dynamics 365 Business Central: small clarification on who can install apps
Stefano Demy
Talking in these days with some partners, I discovered that it’s not so clear how to handle the possibility to install apps on a Dynamics 365 Business Central SaaS tenant. Who can do that? The answer is: it depends As a general rule: To install extensions from AppSource or add per-tenant extensions to a tenant, you must have the right permissions and more specifically you must either be a member of the D365 EXTENSION MGMT user group or you must have the D365 EXTENSION MGMT permission set . If you are an administrator (SUPER role), you can assign user groups and permissions to other users…
2020-11-12
Mirror post
dynamics 365 business central
MSDyn365BC
D365BC
Cloud
ERP
151 views
0 comments
2 months ago
More
Cancel
Dynamics 365 Business Central: using snapshot debugging
Stefano Demy
One of the top requested features for Dynamics 365 Business Central from a long time is absolutely one: debugging the production environment ! And now you can Dynamics 365 Business Central version 17 introduces a feature called Snapshot Debugging . Snapshot Debugging allows a delegated admin to record AL code that runs on the server side and then debug the recorded snapshot in Visual Studio Code in an offline manner. How does this feature work? Imagine that I have deployed an extension to my online customer and this extension throws an error on code. I want to debug the cause…
2020-11-3
Mirror post
dynamics 365 business central
Visual Studio Code
MSDyn365BC
Extensions
D365BC
217 views
0 comments
2 months ago
More
Cancel