The ideal would be a mediaset field, unfortunately, the display from the web client in the lists is not perfect, you need to use brickview to view; in this case, we can still use the old technology based on blob fields (deprecated).
Keeping your UI fresh with Page Background Tasks
In this video I show the Page Background Tasks works in Business Central. This is a way to send time-consuming tasks to a background thread to avoid holding up the main thread and slowing down the user interface.
Business Central oAuth2 Authentication
Steps to activate the OAuth2 authentication method, this type of connection can be used to connect to Business Central WebServices-APIs; it will soon be the only method available as access with WebService key is deprecated.
The system to access the exposed services uses a token issued by the access procedure (see details at the links below), it is possible to use different ways to get the token released.
How-To USE Search-and-Replace Regex in VS Code
You might know that VS Code supports usage of search-and-replace regular expressions?
If you want to know how this reg-ex works, just visit: https://regex101.com/r/Rx7sPI/4
Analyzing Dynamics 365 Business Central telemetry with Power BI
Telemetry is a concept extremely important with Dynamics 365 Business Central, especially in the cloud world. Every partner should have an internal policy in place for connecting customer’s tenants to Application Insights service and then monitoring the status of these tenants and their performances by periodically checking the telemetry data injected into the Application Insights service.
Implementing Data (As Well As Metadata) Translations In Power BI
Power BI Premium has supported metadata translations – translations for table, column and measure names etc – for a while now. Kasper has a great blog showing how to use this feature here; Tabular Editor makes it very easy to edit metadata translations too. However (unlike SSAS Multidimensional) Power BI doesn’t have native support for data translations, that’s to say translating the data inside your tables and not just the names of objects.
Dynamics 365 Business Central: How to view Outstanding Order Lines and Posted Invoice Lines (No Customization)
Today I would like to discuss how to view Outstanding Order Lines and Invoices Order Lines in Business Central. For example, sales lines and posted sales invoice lines.
As you know, when you create a new sales order in BC, you first enter header information and then lines, which is a one-to-many relationship.