BigText variables are for dinosaurs

In this video, I talk and show why you shouldn’t use BigText variables anymore. BigText was the solution to the old 1000 character limitation of the Text type in NAV. Limitations that are long gone with Microsoft Dynamics 365 Business Central. Source : Hougaard.com Read more...

Decode Base64 BigText

With this code you can decode a BigText variable with a Base64 coded string (in this case a PDF document).... abpBigPDFText -> BigText abpAutConvertBase64 -> DotNet 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.System.Convert abpAutBytes -> DotNet 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.System.Array abpAutMemoryStream -> DotNet 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.System.IO.MemoryStream abpOutStream ->…