InstallationInstall Sana into Microsoft Dynamics 365 Business CentralInstall Sana in Microsoft Dynamics 365 Business Central (On-Premises)

Install Sana into Microsoft Dynamics 365 Business Central

Open the wizard "Install Sana into Microsoft Dynamics 365 Business Central" to see more information.

Install Sana in Microsoft Dynamics 365 Business Central (On-Premises)

You must install the Sana extension on the Microsoft Dynamics 365 Business Central server. To install the Sana extension, you will need the Microsoft Dynamics NAV Administration Shell.

 NOTE

The Sana extension for Microsoft Dynamics 365 Business Central can be downloaded on Sana Community. Only registered Sana partners can download it. If you are a customer, please contact your Sana partner or Sana project manager.

Make sure to download the correct version of the Sana extension - NA or W1, and for your Sana version.

Step 1: Copy the Sana extension to the server where Microsoft Dynamics 365 Business Central is installed.

Step 2: Start the Microsoft Dynamics NAV Administration Shell.

Step 3: Publish the Sana extension by running the Publish-NAVApp command:

Publish-NAVApp -ServerInstance YourDynamics365BCServer -Path ".\SanaExtension.app"

Before running the command, specify your Microsoft Dynamics 365 Business Central server instance and path to the Sana extension.

Example:

Publish-NAVApp -ServerInstance Dynamics365BC -Path "C:\SC9.3.0.0_D365BC_W1_onprem\Sana Commerce (RoW) - On Premises_9.3.0.0.app"

Step 4: Synchronize the Sana extension with the database by running the Sync-NavApp command:

Sync-NavApp -ServerInstance YourDynamics365BCServer -Name SanaExtensionName -Path ".\SanaExtension.app" -Tenant TenantID

Before running the command, specify your Microsoft Dynamics 365 Business Central server instance, Sana extension name, path to the Sana extension, and tenant ID. Use "Sana Commerce" as the value of the -Name parameter. If you do not have a multi-tenant server instance you can either specify default as the tenant ID, or you can omit the -Tenant parameter.

Example:

Sync-NavApp -ServerInstance Dynamics365BC -Name Sana Commerce -Path "C:\SC9.3.0.0_D365BC_W1_onprem\Sana Commerce (RoW) - On Premises_9.3.0.0.app" -Tenant default

Step 5: Install the Sana extension by running the Install-NAVApp command:

Install-NAVApp -ServerInstance YourDynamics365BCServer -Name "SanaExtensionName" -Tenant Tenant1, Tenant3

Before running the command, specify your Microsoft Dynamics 365 Business Central server instance, Sana extension name, and tenant ID. Use "Sana Commerce" as the value of the -Name parameter. If you do not have a multi-tenant server instance you can either specify default as the tenant ID, or you can omit the -Tenant parameter.

Example:

Install-NAVApp -ServerInstance Dynamics365BC -Name "Sana Commerce" -Tenant default

The Sana extension is now installed into Microsoft Dynamics 365 Business Central. You can proceed to the next step.

InstallationInstall Sana into Microsoft Dynamics 365 Business CentralInstall Sana in Microsoft Dynamics 365 Business Central (On-Premises)