How to use ReactJS Components in Control Add-ins

Control Add-in is an Object type in Business Central to develop User Controls using JavaScript, and CSS. Though it is a very good option to enhance UI / UX in Business Central, we often have to struggle to build HTML markup in JavaScript, because we have to use string concatenate functions, or complex DOM methods build HTML elements. ReactJS library can give us the flexibility to write HTML markup inside JavaScript.

Source : msnJournals
Read more…

The Issues Behind Grid and Fixed Controls in Dynamics 365 BC and How to Fix It

Grid and Fixed controls in Dynamics 365 Business Central are used to arrange fields in rows and columns. By default fields, in pages are arranged automatically in two columns, but in some cases, you may want to arrange fields in a page unusually. For this, you will have to use a grid or fixed control.

Source : Simplanova
Read more…

Introduction to Business Chart Control Add-In in BC

Anyone who has been using Business Central’s Windows Client might have had the opportunity to personalize their role centers or FactBoxes by defining new charts in the “Generic Charts” page and adding them to their desired areas. The current Web Client limitations have rendered the functionality to an almost obsolete state.

Source : Simplanova
Read more…