microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
733 stars 243 forks source link

ConvertValueToBase64 is missing in BC15 #5231

Closed svwfr closed 5 years ago

svwfr commented 5 years ago

BC Insider (platform 15.0.0.0) seems to not include the procedure .ConvertValueToBase64 within codeunit 10 (Type Helper).

Have this procedure been replaced?

I use this command with BC14 Cu2 today.

ftornero9 commented 5 years ago

Hello @svwfr

There is a new codeunit "Base64 Helpers" with the base64 related functions.

Regards

svwfr commented 5 years ago

Thank you for fast response. I do confirm that the move-job works in my application. Regards Sven