Media types are widely used in Business Central. This article shows practical tips for handling them. Learn how to view, import, transfer, and delete Media, and explore the differences between Media and MediaSet types.
Tag Archives: Type
We have a new Page Type: PromptDialog in AL
As part of the AI/CoPilot rollout, Microsoft has decided to wrap the prompt process into a separate page type. In this video, I go poke at the page type and see what it can do. Check out the video:
Dynamics 365 Business Central: How to get the id, type, length and value of a field by its text name (field name)
Yesterday I saw an interesting question on the D365 forum, how to use field name to find field id. More details: finding the id of a field using the field name only by using the recref and fieldref
So, in this post, I would like to talk about how to get the id, type, length and value of a field by its text name (field name).
The curious case of the MediaSet field type in AL
Have you ever wondered why there are two different media field types in AL, but only one UI? I have, and in this video, I’m looking into it:
Dynamics 365 Business Central: How to set multi-line text for a Blob Data Type field via AL
Today I would like to talk about how to set multiline text in a Blob Data Type field via AL.
NavigationAction for ErrorInfo data type
Today I would like to talk about how to copy an existing company via AL (Create multiple companies in one go).
As you might know, Microsoft will add a new company limit in 2023 wave 1 (BC22).
How to use “Dictionary” Object type into Business Central
Dictionary is one of the useful tools for developers in Business Central. In this post we will be discussing below points :
-What is Dictionary?
-Introduction to Dictionary.
-Usage of Dictionary.
-Use cases