diff --git a/Default Value.js b/Default Value.js new file mode 100644 index 0000000000..3ca029bd5c --- /dev/null +++ b/Default Value.js @@ -0,0 +1 @@ +javascript: var luser = new GlideRecord("sys_user"); luser.get("sys_id", gs.getUserID()); luser.location.u_installation_id.sys_id.toString(); \ No newline at end of file