Getting started with the VJS (for partners)

Installation of the VJS

The VJS D365 on-prem can be installed in two different ways:

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\Visual Jobs Scheduler.app” –SkipVerification
  • Sync-NAVApp -ServerInstance NAV -Name "Visual Jobs Scheduler"
  • Install-NAVApp -ServerInstance NAV -Name "Visual Jobs Scheduler"

2. The NAV Server Instance is running from a Docker environment

Please enter the following command with the help of the NAV Containter Helper

  • Publish-NavContainerApp -containerName navserver -appFile "C:\Export\Visual Jobs Scheduler.app" -skipVerification -sync –install

For both installation modes

After installing the extension you have to assign the Permission set “VISUAL JOBS SCHEDULE” to all users who need to be able to access the VJS

Was this article helpful?
 
Yes No