GE ConnectR Script Definition

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 14:32, 16 November 2012 by John.Buckley (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Scripts in GE's ConnectR allow you to use VBScript and JavaScript to programatically process messages.

Known Issues

Deleting Scripts - You receive an error stating that the script is in use; however, it isn't. As of v4.6.2, the stored procedure that checks whether a script is used has a bug where if the ScriptID (from dbo.ScriptDefinition) starts with the name numbers as another script that is in use, it will report a false positive that the script is in use. Let's use an example Script1 has an ID of 1. Script12 has an ID of 12. If Script1 is not in use, but Script12 is, you will not be able to delete Script1. No workarounds exist.