Skip to main content

Posts

Showing posts with the label Extension Installed

Download Source not permitted even when configuration allows downloading source

Introduction: In this blog, I will be sharing my experience with Customization Extensions related to Download Source in Microsoft Dynamics 365 Business Central. Pre-requisites: Microsoft Dynamics Business Central On-Premise Demonstration: As a requirement, some customers will always request access to their Customization Extension in Business Central. One such incident happens when the project in VS Code has the Download Source enabled and Business Central did not allow Downloading the source. After checking the code base, it was clear that Download Source is only allowed for apps where Tenant Visible boolean is set to true In order to deploy the extension with the Tenant visible as TRUE we had to deploy the Extension App with tenant details using the PowerShell command below. OLD COMMAND: Publish-NavApp -ServerInstance Servicename -Path NewAppPath -SkipVerification NEW COMMAND: Publish-NavApp -ServerInstance Servicename -tenant default -scope Tenant -Path NewAppPath -SkipVerification T

How to find the the root cause of Business Central not being accessible and resolving it - Part 1

Introduction: In this blog, I will be discussing the approach of handling the Business Central downtime from an End User's perspective. I will be addressing how to debug and understand what could be a possible source of error which is could be causing the downtime of Business Central Production & Sandbox. Business Central not accessible Pre- requisites : 1. Microsoft Dynamics Business Central 2. Access to Business Central Admin Center 3. Access to Office 365 Admin Procedure: 1. Check if you have a license assigned to your user : If you get the licensing error like the below, you need to confirm if you're getting logged in with the correct user and your license is correct. Missing License or Invalid User You can go to home.dynamics.com to verify the user logged in. Dynamics Home - https://home.dynamics.com     To be sure if this is not a license issue, kindly contact your Administrator or a friend who has access. In Tell Me key in 'Users' > Select the User License