Do you Want to Open a Report for Selected Record?
Explore our case study on seamlessly opening reports in Microsoft Dynamics 365 Business Central for enhanced productivity.
Explore our case study on seamlessly opening reports in Microsoft Dynamics 365 Business Central for enhanced productivity.
How Dynamics 365, combined with predictive analytics, can revolutionize healthcare operations, from patient care to supply chain management.
Azure Functions is a serverless computing service provided by Microsoft Azure, which allows you to run your code in a serverless environment without worrying about infrastructure management. In this blog, we will explore the concept of Azure Functions and provide code snippets to help you…
Whenever we enter data into sales or purchase lines, the default line type is "Item," as shown below, If we want to use a default line type other than item, then follow the below steps, A) For sales documents If we want the default line…
Overview: A running total is the addition of a sequence of numbers that is updated each time a new number is added to the sequence. We can calculate the running total by adding the value of the new number to the previous running total. It helps us…
In Business Central, Personalize and Design are two different features that allow you to customize the user interface to suit your preferences and requirements. Personalize is a feature that allows you to make quick and easy changes to the user interface. This includes customizing the…
Does sandbox PTE get removed or not after D365 – BC is updated? when a sandbox environment is updated, any extensions that were installed in that environment will not be automatically removed. However, it's possible that an extension might become incompatible with the updated environment…
Web service in Business Central In Business Central, web services are used to expose the functionality of the system to external applications over the internet. This allows other applications to access and manipulate data in Business Central, and to perform tasks such as creating new…
To publish an app file in the production environment in Business Central, you can follow the steps below: Create an app package: First, you need to create an app package file (.app) that contains your app and its metadata. use the AL Language extension in…
Example: We have the "Job List" report with report ID 10126. Let’s design a new Excel report with an existing report to create charts, a pivot table, and graphs, using formulas and functions to perform calculations to make the report easy to read. Steps to…