One of the reports I worked on this week required me to read data from a Blob field on a Business Central page. A BLOB (Binary Large Object) is a complex data type in Business Central with a variable-length allowing it to store text, bitmaps, or user-defined files with a max size of 2 GB. I learned that in order to interact with this data type, one needs to use stream objects as a pipeline for data flow...
Continue reading...