Tag Archives: Dynamics 365
Manage Multiple Files Upload in Business Central
Introduction AL developers can now manage multiple file uploads at once in Business Central, significantly increasing flexibility. The AllowMultipleFiles property lets developers configure the FileUploadAction to accept either a single file or multiple files simultaneously. They can also specify acceptable file types using the AllowedFileExtensions property. This enhancement makes the file upload process more efficient … Continue reading Manage Multiple Files Upload in Business Central
How to Display the Full Username on the Navigation Bar in D365 Business Central
Introduction In D365 Business Central, developers or system administrators have multiple user accounts. To ensure they are logged in with the correct account, they need to see the full username instead of just the initials displayed on the navigation bar. Let’s explore how to display the full username on the navigation bar. Pre-requisites Business Central … Continue reading How to Display the Full Username on the Navigation Bar in D365 Business Central
Customizations vs Out-of-the-Box Features: Rethinking Dynamics 365 Implementations
Introduction If you are in the middle of a Dynamics 365 implementation or want to get onboarded into the Dynamics 365 ecosystem of business applications, consider your overarching approach for this implementation. And the approach I’ll be discussing below is around having customized systems vs. using out-of-the-box systems. I’ll try to list some pointers on … Continue reading Customizations vs Out-of-the-Box Features: Rethinking Dynamics 365 Implementations
Streamlining Siloed Systems to Optimize Business Operations
Introduction Small and medium businesses today have systems that were put in place based on the need back in time and served the purpose well. As organizations grow, they feel the need to consolidate information that is in these siloed systems. Siloed systems work well on their own but also pose challenges as business grows … Continue reading Streamlining Siloed Systems to Optimize Business Operations
What a Service Request Management System Would Look Like for a Growing Business
Introduction: For growing businesses, as much as their processes, reports, and efficient systems are important, service request management becomes equally crucial. As companies scale, the volume and complexity of service requests increase, making efficient management essential to maintaining operational flow and customer satisfaction. A well-designed Service Request Management System (SRMS) helps align workflows, reduce response … Continue reading What a Service Request Management System Would Look Like for a Growing Business
Buggy LLC Partners with CloudFronts for Managed Services Agreement (MSA) Renewal
We are delighted to announce that a leading US-based TLC car rental brand, Buggy LLC is partnering with CloudFronts for Dynamics 365 support & maintenance with Managed Services Agreement (MSA). Buggy LLC is a leading data-centric TLC (Taxi and Limousine Commission) car rental company, dedicated to providing reliable and efficient transportation solutions for drivers who … Continue reading Buggy LLC Partners with CloudFronts for Managed Services Agreement (MSA) Renewal
Introducing the Page Scripting tool in D365 Business Central.
Introduction: The 2024 Wave 1 release of Microsoft Dynamics 365 Business Central introduces a new feature called Page Scripting. This tool is designed to enhance User Acceptance Testing (UAT) by allowing users to record and replay their actions within the Business Central. This capability streamlines the UAT process by automating repetitive tasks and ensuring consistency … Continue reading Introducing the Page Scripting tool in D365 Business Central.
How to Setup Alternative Unit of Measure in Business Central
Introduction: Many Businesses supports buying and selling items with different unit of measures. How to configure this in Business Central without showcasing your inventory in decimals. Let’s take an example: We will be buying the goods always in dozen whereas we can sell the items in PCS or CARTONS. Steps to achieve the goal: 2. … Continue reading How to Setup Alternative Unit of Measure in Business Central
Setting Up Business Central On-Premise (BC-230) on a Virtual Machine
Introduction: Microsoft Dynamics 365 Business Central (formerly known as Microsoft Dynamics NAV) is a comprehensive business management solution that helps organizations streamline their financials, supply chain, sales, and customer service processes. It offers robust features for managing various aspects of your business, from inventory control to financial reporting. In this blog post, we’ll focus on … Continue reading Setting Up Business Central On-Premise (BC-230) on a Virtual Machine
Using Notifications in Business Central via AL
Introduction Notifications in Business Central are alerts that appears in the Notification bar based on User actions. Notifications stack up from top to bottom, lasting until the user dismisses them, including those from sub-pages. Validation errors are prioritized and shown before other notifications. We can use this to alert the user regarding something without taking … Continue reading Using Notifications in Business Central via AL