- Visual Scheduling Tips & Tricks
- Visual Production Scheduler (VPS) for Dynamics 365 Business Central
- Getting started with the VPS (for partners)
-
Visual Advanced Production Scheduler (VAPS) for Dynamics 365 Business Central
-
Visual Production Scheduler (VPS) for Dynamics 365 Business Central
-
Visual Jobs Scheduler (VJS) for Dynamics 365 Business Central
-
Visual Production Scheduler (VPS) for Dynamics NAV
-
Visual Job Scheduler (VJS) for Dynamics NAV
-
Visual Service Scheduler (VSS) for Dynamics NAV
Update the VPS
The VPS D365 on-prem can be updated in two different ways, depending on your installation mode:
1. The NAV Server Instance is installed directly on the computer
Run the Administration Shell as administrator and enter the following commands:
- Publish-NAVApp -ServerInstance NAV -Path “C:\Export\ NETRONIC Software GmbH_Visual Production Scheduler_new version number.app” -SkipVerification
- Sync-NAVApp -ServerInstance NAV -Name "Visual Production Scheduler" -Version "new version number"
- Start-NAVAppDataUpgrade -ServerInstance NAV -Name "Visual Production Scheduler" -Version "new version number"
2. The NAV Server Instance is running from a Docker environment
Please enter the following commands with the help of the NAV Container Helper
- Publish-NavContainerApp -containerName navserver –appFile "C:\Users\vmAdmin\Desktop\new version number\NETRONIC Software GmbH_Visual Production Scheduler_new version number.app" -skipVerification -sync
- Start-NavContainerAppDataUpgrade -containerName navserver -appName "Visual Production Scheduler" -appVersion "new version number"