Today I would like to talk about how to create item picture from encoded text (Base64 String) in Business Central.
Tag Archives: Text
Dynamics 365 Business Central: How to save large text/string in the table
Today I would like to talk about how to save large text/string in the Business Central table.
I was asked this question the other day, they want to save a large text in the table. e.g. length of the text is 10,000 characters. However, because of system limitations, it is not possible to create such a long text field.
Working with text. Custom text encoding.
It may seem like working with text is one of the simplest things to do. However, in reality, it is quite a deep topic and not as easy as it may appear at first glance. In this article, we will cover the main approaches to working with text, as well as discuss the issue of text encoding
Text splitting and formatting using Lists
I get a lot of questions from all my great viewers, and many of these questions turn into videos. This is one of them. In this video, I take a look at how we can use the List datatype to help us split strings in a controlled manner. Check it out:
Split Multiline Text into Records (Regex)
Wouldn’t it be nice to copy and paste any text you like to save it directly into any table and it’s splitted automatically?
It’s annoying for users to split the lines on their own, right?
Summernote WYSIWYG. Free Business Central rich text editor.
One of the frequent requests I hear from users is the WYSIWYG editor. Unfortunately, Microsoft has not added the editor yet. So I decided to integrate some free editor into Business Central. My choice was summernote, a simple and functional WYSIWYG editor
How to export data using TextBuilder in Business Central
Today we will see how we can data from Business Central table using new data type Text Builder.
To check how this data type work build small program as below which pick up data from customer table and export the data in text file.