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

From support-works
Revision as of 10:47, 14 February 2018 by Pamelal (talk | contribs) (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...")
(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";