Skip to main content

Posts

Showing posts with the label VS Code

Performance Profiler in Business Central

Introduction:  In this blog, I will be sharing the details of the Performance Profiler in Business Central. Performance Profiler is a performance reporting tool that can be used to get an understanding of the performance.  Pre-requisites:  VS Code Business Central Environment Books & References:  Performance Profiler Overview Demonstration:  1. Start Performance Profiler: Search for Performance Profiler in Tell me Search in Business Central. Once the Performance Profiler page opens, you can hit the start button.   Once you hit the start button, you can now go ahead and run the process that you want to analyze for Performance. Open the process through the search directly on top of the Performance Profiler page. 2. Stop the Performance Profiler: Once you have run through the process, you can just hit the Stop button and you will get the performance report dashboard. 3. Open Performance Profiler in VS Code: You can also download the Performance Profiler file and view it directly in VS

Setup Development Environment with Business Central On-Premise Hosted on Azure

Introduction: When you are using Business Central On-Premise, we might need to set up the Development Environment for AL Extension through Business Central Administration. In this blog, I will be sharing how to set up Development Environment connectivity on your local device and Business Central On-Premise hosted on a Server using UserPassword. Pre- requisites : Understanding of Authentication  Understanding of Business Central Administration VS Code AL Language Extension Business Central On-Premise Demonstration: 1. Set up Networking:  i. Enable Port through Inbound Port Rules in Azure: By default the Development Port required for Connectivity is disabled. Hence you will need to add the port in the Inbound Port Rules. ii. Enable Port through Inbound Port Rules in Advanced Firewall Settings: Add the port in the Inbound Port Rules in Firewall Settings. Add Inbound Port in Firewall 2. Set up Development Configuration in Business Central Administration: By default, Business Central Admini

Changes to authenticating AL Language Extension in VS Code Development Environment for Microsoft Dynamics 365 Business Central

Introduction: As I upgraded my Business Central AL Language Extension and VS Code, I noticed that I was no longer authenticated to deploy my app to Business Central Sandbox using (Ctrl + F5) So I noticed a process change in authenticating VS Code and Business Central and you will find the details below. Pre- requisites : Microsoft Dynamics 365 Business Central v15 Sandbox VS Code AL Language 5.0.254558 Demonstration: After running AL : Clear credentials cache, I tried AL: Downloading the Symbol VS Code will give you a Pop-Up to Open the Window. Make sure you copy the code and click on Copy & Open Trying to Download Symbols Once you click on Copy & Open, it opens a browser window Select Copy & Open Paste the Code from VS Code Insert the code that you copied from VSCode and click Next. This will open the Login page with your accounts to select. Select your Account After this you will get a Message on the Browser and your Symbols wil