- Visual Scheduling Tips & Tricks
- Visual Jobs Scheduler (VJS) for Dynamics 365 Business Central
- Getting started with the VJS (for partners)
-
Visual Advanced Production Scheduler (VAPS) for Dynamics 365 Business Central
- Support
- Release and version status
- Installing the VAPS
- Look and feel of the visual schedule
- The view color modes
- Setting up the VAPS
- Integrating with Microsoft Dynamics 365 Business Central
- Finite Capacity Scheduling Instruments
- Simulations
- Day-to-day use cases
- Coding tips (for partners)
- API Events VAPS
-
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 VJS
The VJS 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 Jobs Scheduler_new version number.app” -SkipVerification
- Sync-NAVApp -ServerInstance NAV -Name "Visual Jobs Scheduler" -Version "new version number"
- Start-NAVAppDataUpgrade -ServerInstance NAV -Name "Visual Jobs 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 Jobs Scheduler_new version number.app" -skipVerification -sync
- Start-NavContainerAppDataUpgrade -containerName navserver -appName "Visual Jobs Scheduler" -appVersion "new version number"