In Dynamics 365 Business Central, pages are the main way to display and organize data. A page is defined in code as an object composed of controls, properties, actions, and triggers.
Tag Archives: Control
PinPad Control addin
Happiness is trying out something new and sharing it with our awesome BC community :). Well, there is nothing new about this control addin, its a small jquery pinpad. I saw a post about pinpad control addin in mibuso a couple of weeks back and planned to try it out during my free time.
Change Company dropdown Control Add-in for Business Central
A simple, dependency-free JavaScript add-in that displays a company dropdown on the top titlebar.
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.
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.
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.
How to Create Control Add-in in Microsoft Dynamics 365 Business Central
This post explains you what is Control Add-in and you will learn how to create Control Add-in using existing resources on the internet. Sample code contains Carousel Control Control Add-in using Bootstrap resources. You can download source code from github. In the conclusion talked about why to use Control Add-in, what advantage Business Central User gains.