Used only for existing highly customized scenarioswhich will never be supported by the standard solution
Per-tenant extension
You can create your own "PTE" extension using the Source Code
You take full ownership of the code, youcompile the source code and maintain your own extension
Youcannot upgradeand will have to merge your code going forward
Per-tenant extension can be installed on either Cloud or On-Prem. Step 1: You need the .app file containing the Mobile WMS extension to complete the installation. Go to{+}https://university.taskletfactory.com+ Step 2:Go to "Download" > "Guides & Objects – Dynamics 365 Business Central"
Select Platform depending on your BC version
The builds for platform 13,14, 15 or 16 will have the same functionality. Download the build that matches your platform version.
Step 3: Download the latest Per-tenant extension Source Code Unzip the contents and open the inner folder with VS Code. Step 4: Edit the app.json files "id:" tag with a new GUID of your choice. Step 5: Compile and deploy to your environment of choice. Step 6: Please jump to Basic configuration section.