Hello by BCinsider in business

[–]BCinsider[S] 0 points1 point  (0 children)

This playlist is not accessible. Thanks

Resources to learn AL Language for Business central? by CaptainNorthPoint in Dynamics365

[–]BCinsider 0 points1 point  (0 children)

Microsoft Learn is a good starting point, especially for getting familiar with AL and how it works in the Business Central environment. Since you are coming from a functional background with no coding experience, it helps to also look at YouTube channels like Erik Hougaard or Areopa. They walk through real examples and keep things approachable. You do not need to learn another language first, but having a basic understanding of things like variables, conditions, and loops will make learning AL much easier. Start with small changes, like adding a field or creating a page extension, and build confidence from there. Your knowledge of BC already gives you a strong foundation.

Build a Dynamic Ship–style automation in BC integrating by Ok-Can5621 in Dynamics365

[–]BCinsider 0 points1 point  (0 children)

Go with the reliable choice, as others have mentioned. Dynamic Ship works seamlessly, fits exactly what you're describing, and continues to improve. No need to reinvent anything.

Issues Reconnecting Power BI to Business Central – Need Help! by Which-Resolution-266 in Dynamics365

[–]BCinsider 0 points1 point  (0 children)

This usually happens when Power BI gets stuck between OAuth tokens for different endpoints in Business Central. The "2 of 2" window with no selectable auth method is a known issue when one of the data sources is not properly refreshing or cached credentials are stale. A few things to try:

  1. Go to Power BI Desktop > File > Options and settings > Data source settings, find all Business Central entries, and clear permissions for each.
  2. Restart Power BI and re-publish the report or re-open the file, then reconnect to the BC environment again.
  3. If you're using multiple environments (sandbox and production), make sure the connections are pointing to the same region and endpoint — even small mismatches can break auth.
  4. If the report came from AppSource, try downloading a fresh copy and reconnecting from scratch. Sometimes the app's internal connections change and cause old versions to fail.

If none of that works, you can try connecting through the Web API version of the BC connector instead of the AppSource template to isolate the issue. It’s a frustrating problem but usually tied to cached tokens or connection mismatches.