Skip to main content

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

Hi Readers,

2025 is an exciting month 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 March, 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 Duration: 4:04 
📈 Views: 1,685 
🔧 A complete walkthrough to install BC 2024 Wave 1. Perfect for beginners and consultants!

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

📅 Published: May 10, 2023 
⏱ Avg Duration: 2:47 
📈 Views: 1,582 
🔍 Want to understand APIs in Business Central? Start here!

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

📅 Published: Jul 2, 2024 
⏱ Avg Duration: 3:05 
📈 Views: 1,418 
🔓 Explore unauthenticated API access for testing & learning.

4️⃣ Mastering API Authentication in Business Central: Basic and OAuth Explained 

📅 Published: May 12, 2023 
⏱ Avg Duration: 5:36 
📈 Views: 1,400 
🛡️ Demystifying Basic Auth and OAuth for real-life Business Central API scenarios.

5️⃣ Making API Calls in #msdyn365bc – Step-by-Step Guide using REST Client & Postman 

📅 Published: May 16, 2023 
⏱ Avg Duration: 5:32 
📈 Views: 1,369 
🧪 Test, debug, and call APIs like a pro with these tools.

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

📅 Published: Feb 19, 2024 
⏱ Avg Duration: 7:34 
📈 Views: 1,148 
📦 A real-world upgrade scenario – from classic NAV to BC14.

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

📅 Published: Aug 25, 2024 
⏱ Avg Duration: 11:44 
📈 Views: 1,036 
🔁 Next step in your upgrade journey—modernize your customizations!

8️⃣ Download & Install Business Central 2024 Wave 2 On-Premises {BC25} 

📅 Published: Oct 23, 2024  
⏱ Avg Duration: 4:32 
📈 Views: 994 
🖥️ On-prem setup for BC25—start your local development easily.

9️⃣ Creating Records with Business Central API: Step-by-Step Guide for POST Method 

📅 Published: May 24, 2023 
⏱ Avg Duration: 4:05 
📈 Views: 981 
📝 Learn how to push data into BC using the POST method.

🔟 How Do I Create a Server Instance & Web Server Instance in #msdyn365bc 

📅 Published: Apr 28, 2023 
⏱ Avg Duration: 5:24 
📈 Views: 840 
💡 Great for technical users configuring environments.

Final Thoughts

These videos have been incredibly helpful for many in the Business Central community. If you missed any of them, now is your chance to watch, learn, and enhance your skills!

📢 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    ---------------------------