If you plan to read this post you’ve probably already worked or planned to on C/AL to extension convertion. This post does not treat about the base update or AL convertion but only about the data transfert from c/al to extension. AL extension data are stored differently than C/AL : adding fields on customer table […]
Category Archives: BusinessCentral – Nav 365
Using FTP over SSL/TLS (FTPS) in Business Central
I’ve made a .Net lib to access FTP over SSL/TLS functions from Nav/Business Central on Premise. It’s bases on limilabs Ftp.dll. This one is accepting all security certificate including self-signed. Do not confuse with SFTP that is FTP encapsulated in SSH. Download it here : FTPS-For-Nav-2 Visual studio C# source project here FTPS-For-Nav-SOURCE Install thoses two […]
Install Business Central OnPremise Sandbox in three simple steps
Do you know Docker and why it’s a powerfull software ? This software allow you to encapsulate overall heavy application in parallel OS (there is a very small latency but overall performance is same as your PC because it’s not running virtualized like VMWare does but truely in parralal than the host OS). This is […]