Install the app
How you install AutoFlow depends on where your Business Central environment runs.
Prerequisites
- Business Central version 26 or newer.
- A user with sufficient rights to install extensions (for online environments: an Administrator in the Microsoft 365 tenant; for on-premises: a user with
SUPERpermissions that is allowed to publish apps on the BC Server instance).
Business Central Online (SaaS) — from AppSource
- Sign in to your Business Central environment.
- Open the Extension Marketplace (search for Extension Marketplace in the Tell Me bar).
- Search for AutoFlow by mse Software GmbH, or open the listing directly at appsource.microsoft.com/product/dynamics-365/msesoftwaregmbh1653230793499.autoflow.
- Choose Get it now and follow the AppSource dialog. You will be asked to:
- accept the terms of use,
- choose the environment in which AutoFlow should be installed.
- AppSource installs AutoFlow and its required components. The installation runs in the background and can take a few minutes.
- Once finished, open the target environment and continue with Activate the product.
AutoFlow is installed per environment. If you manage multiple environments (for example a sandbox and a production environment), install it separately in each environment where you want to use it.
Business Central on-premises — from the mse download portal
-
Open the AutoFlow download portal at support.mse365.de/support/solutions/57000022346 and download the latest AutoFlow release matching your Business Central version. The archive contains the
.appfiles for AutoFlow itself and any required dependencies. -
Copy the
.appfiles to the Business Central server. -
On the server, open a Business Central Administration Shell (PowerShell) and publish the apps:
Publish-NAVApp -ServerInstance <YourInstance> -Path "<path>\AutoFlow.app" -PackageType Extension -SkipVerificationRepeat the step for each
.appfile in the package. Install the dependencies first, then AutoFlow itself. -
Synchronise and install the app in every tenant where you want to use it:
Sync-NAVApp -ServerInstance <YourInstance> -Name "AutoFlow" -Version <Version> -Tenant <TenantId>
Install-NAVApp -ServerInstance <YourInstance> -Name "AutoFlow" -Version <Version> -Tenant <TenantId> -
Continue with Activate the product.
For a single-tenant installation, replace <TenantId> with default.
After installation
After the install completes, AutoFlow is available in the system but not yet active. Opening most role centres shows a notification that asks you to activate the product. The next chapter walks you through that step.