Keyboard Shortcut :- Business Central & VS Code

For my previous contribution on business central please visit this link

This blog contains keyboard shortcut for business central and VS code while will make our life easier while navigating and developing business central extension aka app.

Hope this will help you…

Advertisement

Business Central : Deprecated and Obsolete Fields

With the new version of business central wave 2 ,number of fields have been deprecated or obsolete

1) Fields moved to an extension by Microsoft

2) Fields marked as Obsolete:Pending

3) Fields no longer in use in Microsoft code

Impact of this is to refactor your solution as soon as possible

For more information of which field get deprecated visit this link Deprecated Fields

Hope this will help you…

How to Set Company Badge in Business Central

For earlier blog post on business central you can follow the  Link

This blog post explains how to set company badge in business central wave 2 . With this new feature one can add a customized badge in the top right corner from which we can identified company name.

Only four characters are allowed for key in and display.

If a company badge is defined, then you cannot change the company name

Hope this will help you and keep exploring.

Business Central Wave 2- Menu Suite

New feature added in business central Menusuite where in one can explore all modules just like earlier . You can check from below.

But at the moment this page in preview mode and subject to change in upcoming updates… Till then we can explore ….

Cumulative Update Summary October 2019

This image has an empty alt attribute; its file name is updateimage.jpg

Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV.

Microsoft Business Central Spring CU 2:- BUSINESS CENTRAL CU 2

Microsoft Dynamics NAV 2018 CU 22 :- NAV2018CU22

Microsoft Dynamics NAV 2017 CU 35 :- NAV 2017 CU34

Microsoft Dynamics NAV 2016 CU 48 :- NAV 2016 CU 47

Microsoft Dynamics NAV 2015 CU 60 :-NAV 2015 CU 60

Warning

Before you install a cumulative update in a production environment, take the following precautions:

  1. Test the cumulative update in a non-production environment.
  2. Make a backup of the system or computer where the cumulative update is to be installed.

Stay tuned for more updates…

Business Central Wave 2-Upload License

With the release of business central wave 2 No Developer environment ,so question comes how to upload customer/developer license in database.

Powershell command comes to rescue in this environment. Following few commands will help you to upload the license.

Step 1 :- Open windows PowerShell ISE as Administrator

Step 2:- Import Module for Business Central Wave 2 .Use following command

Import-Module 'C:\Program Files\Microsoft Dynamics 365 Business Central\150\Service\NavAdminTool.ps1'

Step 3 :- Add following command to import the license

Import-NAVServerLicense -LicenseFile 'C:\Cronus.flf' -ServerInstance BC150

Step 4 :- Restart Service

Restart-NAVServerInstance -ServerInstance BC150

Step 5 :- See the information of License

Export-NAVServerLicenseInformation -ServerInstance BC150

Hope this will help you. Explore more..

*** Change path of license file and Service name according to your configuration

Business Central Wave 2 Released

So most awaited Business Central release ‘Wave 2’ released on 1st October

Download Link https://mbs.microsoft.com/partnersource/global/support/support-news/bconpremdownload_2019_wave2

Licensing Guide

https://mbs.microsoft.com/partnersource/global/pricing-ordering/licensing-policies/Dyn365BusinessCentralPricingLicensing

Business Central Docs

https://docs.microsoft.com/en-us/dynamics365/business-central/product-get-started

New and Planned Features

https://docs.microsoft.com/en-us/dynamics365-release-plan/2019wave2/dynamics365-business-central/planned-features

Lets Explore and Stay Tunes for more