GlobalStartup ObjectObject that provides basic information about the status of the scripting repository and the ability for the repository owner to run arbitrary code against all Hyperion documents that use the scripting repository. GlobalStartup object methods and properties are available for use in scripts or in the Execution window.RemarksThe GlobalStartup object is a member of the ActiveDocument.The following code illustrates the use of the GlobalStartup object: // write the last update date of the current message to the console Console.Writeln(wsdot_GlobalStartup.Updated); // write the current message to the console Console.Writeln(wsdot_GlobalStartup.getMsg()); // open the WSDOT Hyperion Custom Script help in Internet Explorer wsdot_GlobalStartup.getHelp(); MethodsgetMsg Method | getHelp MethodPropertiesUpdated PropertyRequirementsThe WSDOT Custom Scripts from the script repository must be loaded into the document. |