Adding the LS Central Extensions to an Existing Database

Follow these steps to add the LS Central System App and LS Central extensions to Business Central:

  • Install the server toolbox
  • Install the Data Director

To publish the extensions to the database, run this in PowerShell:

Publish-NAVApp -ServerInstance "BC180" -Path 'C:\LS Retail\LS18.0\Application\LS Central\LS Retail_LS Central_System_App_18.0.0.0.app'

Sync-NAVApp -ServerInstance "BC180" -Name "LS Central System App"

Publish-NAVApp -ServerInstance "BC180" -Path 'C:\LS Retail\LS18.0\Application\LS Central\LS Retail_LS Central_System_App_18.0.0.6827.app'
Sync-NAVApp -ServerInstance "BC180" -Name "LS Central System"

To install the extension:

  1. Open the Setup & Extensions page.
  2. Select Install for the LS Central extension.

You can also run the publish and install steps in PowerShell by running this script:

Publish-NAVApp -ServerInstance "BC180" -Path 'C:\LS Retail\LS18.0\Application\LS Central\LS Retail_LS Central_System_App_18.0.0.0.app'
Sync-NAVApp -ServerInstance "BC180" -Name "LS Central System App"

Install-NAVApp -ServerInstance "BC180" -Name "LS Central System App"

Publish-NAVApp -ServerInstance "BC180" -Path 'C:\LS Retail\LS18.0\Application\LS Central\LS Retail_LS Central_System_App_18.0.0.6827.app'
Sync-NAVApp -ServerInstance "BC180" -Name "LS Central System App"

Install-NAVApp -ServerInstance "BC180" -Name "LS Central System App"