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 Data Director

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

Publish-NAVApp -ServerInstance "BC" -Path 'C:\LS Retail\LS22.0\Application\LS Central\LS Central_System_App_X.app'
Sync-NAVApp -ServerInstance "BC" -Name "LS Central System App"
Publish-NAVApp -ServerInstance "BC" -Path 'C:\LS Retail\LS22.0\Application\LS Central\LS Retail_LS Central_X.app'
Sync-NAVApp -ServerInstance "BC" -Name "LS Central"

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 "BC" -Path 'C:\LS Retail\LS22.0\Application\LS Central\LS Cen_tral_System_App_X.app'
Sync-NAVApp -ServerInstance "BC" -Name "LS Central System App"
Install-NAVApp -ServerInstance "BC" -Name "LS Central System App"
Publish-NAVApp -ServerInstance "BC" -Path 'C:\LS Retail\LS22.0\Application\LS Central\LS Retail_LS Central_X.app'
Sync-NAVApp -ServerInstance "BC" -Name "LS Central"
Install-NAVApp -ServerInstance "BC" -Name "LS Central"