First and last experience with teaching the MB-820 5-day course.

First and last experience with teaching the MB-820 5-day course.

Last week I attempted to teach the MB-820 course as is, and it was close to be a crash-and-burn experience.

Why? There are many reasons.

Wrong target group:

  • The target group for the exam and the course is describes as this:
  • “Candidates for this course are Developers, Software engineers, Architects, Technical advisors, Technical consultants, User Experience leads or have a combination of these skills”.
  • Which means that the certification and the course contains parts of all this.
  • In real life, this is not one person or function. Very few consultants or developers will cover all these areas, and I mean, I have been teaching development for 15 years now, and there is stuff that I had to work hard to understand and make work, also because of the quality of the demos and exercises (more about that later)

It ended up with a group where everyone was dissatisfied at some point.

  • The experienced developers thought that much of the material was too basic.
  • The unexperienced did not learn the basic stuff and the complicated stuff flew over their heads.

Missing access to the sites demanded for the course:

  • Creating a new free trial: This is not possible if the partner you work for already have a sandbox environment, therefore you need to have a work email that isn’t connected to office 365. Most people do not have one.
  • Administer BC Online: If you are a brand-new employee at a partner, the chances for her/him to be appointed Dynamics 365 Admin is equal to 0.
  • Managing users to BC demands access to Entra ID center which means that you need to be either Azure User Admin or Global Admin and that is not going to happen.
  • Use Azure functions – see above
  • Work with App registrations and web services – see above

The quality of the course material demos and exercises were not accurate or up to date:

  • Azure Functions can no longer be created from the Azure Portal but only through Visual Studio Code. Besides that, there are steps missing.
  • Power Automate has changed totally since the materials were made, and the functionality in the out-of-the-box flows did not work. The exercise did not work either.
  • Access REST Services the demonstrations are flawed and do not work as described
  • Identify functional table types and characteristics: There are NO exercises in creating tables – and it is positioned after working with other objects – this does not make any sense.

The flow of the course:

The order of the modules is pretty random. There is no natural flow which would make it easier for the delegated to follow. Besides that, topics are introduced in one module and then it will come back in another module. Some modules introduce topics early, but is explained later. Some topics are repeated in multiple modules.

  • Starting with “Start your free BC trial” 90% of the delegated could not create a new trial or use a company sandbox since the partners only have 3 per production environment – I had anticipated that and offered my own training machines. But why include it when we know it doesn’t work
  • Introduction to the capabilities of BC: This is part of the MB-800 course and has absolutely no place here. It should be part of the prerequisites.
  • Customize BC: the same, it is part of the MB-800 course and has absolutely no place here.
  • Prepare for an easy application upgrade experience in BC: This is good but it should be positioned at the end of the course when the delegated actually know what an app is and how it works. AND what the %¤# does DataTransfer do in this section.
  • Administer BC online: Firstly, none of the delegates I have are companies starting up as new partners. Secondly, it would be better to introduce the topic later instead of spending 2½ hours on the first day. Also testing is introduced here, they might want to know that to test. And honestly 6 minutes to explain the API for automation and administration!

This means that the first day is spent talking about stuff that we will get back to later or stuff that was irrelevant.

  • Manage users and implement security in BC: This is part of the MB-800 course
  • Introduction to the development environment for BC: This would normally be my first topic in a development course – but here we are at day 2.
  • Debug and deploy your extension in BC: Great topic, but it would be better is we had a solution already to debug. So, later in the course. And, why are we making table and page extensions here before going through the object types.
  • Work with pages in BC: The flow totally breaks here. We do not know what a table is, but we are expected to create a page. Other that that, the module is ok.
  • Design the data model of a report in BC: This is ok, but 37 minutes to explain and do exercise, that is not enough. And what is a query doing here?
  • Work with codeunits in BC: 15 minutes to explain codeunits? And then the test, test runner, install and upgrade codeunits are explained in other modules.
  • Work with XMLports in BC: This is ok.
  • Work with entitlements and permission sets in BC: This is another weird placement. The topic is ok but should be moved to the end.
  • Work with queries in BC: This is ok, but let’s move the query part from the report module here. Now they know both what a report and a query is.
  • Build control add-in objects in BC: This is a topic that the average developer maybe come across once in their career (unless you are Vjekoslav ). It this cardinal and should it be here or together with the Azure functions module? And 37 minutes to both demo and exercise – not going to happen.
  • Customize the UI experience in BC: Weird placement, maybe with the pages or the permission sets.
  • Identify functional table types and characteristics in BC: So, now the tables came, but without any exercises. Not good enough.
  • Introduction to the basics of AL programming in BC: And now we learn about programming after we have made objects, added code, tested and debugged??? And we have to go through it all in 74 minutes.
  • Learn about application performance and monitoring in BC: We have been at the Application Insights before. Keep the topics together. Also, 19 minutes to teach high performance programming. Not going to happen.
  • Work with source control using Git in Visual Studio Code: Also way too late. If introduced earlier, the solution that they have made could have been committed to an off-site repo. That would give them the experience of the normal development procedures.
  • Use Application Lifecycle Management for BC: but very difficult to teach if you are not an expert in DevOps. Others use AL:Go for GitHub and you cannot be an expert in both.
  • Introduction to test automation in BC: Great subject, but Docker kind of comes in without introduction. Also it is not enough to import the applications\TestFramework you also need the System\System Application Test Library.
  • Lastly, three different modules about web services. Put them all together.
  • Leave Azure functions after the web services – since we need them to connect to the Azure function.

My recommendations:

Leave the MB-800 stuff out of here

  • Start your free BC trial
  • Introduction to the capabilities of BC
  • Customize BC
  • Manage users and implement security in BC
  • Use Power Automate with BC

Split the development course into two courses:

Introduction to BC development (Level Beginner)

Then restructure the course. It needs to be one coherent solution, create the project, create a repo, create a table, add data to the table, create other objects that uses the table data.

  • Introduction to the development environment for BC
  • Work with source control using Git in Visual Studio Code for BC
  • Introduction to the basics of AL programming in BC
  • Work with tables in BC
  • Work with pages in BC
  • Design the data model of a report in BC
  • Work with codeunits in BC including
    • Event programming
    • Install codeunits
    • Upgrade codeunits
  • Work with XMLports in BC
  • Work with queries in BC
  • Work with entitlements and permission sets in
  • Customize the UI experience in BC
  • Prepare for an easy application upgrade experience in BC
  • Maybe an introduction to testing
  • Maybe an introduction to web services

Advanced administration and development (Level Advanced)

  • MB-820 in one day – general highlights for the exam
  • Administer BC online
  • Debug and deploy your extension in BC
  • Build control add-in objects in BC
  • Use Application Lifecycle Management for
  • Introduction to test automation in BC
  • Learn about application performance and monitoring in Business Central
  • Access REST services from within BC
  • Work with web services in BC
  • Work with the API in BC
  • Use Azure Functions with BC

Hopefully this will help others to reorganize the course before attempting to conduct the course.

4,728 thoughts on “First and last experience with teaching the MB-820 5-day course.

  1. Thanks for sharing excellent informations. Your web site is so cool. I am impressed by the details that you?¦ve on this blog. It reveals how nicely you perceive this subject. Bookmarked this web page, will come back for more articles. You, my pal, ROCK! I found just the info I already searched all over the place and just could not come across. What an ideal site.

  2. I discovered your blog site on google and check a few of your early posts. Continue to keep up the very good operate. I just additional up your RSS feed to my MSN News Reader. Seeking forward to reading more from you later on!…

  3. A person essentially help to make seriously posts I would state. This is the first time I frequented your web page and thus far? I surprised with the research you made to create this particular publish extraordinary. Wonderful job!

  4. the best adult generator adult ai chat create erotic videos, images, and virtual characters. flexible settings, high quality, instant results, and easy operation right in your browser. the best features for porn generation.

  5. That is very attention-grabbing, You’re a very skilled blogger. I’ve joined your rss feed and look ahead to looking for more of your wonderful post. Also, I’ve shared your website in my social networks!

  6. Hello! This post couldn’t be written any better! Reading this post reminds me of my old room mate! He always kept chatting about this. I will forward this page to him. Fairly certain he will have a good read. Thank you for sharing!

  7. Нужен проектор? магазин проекторов в Москве большой выбор моделей для дома, офиса и бизнеса. Проекторы для кино, презентаций и обучения, официальная гарантия, консультации специалистов, гарантия качества и удобные условия покупки.

  8. I’ll immediately seize your rss as I can’t in finding your e-mail subscription hyperlink or e-newsletter service. Do you’ve any? Please permit me recognise so that I may just subscribe. Thanks.

  9. Играешь в казино? up x Слоты, рулетка, покер и live-дилеры, простой интерфейс, стабильная работа сайта и возможность играть онлайн без сложных настроек.

  10. Лучшее казино up x казино играйте в слоты и live-казино без лишних сложностей. Простой вход, удобный интерфейс, стабильная платформа и широкий выбор игр для отдыха и развлечения.

  11. Лучшее казино апх играйте в слоты и live-казино без лишних сложностей. Простой вход, удобный интерфейс, стабильная платформа и широкий выбор игр для отдыха и развлечения.

  12. Hiya, I’m really glad I have found this information. Nowadays bloggers publish just about gossips and net and this is actually annoying. A good blog with interesting content, that is what I need. Thank you for keeping this web-site, I’ll be visiting it. Do you do newsletters? Can’t find it.

  13. Hey there, I think your blog might be having browser compatibility issues. When I look at your website in Opera, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, terrific blog!

  14. Anh em đã biết tin gì chưa. Jun88 đang là bến đỗ an toàn nhất hiện nay.
    Bác nào đang xa bờ thì về đội Jun88 ngay.

    Khuyến mãi hoàn trả bên Jun88 đang cao nhất thị trường.
    Link chuẩn Jun88 mình để ở trang chủ nhé.

  15. Fantastic beat ! I wish to apprentice while you amend your website, how can i subscribe for a blog web site? The account aided me a acceptable deal. I were tiny bit familiar of this your broadcast offered vibrant transparent concept

  16. I do not even know how I ended up here, but I thought this post was great. I do not know who you are but certainly you are going to a famous blogger if you are not already 😉 Cheers!

  17. Hi, I do believe this is an excellent website. I stumbledupon it 😉 I will revisit once again since I bookmarked it. Money and freedom is the best way to change, may you be rich and continue to help other people.

  18. Most of whatever you mention is astonishingly precise and that makes me wonder the reason why I had not looked at this with this light previously. This piece really did turn the light on for me as far as this particular subject goes. Nevertheless at this time there is 1 factor I am not too comfortable with so whilst I attempt to reconcile that with the actual core theme of your position, permit me observe exactly what the rest of your visitors have to point out.Very well done.

  19. Oh my goodness! Impressive article dude! Thank you, However I am experiencing troubles with your RSS. I don’t understand the reason why I am unable to join it. Is there anybody else having similar RSS problems? Anyone who knows the solution can you kindly respond? Thanks!!

  20. It’s perfect time to make some plans for the future and it’s time to be happy. I have read this post and if I could I desire to suggest you some interesting things or suggestions. Perhaps you can write next articles referring to this article. I wish to read even more things about it!

  21. I will immediately take hold of your rss feed as I can not to find your e-mail subscription link or e-newsletter service. Do you’ve any? Please permit me realize in order that I may just subscribe. Thanks.

  22. For those seeking an exceptional online gaming experience, us.com](https://maxispin.us.com/) stands out as a premier destination. At Maxispin Casino, players can enjoy a vast array of pokies, table games, and other thrilling options, all accessible in both demo and real-money modes. The casino offers attractive bonuses, including free spins and a generous welcome offer, along with cashback promotions and engaging tournaments. To ensure a seamless experience, Maxispin provides various payment methods, efficient withdrawal processes, and reliable customer support through live chat. Security is a top priority, with robust safety measures and a strong focus on responsible gambling tools. Players can easily navigate the site, with detailed guides on account creation, verification, and payment methods. Whether you’re interested in high RTP slots, hold and win pokies, or the latest slot releases, Maxispin Casino delivers a user-friendly and secure platform. Explore their terms and conditions, read reviews, and discover why many consider Maxispin a legitimate and trustworthy choice in Australia.
    MaxiSpin.us.com is a cutting-edge platform designed for content creators and marketers.

    **Features of MaxiSpin.us.com**
    Additionally, the platform offers a built-in editor for making real-time edits to achieve optimal results.

    **Benefits of Using MaxiSpin.us.com**
    This saves time and resources, allowing companies to focus on other critical aspects of their operations.

  23. Kubet11tax? I appreciate the upfront honesty with the tax info! It’s something everyone wonders about. How transparent are they really? Need to dig to check compliance. Check out kubet11tax and see for yourself.

  24. Nice post. I learn something totally new and challenging on sites I stumbleupon on a daily basis. It will always be interesting to read content from other writers and practice something from their web sites.

  25. Ahaa, its good dialogue on the topic of this piece of writing here at this webpage, I have read all that, so now me also commenting here.

  26. That is really fascinating, You are an overly skilled blogger. I’ve joined your feed and look forward to in the hunt for more of your wonderful post. Also, I’ve shared your web site in my social networks

  27. Thanks for posting. I really enjoyed reading it, especially because it addressed my problem. It helped me a lot and I hope it will help others too.

  28. I have been surfing online more than 3 hours these days, yet I by no means found any interesting article like yours. It’s lovely price sufficient for me. Personally, if all web owners and bloggers made excellent content as you did, the net might be much more useful than ever before. “We are not retreating – we are advancing in another Direction.” by Douglas MacArthur.

  29. Excellent beat ! I wish to apprentice while you amend your website, how could i subscribe for a blog web site? The account helped me a acceptable deal. I had been tiny bit acquainted of this your broadcast provided bright clear idea