In this video, I show how you can sign up for a minimal Microsoft 365 tenant and use that to get access to a trial version of Business Central, all for the low, low price of $6 per month. Check out the video:
Tag Archives: Cloud
Dynamics 365 Business Central SaaS (Cloud) Test: Deploy the same PTE to different Tenants/Customers
As you might know, there are two kinds of extensions in Business Central world: AppSource Extensions and Per-Tenant Extensions (PTE).
When you have finished developing and testing your tenant customization, you must deploy the extension (.app file) containing the customization to your customer’s production tenant. Recently I saw some discussions about whether it is possible to deploy a same PTE in the same version into different Tenants/Customers?
How to send push notification from Business Central using Firebase cloud messaging
In this video we will see How to send push notification from Business Central using Firebase cloud messaging.
Business Central 2021 wave 2 (BC19) new features: AL API for sharing files in Microsoft 365 (Cloud Storage and Open in OneDrive)
Since Microsoft does not provide a lot of information for this, I am not sure if the content I write next is related to the title, but it may bring readers a lot of new information is not bad.
Okay, when you open the My setting in BC19, you will see an additional item.
Cloud migration tool scheduling issue
Some news if you use Cloud Migration Tool (aka Intelligent Edge) in Business Central. And not very good news.
Migration scheduled runs are not working now. Honestly they totally disappeared from functionality. I created support request to Microsoft and answer is “they’ll back in release 2021 wave 2”. Stunning. I understand that only few customers use this in production (on my mind) but now we have to run migration manually when we need data from on-premise in SaaS.
Dynamics 365 Business Central: Snapshot Debugging (Debugging in Cloud Production)
Snapshot debugging allows a delegated admin to record AL code that runs on the server, and once it has run, debug the recorded snapshot in Visual Studio Code. For a delegated admin to create and download a snapshot file that exists on the server on behalf of an end-user, the delegated admin must be part of the D365 Snapshot Debug permission group.
Business Central Cloud renaming a PDF report using FileManagement.BLOBExport
On the Business Central Cloud, to save a report in PDF format and change its name while saving, you can use a STREAM BLOB through the “Temp blob” codeunit.
Once this is done, use the function then the BLOBExport function present in the “File Management” codeunit to export the report created with the “REPORT.SAVEAS” command, changing its name during saving.
Source : Roberto Stefanetti Blog – Microsoft Dynamics 365 Business Central
Read more…