How to extend Business Central API without extensions

As most of you, I guess know, it is not allowed to extend Business Central API's : This page type cannot be extended by creating a page extension object. Instead, you must create a new API by adding a page object However, sometimes we just need to send more data about the entity: Customer, Vendor, Sales/Purchase documents etc.

Continue ReadingHow to extend Business Central API without extensions

TypeHelper.SetBlobString and TypeHelper.ReadBlob doesn’t exist in Wave 2

During preparation for the #DirectionsEMEA i moved my demos to the Wave 2 and found that TypeHelper.SetBlobString and TypeHelper.ReadBlob doesn't exist in Wave 2. Searched here and found this walkthroughWell, not very helpful.That is…

Continue ReadingTypeHelper.SetBlobString and TypeHelper.ReadBlob doesn’t exist in Wave 2