How to Add a CSV Export Button with Custom Encoding to Your Cloud Application Exporting data to a CSV (Comma-Separated Values) file is a must-have feature in modern applications, offering users a simple way to extract and use data in tools like Excel or other...
Streamlining CRM and Business Central Integration: Syncing Account IDs to the Customer Table Imagine you’re managing customer relationships in Dynamics 365 CRM and handling financials or operations in Business Central. Each system has its own way of identifying customers—CRM uses an Account ID, while Business...
Merge Multiple Report PDFs into One with AL Code and JavaScript! Hey! Welcome back to NAVwithNAV, where we transform complex challenges into seamless solutions. Today, I’m beyond thrilled to share a tutorial that will turbocharge your Microsoft Dynamics 365 Business Central skills. In my latest...
With every update to Microsoft Dynamics 365 Business Central, developers gain access to new features that make customizing and enhancing the system more powerful and flexible. One of the latest and exciting additions is the PageStyle Enum in AL Code. In this blog post, we’ll...
Business Central Report Rendering Feature Lets have look to video for more information. Thanks for visiting and watching the video.
Create Base64 string of business central report Please refer the below video I have created. Thanks for visiting my blog.
Google Cloud is an Alternate of ChatGPT in for AL Language???? “Yes, you heard it right. We can try this extension developed by Google Cloud Code named ‘Chat with Duet AI’. You can install this extension from here. Let’s start using it. Install this extension...
Yes you are heard it right earlier it was announced that there is going to be launch a Business central developer certification as near about last 10 years except functional certification MBS-800 we did not have any Technical certification but not this is announced by...
We can retrieve any report of sales and purchase documents as a PDF document using Business central URLs. Let’s explore its functionality in the Business Central SaaS version. First, we need to generate the complete API URL to access our posted sales and purchase invoices....
Yes, it is true that with new features and functions, we can reduce processing time in AL code. One method to achieve this is by using the SetLoadFields function. Read full article here What this SetLoadfields function does! lets check it out. This function allows us...