Latest Posts

Multi-companies solution designing in Business Central

Some of you might have struggled against Business Central companies architecture. For exemple you can need to build a page showing aggregation of table across all companies, or create a process that will run on Company A and then post something in Company B. The C/AL and AL code allow us to use “CHANGECOMPANY” on […]

Nav XSD Paser patch for XMLPort generation

If you plan to work arround an huge xml file import/export and help yourself with the standard XML schema viewer, you should know about the useful “Generate XMLport” function : Two problem I’ve been hurted with this : – With repeating node name a number is added surrounded with < >, the variable can’t be […]

Upgrade Business central base V14 to V15 (wave 2)

You got a Business Central V14 with extension and/or data you want to bring in Business central V15 ? Let’s take a look at the microsoft guideline : Technical Upgrade to Dynamics 365 Business Central 2019 Wave 2 I personally followed Microsoft process but it turns out that several details and step are missings so […]

Social features lack in ERP software

I’m not hearing a lot about the social ERP subject yet we are the more and more people working together remotly, I think this deserve more attention. My insipiration come from social network, Monday.com, Asana, Yammer, Teams and so on. Project managment system like Monday.com got very nice social oriented features. Using this idea for […]

Automate your C/Side to AL Data transfer (Business central v14)

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 […]

Global Dimensions Change “Incomplete” Problem

Today I found two problems in the function”Change Global Dimensions” (available on “General Ledger Setup” Page) who let an general update of all table containing field about those global dimensions. Roberto Steffaneti  wrote a how to use here. Very simple. Though there is two major problem with this function in NAV 2018 Microsoft code describe […]

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 […]

Nav Objects Versionning Manager

This simple page allow you to manage massively Nav objets modified,date,time and version. Helpful to rset object modified and follow new modification to deliver. Original object made by Christian Gilles download link above Page 77000 Versionning Object Managment (6,02Ko)