Dynamics 365 Business Central: How to get the format, size, width and height of the picture/image

Today I would like to talk about how to get the size, width and height of the picture/image in Business Central.
When uploading pictures to Business Central, sometimes you may need to record some basic information of pictures, such as format, size, width and height. How can this be done quickly?

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: How to convert Image (item picture) to encoded text (Base64 String) via AL

So today I would like to briefly discuss how to convert Image (item picture) to encoded text (Base64 String) via AL.

The main method this time is codeunit 4110 “Base64 Convert” (Converts text to and from its base-64 representation)

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: Import Multiple Customer Pictures (Customization)

Today I would like to briefly discuss a specific requirement, how to import multiple customer pictures. This was a question from a partner last week.

As you might know, on the Customer Card page, we can add a picture for a signle customer, but as of now, it is not possible to import multiple pictures for multiple customers at the same time in the standard BC.

Source : Dynamics 365 Lab
Read more…