AL Code

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

PowerAutomate

Use of Business Central oAuth2.0 in Powerautomate

Using the poweautomate we can use the BC OAuth2.0 and use that token for futher use in the samel powerautomate flow. in the below example I am creating a Incoming document by getting the email attachment, I am not going through the full powerautomate instead...

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

UpdateBC

Updates Available version: 21.0 is coming to your tenant

An update to your environment is scheduled for October 24, 2022 We’ve scheduled your Dynamics 365 Business Central environment YourTenant to update to version 21.0. Current version: 20.5 Available version: 21.0 Scheduled date: October 24, 2022 Update window (UTC): 2:30:00 PM to 12:30:00 AM Last...

Can we ignore warning AL0604 and AL0606 when compiling the AL APP?

Generally we see 2 common warning raise when we compile the AL App. warning AL0604: Use of implicit 'with' will be removed in the future AL0606: "The 'with' statement is deprecated and will be removed for cloud development in a future release. This warning will become an error in a future release." 1st warning AL0604 2nd warning...