Dynamics 365 Business Central: Using WebPageViewer Add-in (“Microsoft.Dynamics.Nav.Client.WebPageViewer”)

Today, I would like to talk about how to use WebPageViewer add-in to display web pages and HTML contents inside Dynamics 365 Business Central page.

WebPageViewer is an out-of-the-box Add-in in Business Central.
In Business Manager Role Center, choose Product Videos.

Source : Dynamics 365 Lab
Read more…

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…

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…

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.

Source : msnJournals
Read more…

Step by Step Guide to JavaScript Control Add-in

JavaScript control add-in allows custom controls and visual elements for displaying and modifying data way beyond what you can accomplish with standard Dynamics NAV / 365 Business Central framework. While .NET development is dropped in Dynamics 365 Business Central extensions for web, JavaScript steps up to take its place. In this article, we will go step by step with increasing complexity on the basics of Dynamics 365 Business Central JavaScript add-in.

Source : Simplanova
Read more…