BPM "Progress" button - "The Supportworks record could not be found. Please contact your System Administrator."

From support-works
Revision as of 12:43, 21 June 2018 by Deenc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



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";