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?
Tag Archives: Picture
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)
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.
Dynamics 365 Business Central: How to import/create item picture from encoded text (Base64 String)
Today I would like to talk about how to create item picture from encoded text (Base64 String) in Business Central.
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:
Dynamics 365 Business Central: How to add a picture to Item Category (Manage item picture by group) – Customization
How to add a picture to Item Category (Manage item picture by group) by customization.
Business Central & Open AI: Create item picture by description
I needed to create a sandbox with a series of articles about a stationery store, but I didn’t feel like entering the images manually, so I said to myself…WHY not take advantage of open AI??!
OPEN AI makes available an API, image generation that allows you to create an original image, based on a text request.