Posts

How to download Image or any file from Base64 in Dynamics 365 Business Central.

Image
How to download Image or any file from Base64 in Dynamics 365 Business Central. Working on Dynamics 365 Business central on cloud (SaaS) some of the customization no longer working. One of them is using blob to base64. calling Base64 methods on the TempBLOB table is not possible because those functions on the TempBLOB table are using .Net. In order to achieve the same result, we can use the Base 64 Codeunit [4110] . In this article we will convert the file from Base64 string.  In short what is Base64? 1. Base64 is the most popular binary-to-text algorithm used to convert data as plain text in order to prevent data corruption during transmission between different storage mediums.  2. In addition, it is often used to embed binary data into text documents such as HTML, CSS, JavaScript, or XML. Read more abou t Base 64 /* Code in AL */ // 1. TextBase44 text variable having the value Converted Base64 string of image. trigger OnRun()     var         Con...
Image
How to Create a Blank Company in Microsoft Dynamics Navision 2016/2018/D365 Business Central [On -Premises] Prerequisite: Administrator privilege for Windows User, Microsoft SQL Server Management Studio and Microsoft Dynamics NAV Development Environment Microsoft Dynamics NAV Development Environment Microsoft SQL Server Management Studio. Demo “Cronus Standard database” installed in Microsoft Dynamics NAV. Dynamics NAV Development Environment license must be Activated.  Step 1: Export All Object of Newly Installed “Cronus Standard database” in the Microsoft Dynamics NAV Development Environment. Step 2: Create a New Database using Microsoft Dynamics NAV Development Environment. Here the Image in newly created Database Environment of Microsoft Dynamics Navision. And you can see also in SQL server management Studio. Step 3: Create Service to connect blank Database. Press “Win” button and Search “Dynamics NAV 2016 Administration” for D...
Image
    Microsoft Dynamics D365 Business Central Configuration with "Visual studio Code" Prerequisite : Install Microsoft Dynamics D365 Business Central [On Premise] Install Visual Studio Code for “Al Language”. Make Change in “Business Central Administration” [Developer] Install “Al Language” extension in Visual Studio Code Editor for MSFT D365 BC. Configure the File “Microsoft.Dynamics.Nav.Server.exe.config” for Publish Al Program.  Setp1: Install BC OnPrem. You can download that from PartnerSource or CustomerSource. Click MSFT D365 BC [Microsoft Dynamics D365 Business Central] Setup file and choose the Option of “Run as administrator”.  Click “Next” on the welcome screen and accept the License. A New screen will appear next. Now select the Option that you want to use for Business Central, as shown below. Local installation select Advanced Installation Options. In Next Screen, I will choose - Choose an installation Option instea...

Microsoft Dynamics Mobile App Integration with NAV 2016

Image
Microsoft Dynamics Mobile App [Universal Phone Client App] Microsoft comes up with Phone Client (also called as Microsoft Dynamics Universal App). You can download Phone Client / Mobile App on Android, Windows & iPhone Platform phones.  Microsoft Dynamics NAV Phone client is targeted at users in small and medium-sized businesses that want to access data from a tablet or a phone. Microsoft Dynamics Mobile App Requirement: Supported Operating System on Mobile Phone? Android 4.4.3 or Later ios 8.4 or later windows 10 mobile Requirements on Server: Microsoft Dynamics NAV 2016 Web Client Powershell A server should on Public IP (i.e. accessible through anywhere outside domain) Security Certificate Thumbprint NAV License File should contain Limited User Step 1:  Enable execution policy to run PowerShell to generate a certificate. Go to  à  start  à  Open  “Windows PowerShell”  with run as  Administrator  ...