Posted inOff-topic
Posted inDynamics NAV & BC Tips & tricks
How to extend price calculation
There is 2 to extend Price Calculation in Business Central, either by subscribing to events or by implementing an interface. Both can useable in different scenarios. Here I will make a simple example of how to do it by implementing an Interface. Source : BCDEV.TECH Read…
Posted inDynamics NAV & BC Tips & tricks
ChatGPT vs trained chatbot for Business Central functional questions
hatGPT is the latest Open AI solution available in preview for two weeks now as of writing this. ChatGPT is a fine-tuned model in the GPT-3.5 series, which finished training in early 2022; most of its knowledge is limited to data available in 2021. Source :…
Posted inDynamics NAV & BC Tips & tricks
Dynamics 365 Business Central: How to retain/keep the sales quote after converting to an order or invoice (Customization)
Last week I saw an interesting question on the D365 forum, the user wants to retain the sales quote after it has been converted to a sales order. As you might know, you create a sales quote to record your offer to a customer or a…
Posted inDynamics NAV & BC Tips & tricks
Draw flowcharts in AL with mermaid.js
I’m still messing around with flowcharts, and thanks to lots of comments from viewers, I’m now going to try out mermaid.js instead. Check out the video: Source : Hougaard.com Read more...
Posted inDynamics NAV & BC Tips & tricks
How to export all fields/controls in all pages in Dynamics 365 Business Central (Page Control Field)
In Dynamics 365 Business Central, pages are the main way to display and organize data. A page is defined in code as an object composed of controls, properties, actions, and triggers. Source : Dynamics 365 Lab Read more...
Posted inDynamics NAV & BC Tips & tricks
The Emoji Progress Bar For Business Central
There are certain times in Microsoft Dynamics 365 Business Central when users must wait for a process to finish. A window should be displayed to inform them that a process is still running. In this post, I present you the ‘Emoji Progress Bar’. A simple and…