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).
Tag Archives: Business Central
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.
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.
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.
What PageType should I use when?
In this video, I explain how and when to use the different page types, and explain the difference between them.
If it’s worth loading, it’s worth overloading
In this video, I’m showing the, (for AL vs C/AL) new capability of procedure overloading.