How to publish multiple AL apps together in business central by giving a folder path?

Sometime there is the situation when you want to publish multiple apps in Business central which leads the dependences on each other. In that case what we do, we go to Business central > Extension management > Upload extension and install our App one by...

New Interface “Invoice Posting” Engine – in Business Central

Extend general ledger posting aggregations (Invoice Post. Buffer refactoring) Source : Read here Feature details The Invoice Post. Buffer table has been at the center of localizations and partner customizations when changes to G/L posting are needed, or when G/L entries need to be aggregated in...

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

SwitchCompany

New Feature of Wave 2 – Switch companies across environments

Feature details Visual cues in the app bar help you to quickly understand which company and environment you’re currently working in, and include the company badge if one was specified for a company. Activate the company switcher pane from anywhere in Business Central, either from...

BC updates are temporarily postponing to version 21.0

We’re temporarily postponing updates to version 21.0 We’re temporarily postponing updates to version 21.0, and your tenant has one or more environments currently scheduled to receive this update. If you have an environment scheduled to receive an update while updates are postponed, your environment will...

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

Job Queue Error with message “SQL Server is no Longer usable..” in Business Central (SaaS)

Today morning I am trying to run the Job queue which was set as per below image. actually as per client it was failing almost every day, and raising the below error A connection to SQL Server is no longer usable. This could be caused...

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