Sign Up for Training |
insightsoftware Company Site
Community
Downloads
Training
Submit a Request
Become a Jet Insider
Give Feedback

Business Central 16 Or Later Jet Reports Extensions


Business Central retired the legacy development tool, C/SIDE, and development language, C/AL in Wave 2, replacing them with a modern solution based on Visual Studio Code, Azure DevOps, and an AL language that supports an extension-based approach to customization. Because of this, Jet Reports customers using a Business Central Wave 2 on-premises deployment will need to follow the steps below:

  1. Download the Business Central Runtime ZIP folder (download link)
  2. Extract the contents
  3. Select the file that corresponds to your Business Central version 
  4. Open the Business Central Administration Shell as administrator.
  5. Enter the following command to publish the extensions to Business Central.
      • Note: You will need to replace values surrounded with <> with an appropriate value. 
      • Publish-NAVApp -ServerInstance <InstanceName> -Path "<PathToFile>\insightsoftware_Jet Library for Business Central_1.0.16.26_runtime_<Version>.app"
    BC_admin_shell_publish.png
  6. Enter the following command to synchronize the schema changes from the application. 
      • Note: You will need to replace values surrounded with <> with an appropriate value. If a tenant is not specified, the action will be applied to all tenants. 
      • Sync-NAVApp -ServerInstance <InstanceName> -Name "Jet Library for Business Central" [-Tenant <TenantName>]
    BC_admin_shell_sync.png
  7. Enter the following command to install the extensions in Business Central.
      • Note: You will need to replace values surrounded with <> with an appropriate value. If a tenant is not specified, the action will be applied to all tenants.
      • Install-NAVApp -ServerInstance <InstanceName> -Name "Jet Library for Business Central" [-Tenant <TenantName>
    BC_admin_shell_install.png

Users will now be able to create a Business Central data source in the Excel add-in and will be able to connect to the data source after specifying the server, port, codeunit, company (and tenant, if applicable).
    
For more detailed information about the Powershell cmdlets for managing extensions, see https://docs.microsoft.com/en-us/powershell/module/Microsoft.Dynamics.Nav.Apps.Management/?view=businesscentral-ps-15 or use the Get-Help command within the Business Central Administration Shell.

Was this article helpful?
0 out of 0 found this helpful

Comments