Today I would like to share another mini tip about Business Central, how to quickly get the extension name, file name without extension, and Media (MIME) types from an uploaded file.
Tag Archives: Media
Dynamics 365 Business Central: How to add Media or MediaSet data type (Pictures) to a report
Today I would like to talk about how to add Media or MediaSet data type (Pictures) to a report in Business Central.
As you might know, there are two ways that you can upload media in Business Central:
Business Central 2023 wave 1 (BC22): Discovers all orphaned media/media sets (New Media.FindOrphans/MediaSet.FindOrphans method)
This new feature is not mentioned in the 2023 wave1 release plan, but it is in Business Central Launch Event (2023 release wave 1) and AL Language extension changelog version 11.0.
Media.FindOrphans & MediaSet.FindOrphans: New methods for finding media and media sets that are no longer referenced, and can be deleted.
How To Use Media Data Types In Business Central?
In Microsoft Dynamics 365 Business Central we can use Media and MediaSet Data Types to store images, or other types of documents. In this post, you will learn how to use them, and how to create a process to import and export images. Also, you will learn the differences between them and blob types.
Dynamics 365 Business Central: How to export all Media Contents (bmp, jpg,mp4…) from table 2000000184 “Tenant Media”
Today I would like to talk about how to export all Media Contents from table 2000000184 “Tenant Media” in Business Central.
Guidelines for Partners: Media file management using MediaSet
Media, such as images are frequently used in Dynamics 365 Business Central. To work with media files, you need to learn about file handling. This blog post introduces Media, Mediaset data types, and how to upload and download images using MediaSet in Dynamics Business Central 365.
AL Extensions: Importing and Exporting Media Sets
One of the things that has changed when you are building V2 extensions for a cloud environment is that you cannot access most functions that work with physical files.
This presents a bit of a challenge when it comes to working with the media and media set field types, as the typical approach is to have an import and export function so that a user can get pictures in and out of the field.