AL Home AL Explorer

AL Home and AL Explorer provide a convenient and user-friendly way for users to explore and interact with their Business Central environment, allowing them to maximize efficiency and productivity.😃😃👏👏

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

Store Business Central’s Item record image file to OneDrive effortlessly using the power of PowerAutomate.

In this Blog post I will show you how we can store BC’s image into OneDrive using with PowerAutomate. First of all you should have access of using PowerAutomate and OneDrive for the same account you are going to use with Business Central, please ask...

Email Scenario

Can we empower the option to choose the Sender email ID while sending an email in Business Central?

Can we empower the option to choose the Sender email ID while sending an email in Business Central? The answer is yes, with using of Email Scenario. Lets start step by step how to achieve that First of all we need to understand how email...

Download Symbols

Empower your capability: Download symbols in a local folder change in AL Settings

Yes, we can do that, Lets start how to do that, so we can minimize the size of our app folder not to download the symbols in single project file. How we can do that? Create new project as usual Generate manifest Download symbols Now...

How to use “SetLoadFields” command automatically in AL App?

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

Experience the dynamic capability to run your App directly in Incognito browser mode from AL code.

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

Lets renumber the AL Objects

Lets renumber the AL Objects Its a requirement when we need to upgrade app to another no. series, sometime we require to renumber all our objects no. series. Lets look how we can do that in seconds. First of all we require a app extension...

Generic Excel importer in Business central

I have developed the Generic Excel importer, so no need to worry about the format of the excel just create the excel file and direct import by selecting the correct Table and field name Generic Excel Importer in Business Central Import data in Business Central...

Emailbody

convert Wordlayout report (Docx) into Text and add it in Email Body through AL Code while sending Email

Well, we know that we can show word layout report into Email body while sending the email to our customers or partners or anybody from Business Central, but setting up the Email functionality or Document sending profile. Here I am explaning how we can convert...

Extension Unpublished/Uninstalled history required in BC Production environment

There is a situation when someone can uninstall or unpublish any APP extension from the extension management in Production environment, there should be a feature available so that we should know who had uninstalled/unpublished that extension with their User name, Date and Time. Vote to...