Difference between revisions of "GE ConnectR Script Definition"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
(New page: == 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 s...)
(No difference)

Revision as of 20:25, 16 April 2008

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.