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...
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...
How to Use AboutTitle and AboutText Property in a page with AL Code. Lets try it. Here I am taking an example of Custom page with any table, and I will show you how you can use those teaching tips with your custom Page. I...
Business Central views : In recent times, we have found it necessary to create our page views and save them to avoid the repetitive application of filters on the same page. But what if we could achieve this more efficiently through AL code using Business...
Transform Your Business Central Integration: Empower Your System by Replacing SOAP Webservice with OData4 Let’s discuss the process of migrating from SOAP Web Services to OData4 in Business Central and utilizing it via API. In Recent article we heard this “Expose UI pages as SOAP...
Yes thats right, here I am going to show you two commands which will download the latest Business central image and install in your already installed docker environment. So Here we go, first you need to install Docker from here (if its not already there)...
Business Central developer news 2023-04-03 Welcome to the AL Home and AL Explorer 😃😃👏👏 Now you can easily explore the following in Business Central: Objects: This section contains a comprehensive collection of codeunits, tables, pages, page extensions, reports, and more. Events: Here, you will find...
In this chapter I will show you how you can use SetLoadfields command automatically in your AL app which using some Record filters. What is SetLoadFields function? Sets the fields to be initially loaded when the record is retrieved from its data source. This will...
Just go to your AL Code and find the settings.json file and change as per below property "al.incognito": true and then go to your launch.json file and make sure you have property added "launchBrowser": true, save the file and Run the app with command...