Today I would like to share another mini tip about Business Central, how to quickly get the extension name, file name without extension, and Media (MIME) types from an uploaded file.
Tag Archives: Extension
Dynamics 365 Business Central: Find out which extension the field belongs to
Today, I would like to talk about how to find out which extension the field belongs to in Business Central.
Dynamics 365 Business Central: How to check whether a specific extension is installed in AL
About a year ago, we discussed how to detect whether a specific extension is installed in AL. At that time we used NavApp.GetModuleInfo(Guid, var ModuleInfo) Method.
Dynamics 365 Business Central: Intellisense will suggest tables for report extension data-items
VS Code IntelliSense features are powered by a language service. A language service provides intelligent code completions based on language semantics and an analysis of your source code. If a language service knows possible completions, the IntelliSense suggestions will pop up as you type.
Dynamics 365 Translation Service Visual Studio Code extension (Public Preview)
Very interesting Microsoft public extension, still in preview mode but already usable (i did some tests); the convenience is that it can be used within VSCode, calling the translations services directly.
The Microsoft Dynamics 365 Translation Service (DTS) extension for Visual Studio Code (VS Code) lets users interact with DTS from the VS Code editor.
Dynamics 365 Business Central: report extensions and global variables in preview mode
Today I received a call from a partner that was going crazy on a problem during the preview of some statistical reports in Dynamics 365 Business Central.
The report was a custom modification of an existing one (done via a reportextension object). In this reportextension, the partner added some global variables used to perform filters and actions on the report’s dataitem, but the report seems not working correctly on preview (global variables changed in the request page was cleared).
Adding a Field Extension in Microsoft Dynamics NAV or 365 Business Central
This blog explains how to add a field in an extension in Microsoft Dynamics NAV or Business Central. The steps involved are:
– Creating a table extension
– Adding a field to the table
– Creating a page extension
– Placing the field on the page