Table Data Editor
You probably remember the glory days when we had direct access to data in Navision tables. But with the move to Cloud Business Central, we lost that ability. It's probably much safer and more correct, but what if we need to fix some data problem and we know what we're doing? We can write a routine that fixes that problem. But I suggest a better option, this Data Editor extension that allows you to change and delete information from any table in Business Central
Sharepoint Integration S2S
Sharepoint Service to Service Authorization. Integration with Business Central. No user permissions.
Light PDF Viewer (PDF.js)
I have prepared a lightweight ready to use free extension for viewing PDF documents in Business Central. I've heard requests for Microsoft's built-in PDF Viewer on more than one occasion. But since Microsoft is still working on this problem, I found it helpful to make a simplified version. This extension doesn't need any additional servers.
Rich text editor. Summernote WYSIWYG.
One of the frequent requests I hear from users is the WYSIWYG editor. Unfortunately, Microsoft has not added the editor yet. So I decided to integrate some free editor into Business Central. My choice was
summernote, a simple and functional WYSIWYG editor. I will also talk about new app updates
File Drag & Drop Factbox
How to create file drag & drop factbox in Business Central?
Full PDF Viewer for Business Central (PDFObject)
PDFObject is a library that runs the standard built-in PDF renderer in the browser. This means that the rendering in different browsers may be different. This is a very interesting option for displaying PDFs in Business Central, as browser-based PDF Viewers often have powerful functionality.
API Object Generator XML/JSON
The idea of the application is to read incoming JSON/XML files and generate AL basic objects from that information. You can paste JSON/XML direclty to page or application can also make HTTP requests with authorization depending on the settings. At the moment the supported authorization types are: Bearer Token, Basic, OAuth1.0, OAuth 2.0