With Statement Deprecation in Business Central.
Hi Readers,The “with statement deprecation in Business Central” is a significant change that developers need to address. Microsoft’s decision to remove support for this statement has far-reaching implications for AL development and upgrade projects. Let’s explore what this means for Business Central developers and how to prepare for this important transition.Understanding the With Statement in… Continue...
Effortless Project Management with Business Central 2024: Streamlined Item Replenishment.
Hi Readers,Ensuring Project Success with Timely Item ProcurementIn the fast-paced world of project management, having the right items at the right time is crucial for success. Dynamics 365 Business Central 2024 empowers businesses to streamline the item replenishment process, ensuring that projects have the necessary resources to stay on track.Key Benefits of the New Feature:Simplified Item… Continue Reading Saurav...
Streamline Your Service Management with Business Central 2024: New Archiving Capabilities.
Hi Readers,Managing the Evolution of Service DocumentsService documents, like quotes, orders, and contracts, often undergo changes throughout their lifecycle. To ensure data integrity and maintain a clear audit trail, Business Central 2024 introduces robust archiving capabilities specifically tailored for service management.Key Benefits of Archiving Service Documents:Enhanced Data Control:… Continue Reading Saurav Dhyani’s...
Unleashing the Power of Dynamics 365 Business Central 2024 Release Wave 2: Public Preview Now Available.
Hi readers, Exciting News for Business Central Users & Consultants! The public preview for Dynamics 365 Business Central 2024 release wave 2 (BC25) is officially here. This means you now have the opportunity to explore and test the latest innovations and enhancements that Microsoft has packed into this upcoming release. How to Access the Public Preview: Log in to your Dynamics 365 Business Central… Continue Reading Saurav...
Harnessing JSON with Comments in Business Central 2024 Release Wave 1
Hi Readers, This video discusses a small but important change in Business Central 2024 Release Wave 1 that allows developers to add comments to app.json files. This change is significant because it enables developers to add descriptions and explanations to different sections of the app.json file, improving code readability and maintainability. The speaker demonstrates how to enable the JSON… Continue Reading Saurav...
Debugging Business Central Sandbox in #msdyn365bc
Hi Readers, In this tutorial, we dive into the essential process of debugging sandbox environments within Microsoft Dynamics 365 Business Central (MSDyn365BC). Sandbox environments are vital for development and testing and mastering the debugging process can significantly improve your troubleshooting efficiency and development timelines. What You’ll Learn: Introduction to Sandbox Environments:… Continue Reading Saurav...
Replicating Work Descriptions in Purchase Documents | #MSDyn365BC
Hi Readers, This video demonstrates how to replicate the work description functionality from sales orders to purchase orders in Dynamics 365 Business Central. The speaker starts by explaining that the work description field is not available in purchase orders by default. They then proceed to create a table extension for the purchase header table to add the work description field and copy the… Continue Reading Saurav...
Exploring New Service Management Features in #MSDyn365BC 2024 Release Wave 1.
Hi Readers, This video explores the new service management features in Dynamics 365 Business Central 2024 Release Wave 1. The speaker discusses several enhancements, including: Number series management: You can now choose number series for service codes, similar to sales and purchase documents. Item blocking: You can block items or variants from being used in service transactions. Document… Continue Reading Saurav Dhyani’s...
Data Upgrade to Business Central 2024 Release Wave 1.
Hi Readers, This video is a tutorial on how to upgrade data from Business Central 2022 to Business Central 2024. The speaker first provides an overview of the prerequisites for the upgrade, including the need for two versions of the extension, one for Business Central 2022 and one for Business Central 2024. They also mention the introduction of the new Foundation app in Business Central 2024 and… Continue Reading Saurav...
Sales Line Suggestions with Copilot in Business Central 2024 Release Wave 1.
Hi Readers, This video discusses the new feature of suggesting sales lines in Dynamics 365 Business Central 2024 Release Wave 1 using the co-pilot. The speaker explains how to use the feature to suggest sales lines based on item descriptions and quantities or by copying lines from an existing document. The speaker also discusses the limitations of the feature, such as the inability to suggest… Continue Reading Saurav...
Unlocking AI-Powered Analysis with Copilot in #msdyn365bc 2024 Release Wave 1.
Hi Readers, This video is about the new AI-powered analysis feature in Dynamics 365 Business Central 2024 Release Wave 1. The speaker demonstrates how to use the feature to analyze data in lists and worksheets. The feature allows users to type natural language queries to generate analysis views. The speaker also shows how to save and reuse analysis views. Finally, the speaker discusses the… Continue Reading Saurav...
Chatting with Copilot: Exploring AI-Powered Assistance in #msdyn365bc.
Hi Readers, This video is about the new co-pilot feature in Dynamics 365 Business Central. The speaker discusses how to use the co-pilot to find records, explain fields, and get help with tasks. They also demonstrate how to use the co-pilot to continue conversations and ask follow-up questions. Finally, the speaker discusses the limitations of the co-pilot, such as the fact that it cannot access… Continue Reading Saurav...
Enhance User Experience: Adding Tooltips to Table Fields in Business Central 2024 Release Wave 1.
Hi Readers, This video discusses the new feature of adding tooltips to table fields in Dynamics 365 Business Central 2024 release wave 1. The speaker first explains the problem with existing tooltips, which are often inconsistent and difficult to maintain. They then demonstrate how to add tooltips to table fields and how to convert existing page tooltips to table field tooltips. Finally, the… Continue Reading Saurav...
Customizing Report Field Captions in #MSDyn365BC.
Hi Readers, This video is about how to customize report field captions in Dynamics 365 Business Central. The speaker discusses three different ways to achieve this: using text constants, labels, and include captions. Text constants are defined in the report code and can be used to provide custom captions for fields. This method gives you the most flexibility but can also impact report… Continue Reading Saurav Dhyani’s...
Breaking New Ground: The First-Ever Jump Version of Business Central.
Hi Readers, The video talks about the first jump version of Dynamics 365 Business Central which was announced in a previous release. The jump version is a new name for an old concept where you had to take breaks in the middle of an upgrade process. Here are some key points from the video: In the past, you had to upgrade from NAV 2009 to NAV 2015 and then from NAV 2015 to Business Central 14. Now,… Continue Reading Saurav...
How Do I – Read Dimension Values for a #MSDyn365BC Record?
Hi Readers, This video is about how to read dimension values for a Dynamics 365 Business Central record. The speaker first provides background on dimensions and how they are set up in Business Central. They then explain how to read dimension values for a specific record using the get shortcut dimensions function. Finally, they provide an example of how to use this function to display dimension… Continue Reading...
Business Central API Q&A: Your Questions Answered!
Hi Readers, In continuation to the API Series today we will discuss about Business Central API Q&A: Your Questions Answered! #msdyn365bc #api #Q&A This video is a Q&A session about the Business Central API. The video answers questions from viewers about how to use the API, including how to determine which API endpoints allow which HTTP methods, how to create custom JSON responses after bounded… Continue...
Delete Method in MS Dynamics 365 Business Central API.
Hi Readers, In continuation to the API Series today we will discuss about Delete Method in MS Dynamics 365 Business Central API. #msdyn365bc #delete #api #businesscentral This video is about the DELETE method in MS Dynamics 365 Business Central API. The DELETE method is used to delete existing records in Business Central. The video starts with a quick recap of previous videos in the series, which… Continue...
PATCH Method in MS Dynamics 365 Business Central API.
Hi Readers, In continuation to the API Series today we will discuss about PATCH Method in MS Dynamics 365 Business Central API. #msdyn365bc #api #patch #businesscentral This video is about the PATCH method in MS Dynamics 365 Business Central API. The PATCH method is used to modify existing records in Business Central. The video starts with a quick recap of previous videos in the series, which… Continue Reading...
Batch Requests in MS Dynamics 365 Business Central API.
Hi Readers, In continuation to the API Series today we will discuss about Batch Requests in MS Dynamics 365 Business Central API. #msdyn365bc #api #batch This video is about batch requests in MS Dynamics 365 Business Central API. Batch requests allow you to combine multiple operations into a single request, which can improve performance. The video covers the basics of batch requests, including… Continue...
Unleashing the Potential of Bound API Actions in MS Dynamics 365 Business Central.
Hi Readers, In continuation to the API Series today we will discuss about Unleashing the Potential of Bound API Actions in MS Dynamics 365 Business Central. This video is about bounded actions in Dynamics 365 Business Central APIs. Bounded actions are a type of API action that allow you to perform specific actions on a particular data entity. For example, you can use a bounded action to create… Continue Reading...
Creating Records with Business Central API: Step-by-Step Guide for Post Method.
Hi Readers, In continuation to the API Series today we will discuss about Creating Records using Business Central API’s on-prem and online. This video is about how to use the POST method in Business Central APIs to create records. the basics of using the POST methodDemo how to use the POST method to create a customer record.How to use the POST method to create a sales order with multiple lines… Continue Reading...
Expanding Data with $expand in Business Central APIs: A Comprehensive Guide
Hi Readers, In continuation to the API Series today we will discuss about $expand parameter w.r.t Business Central API’s on-prem and online. This video is about how to use the $expand parameter in Business Central APIs.First, we will go over the basics of using $expand, such as what it is and how it is used. Then demonstrates how to – use $expand to expand related records in a variety of…...
How Do I – Filter Your Business Central Api Data.
Hi Readers, In continuation to the API Series today we will discuss about Filtration options for Business Central API’s on-prem and online. This video is about how to filter data using Business Central APIs.We will go over – the different comparison operators that are supported, such as equal to, not equal to, greater than, and less than. Demo how to use these operators in Postman to...
Making API Calls in #msdyn365bc: Step-by-Step Guide using REST Client and Postman.
Hi Readers, In continuation to the API Series today we will discuss about How to make API call using REST Client and Postman. This video is about how to use APIs in Business Central. The speaker first goes over some of the basics of using APIs, such as what they are and how they are used. He then provides a step-by-step guide on how to make API calls using REST Client and Postman. Finally, he… Continue Reading Saurav...
Mastering API Authentication in Business Central: Basic and OAuth Explained.
Hi Readers, In continuation to the API Series today we will discuss about authentication types for Business Central API’s on-prem and online. Mastering API authentication in Business Central involves understanding basic and OAuth methods. Basic authentication is deprecated for online environments, while OAuth is essential for cloud use. The process includes setting up app registrations in Azure,… Continue Reading...
Business Central APIs: Understanding API Versions and Evolution.
Hi Readers, In continuation to the API Series today we will discuss about Business central API Version and Evolution. Business Central APIs evolution focuses on versions from beta to 2.0. I will try to explain the historical context, access methods, and key differences between versions. The importance of upgrading from outdated versions is emphasized, along with the limitations of API… Continue Reading Saurav Dhyani’s...
API 101: An Introduction to Application Programming Interfaces.
Hi Readers, I am sure you have heard about Application Programming Interfaces. Microsoft Introduced API with Dynamics NAV 2018 as beta release, that later was upgraded to Version 1.0 with Business Central 14 and currently version 2.0 is the active version. Microsoft currently supports v1 and v2 Api’s with business central. An API, or Application Programming Interface, facilitates communication… Continue Reading Saurav...
5’th #bcopendiscussion – What’s New in Business Central 24.
Hi All, We have restarted #bcopendiscussion. With 2024 Season we started with What’s new in Business Central 2024. You can join future meetings, following this link. Register for upcoming event, and we will see you there. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog 5’th #bcopendiscussion – What’s New in Business Central 24....
4’th #bcopendiscussion – What’s New in Business Central 24.
Hi All, We have restarted #bcopendiscussion. With 2024 Season we started with What’s new in Business Central 2024. You can join future meetings, following this link. Register for upcoming event, and we will see you there. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog 4’th #bcopendiscussion – What’s New in Business Central 24....
Importing & Exporting Licenses in #msdyn365bc on-Premises Environments!
Hi Readers, In this video we discussed about how to import and export license in Business Central environment. This video will provide details of PowerShell cmdlets that are required to check and update license in Business Central. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube www.sauravdhyani.com Continue Reading Saurav Dhyani’s Article on their blog Importing & Exporting Licenses in #msdyn365bc...
Uploading Multiple Files in Business Central 2024 Release Wave 1.
Hi Readers, With Business Central 2024 Release Wave 1, it’s possible to upload multiple files using the dialog. Till BC 23, the file upload dialog is limited to import one file only. In this video we explain how to utilize the feature to upload multiple files. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube www.sauravdhyani.com Continue Reading Saurav Dhyani’s Article on their blog Uploading Multiple Files...
Leveraging the InstructionalText Property in Business Central 2024 Release Wave 1
Hi Readers, With Business Central 2024 Release Wave 1 a new property is available in page field. The New property is InstructionalText. In this video, we will explain How to use this property. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube www.sauravdhyani.com Continue Reading Saurav Dhyani’s Article on their blog Leveraging the InstructionalText Property in Business Central 2024 Release Wave 1 business...
Installing Dynamics 365 Business Central 2024 Wave 1 – Step-by-Step Guide.
Hi Readers, In this video we will discuss step by step process of installing Business Central 2024 Release Wave 1. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube www.sauravdhyani.com Continue Reading Saurav Dhyani’s Article on their blog Installing Dynamics 365 Business Central 2024 Wave 1 – Step-by-Step Guide. “A Blog About Common Issues and New Changes in Microsoft Dynamics NAVISION and Business...
Troubleshooting Fatal Errors in Web Server Components Installation for #msdyn365bc.
Hi Readers, With Business Central 2024 Release Wave 1 you might end up with error message during installation – Package web server components failed with error. In this video we explained how to fix the error message during installation. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube www.sauravdhyani.com Continue Reading Saurav Dhyani’s Article on their blog Troubleshooting Fatal Errors in Web Server Components...
Transforming Reporting: New Excel Layouts for 35 Selected Reports.
Hi Readers, With Business Central 2024 Release Wave 1, Microsoft have planned 35 selected reports with Excel Layouts. With General Availability Microsoft have released 8 Excel Layouts Reports in Preview. It seems very clear that excel layouts were not used by customer and partners and with this release Microsoft is providing the correct way to implement these reports and let it gets utilized by… Continue Reading Saurav...
Handling Attachments in Service Items and Documents in Business Central 24!
Hi Readers, With Business Central 2024 Release Wave 1 Microsoft have added a feature to Handling Attachments in Service Items and Documents in Business central. With this release there are major enhancements in Service Area. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog Handling Attachments in Service Items and Documents in Business Central 24! business...
3’rd #bcopendiscussion – Exploring Copilot Features in Business Central 24.
Hi All, We have restarted #bcopendiscussion. With 2024 Season we started with What’s new in Business Central 2024. You can join future meetings, following this link. Register for upcoming event, and we will see you there. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog 3’rd #bcopendiscussion – Exploring Copilot Features in Business Central...
Empowering Sales: Assign Salesperson to Customer Ship-To Addresses.
Hi Readers, With Business Central 2024 Release Wave 1 Microsoft have added a feature to assign salesperson in Ship to address in Business central. If Salesperson will be selected it will be updated in Sales Documents when ship to address is assigned or changed. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog...
114’th bcopendiscussion – ChatGPT API and Business Central.
Hi Readers, This session was one of the most watched sessions as we deeply discussed in ChatGPT Integration with Business Central. Enjoy! Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog 114’th bcopendiscussion – ChatGPT API and Business Central. chatGPT, #AI, #BusinessCentral, #msdyn365bc, businesscentral, chatgpt, ai, copilot, bcopendiscussion Blog...
Business Central – All About Companies?
Hi, Do you know everything about Companies with Business central? Give this a try and let us know in comments if you learned something new. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog Business Central – All About Companies? companies, businesscentral, #msdyn365bc, companyinformation Blog Syndicated with Saurav Dhyani’s...
Attach an Excel file in #msdyn365bc Email.
Hi Readers, In the tutorial we discuss how to attach an excel file in Business Central E-mail. With this process if your scenario requires to add Excel file in email generated by Business Central. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog Attach an Excel file in #msdyn365bc Email. “A Blog About Common Issues and New Changes in Microsoft Dynamics...
2’nd #bcopendiscussion – Exploring New Features in Business Central 24.
Hi All, We have restarted #bcopendiscussion. With 2024 Season we started with What’s new in Business Central 2024. You can join future meetings, following this link. Register for upcoming event, and we will see you there. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog 2’nd #bcopendiscussion – Exploring New Features in Business Central 24....
Export Multiple Sheets in Excel from #msdyn365bc
Hi Readers, This video discusses how to export multiple excel sheets in excel. This is done via using Excel buffer in business central. The code segment works on on-prem and Business central SaaS. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog https://www.sauravdhyani.com/2024/05/export-multiple-sheets-in-excel-from.html Blog Syndicated with Saurav Dhyani’s...
Exporting #msdyn365bc Data to Microsoft Excel.
Hi Readers, This tutorial discusses about how to use Export to Excel feature in Business Central. With this video you can export data to Business Central. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog Exporting #msdyn365bc Data to Microsoft Excel. msdyn365bc, #excel, #microsoftexcel, #data, #exportdata, #analysis, #exceldownload Blog Syndicated with Saurav...
Data Replication from On-Premises to BC SaaS – Same Version!
Hi Readers, In this video we learned how to copy (replicate) data from Business Central on-prem to Business Central SaaS (Cloud). This video discusses about How to replicate data from same version in on-prem to SaaS. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog Data Replication from On-Premises to BC SaaS – Same Version! BCSaaS, #Replication,...
Effortless Email Body Writing with ChatGPT for Business Central.
Hi Readers, Chat GPT is part of everyone’s line. In this series of 4 videos, we will try to analyze How we can utilize power of Chat GPT with Business Central. This series will get started from understanding the Chat GPT and The Integration with Business Central and utilizing that in real world scenario. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their...
Unlocking Efficiency: Using ChatGPT’s New Model with Business Central
Hi Readers, Chat GPT is part of everyone’s line. In this series of 4 videos, we will try to analyze How we can utilize power of Chat GPT with Business Central. This series will get started from understanding the Chat GPT and The Integration with Business Central and utilizing that in real world scenario. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their...
Hey ChatGPT, Talk to Me! Business Central Integration Unleashed.
Hi Readers, Chat GPT is part of everyone’s line. In this series of 4 videos, we will try to analyze How we can utilize power of Chat GPT with Business Central. This series will get started from understanding the Chat GPT and The Integration with Business Central and utilizing that in real world scenario. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their...
Harnessing the Power of ChatGPT API: A Step-by-Step Guide.
Hi Readers, Chat GPT is part of everyone’s line. In this series of 4 videos, we will try to analyze How we can utilize power of Chat GPT with Business Central. This series will get started from understanding the Chat GPT and The Integration with Business Central and utilizing that in real world scenario. Regards,Saurav Dhyanihttps://bit.ly/SubscribeSauravYouTube Continue Reading Saurav Dhyani’s Article on their blog...