Difference between revisions of "APPS:BPM "Progress" button - "The Supportworks record could not be found. Please contact your System Administrator.""

From support-works
Jump to navigation Jump to search
(Created page with "{{Template:Basic Cover |title=BPM "Progress" button - "The Supportworks record could not be found. Please contact your System Administrator." |type=QUICK |htl=Y }} When the p...")
 
 
Line 10: Line 10:
 
\Hornbill\Supportworks Server\html\clisupp\js\ITSM\Global.js
 
\Hornbill\Supportworks Server\html\clisupp\js\ITSM\Global.js
  
From: var strPath = "HKCU\\SOFTWARE\\Hornbill\\Supportworks Client 7.6.0\\Settings\\CurrentSkinColorSchema";
+
From: var strPath = "HKCU\\SOFTWARE\\Hornbill\\Supportworks Client 7.6.0\\Settings\\CurrentSkinColorSchema";
  
To : var strPath = "HKCU\\SOFTWARE\\Hornbill\\Supportworks Client 7.6.2\\Settings\\CurrentSkinColorSchema";
+
To : var strPath = "HKCU\\SOFTWARE\\Hornbill\\Supportworks Client 7.6.2\\Settings\\CurrentSkinColorSchema";

Latest revision as of 12:43, 21 June 2018



When the progress button is pressed, the following message is displayed "The Supportworks record could not be found. Please contact your System Administrator." and can not be moved on. If the user is running 7.6.2 the problem may be related to an invalid path that points to a previous version. If so please make the change below and let us know if it corrects the problem.

\Hornbill\Supportworks Server\html\clisupp\js\ITSM\Global.js

From: var strPath = "HKCU\\SOFTWARE\\Hornbill\\Supportworks Client 7.6.0\\Settings\\CurrentSkinColorSchema";
To : var strPath = "HKCU\\SOFTWARE\\Hornbill\\Supportworks Client 7.6.2\\Settings\\CurrentSkinColorSchema";