This function iterates through Git repositories under the same parent folder (C:\Git in my case), builds a list of all the commits that you’ve authored (i.e. that match your user.name in Git config) and displays them in descending date order in a grid view. Source :…
When working with extensions in Dynamics 365 Business Central, you’ve always to keep in mind that you’re now in a complex ecosystem where you’re not alone and someone can breakes things. One of the sneaky problem you can have with different extensions on a SaaS tenant…
What do you think about temporary records and transaction scopes? Most of developers think temporary records are managed as transactions, but it's not. Bron : TharangaC Lees meer...
Have you tried and thought about what is the transaction scope. In this blog post I am going to discuss little bit about transaction scopes and how the transaction scope works within Microsoft Dynamics NAV. In order to check the simple scope I am planning to…
This trick has nothing to do with the OMA but I really want to share it. Did you ever had to search for a COMMIT? The command CONSISTENT can help you with that. Bron : How to OMA Lees meer...
Who is still on native DB? You really should think of migrating to SQL Server. I still find some customers that are still on native DB. Some of them have problems with performance but mostly because the database is quite old and keeps growing. Bron :…