Call Script Include from UI Page
I've read on the wiki that you can call Script Includes from the HTML section of an UI page. http://wiki.service-now.com/index.php?title=UI_PagesBut when I try the following script:-- begin of script--gs.include("MyInclude"); var foo = new MyInclude(...
