BC Developer Certificate

Coming January 2024: The new Microsoft Certified: Business Central Developer Associate certification

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...

Business Central pdfDocument

Business Central URLs to Retrieve the Purchase Sales reports as PDF Document

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....

SetLoadFields

use SetLoadFields and Supercharge your BC Processing Time by Slashing it by 50%!

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...

AboutText AboutTitle

Enhance your objects with AboutTitle and AboutText property with Business Central using AL Code.

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

Business Central Views — Views creation through AL code in Business Central for enhanced data analysis and reporting.

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...