Skip to main content

🚀 Top 10 Most Watched Videos on Our YouTube Channel (January to March 2025) 🎥

Hi Readers,

2025 is an exciting year for our YouTube channel, with thousands of Business Central enthusiasts engaging with our content.

If you haven’t watched these videos yet, now is the perfect time to catch up! 

Here’s a recap of the top 10 most-watched videos from January to April, along with reasons why they should be on your watchlist.


If there is something that we can add please suggest us as comment to this article.

1️⃣ Installing Dynamics 365 Business Central 2024 Wave 1 - Step-by-Step Guide

📅 Published: Apr 17, 2024 
 ⏱ Avg Watch Time: 4:05
📈 Views: 2,191

📌 A full walkthrough for installing BC 2024 Wave 1 – made simple for all levels.

2️⃣ Business Central APIs Explained: A Beginner’s Guide! 🚀

📅 Published: May 10, 2023
⏱ Avg Watch Time: 2:52
📈 Views: 2,146

🔍 Kickstart your API learning journey with this essential guide.

3️⃣ How to Call GET APIs in Business Central Without Authentication – Part 1

📅 Published: Jul 2, 2024
⏱ Avg Watch Time: 3:03
📈 Views: 1,996

🔓 Learn how to explore APIs in a test-friendly, no-auth mode.

4️⃣ Making API Calls in Business Central: Using REST Client & Postman


📅 Published: May 16, 2023
⏱ Avg Watch Time: 5:19
📈 Views: 1,850

🧪 Practical steps to test and debug APIs for #msdyn365bc.

5️⃣ Mastering API Authentication in Business Central: Basic & OAuth


📅 Published: May 12, 2023
⏱ Avg Watch Time: 5:24
📈 Views: 1,836

🛡️ Understand secure API access through real examples.

6️⃣ Data Upgrade from NAV 2016 to Business Central 14 (C/AL)


📅 Published: Feb 19, 2024
⏱ Avg Watch Time: 7:36
📈 Views: 1,593

📦 A hands-on upgrade journey from classic NAV.

7️⃣ Data Upgrade to Business Central 24 from BC14 (Customized C/AL)


📅 Published: Aug 25, 2024
⏱ Avg Watch Time: 11:43
📈 Views: 1,489

🔁 Upgrading your legacy customizations? This guide is for you.

8️⃣ Creating Records via POST in Business Central API – Step-by-Step


📅 Published: May 24, 2023
⏱ Avg Watch Time: 3:51
📈 Views: 1,380

📝 Learn how to push data into BC via the API with real examples.

9️⃣ Download & Install Business Central 2024 Wave 2 On-Premises (BC25)


📅 Published: Oct 23, 2024
⏱ Avg Watch Time: 4:36
📈 Views: 1,284

🖥️ On-premises setup for BC25 made easy and practical.

🔟 Creating a Server Instance & Web Server Instance in Business Central


📅 Published: Apr 28, 2023
⏱ Avg Watch Time: 5:17
📈 Views: 1,136

⚙️ Learn how to manage service tiers in your own BC setup.

🔗 Get More from the Community

👉 Explore more videos: https://youtube.com/c/sauravdhyani

👉 Need help with BC projects, training, or upgrades? 

Connect with my team at www.edhateconsulting.com or drop an email to info@edhateconsulting.com.

📣 Let's Connect!

Which of these videos helped you most?

What would you like me to cover next?

Drop a comment or DM — I’d love to hear from you.

📢 Subscribe to our channel and stay updated with the latest Business Central tutorials and insights!

Regards,
Saurav Dhyani

YouTubehttps://bit.ly/SubscribeSauravYouTube

Comments

Popular posts from this blog

RTC Report It is not possible to instantiate the Visual Studio bridge.

Hi all, As a Navision developers I have Multiple Versions of Navision running in single Machine. As discussed Earlier in the post how to run multiple Version of RTC in single machine. So my machine have following details for RTC Versions - NAV 2009 R2    - is installed. NAV 2009 SP1  - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 SP1 IN\ NAV 2009         - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 IN\ This approach has been working great for execution of Classic and RTC Clients. However, after installing Dynamics NAV 2009 R2, if i tried to view the Layout for an NAV 2009 SP1 Report i was getting the following error: ---------------------------  Microsoft Dynamics NAV Classic  ---------------------------  It is not possible to instantiate  the Visual Studio bridge.  ---------------------------  OK    --------------------------- After searchi...

Dynamics NAV - All that you need to know about MenuSuites.

Hi Readers, This article is based on a request from a blog reader who wanted to understand about MenuSuite in Dynamics NAV. If you have started working with Business central with AL Code then it does not apply to those releases but if you are interested go ahead. Let's start with Future - In Latest and greatest version of product MenuSuite are obsolete and no longer used. So this article applies if you want to learn about C/AL MenuSuite.

Error After Restore SQL Backup of NAV 2013 Database

Hi all, we are facing a conman issue during restoring a SQL Database backup restored for NAV 2013. While Trying to run object from Object Designer we get below listed error (even the service is configured properly) - --------------------------- Microsoft Dynamics NAV Development Environment --------------------------- There are no NAV Server instances available for this database. You must ensure that a NAV Server instance is running and is configured to use the database before you perform this activity. --------------------------- OK    ---------------------------