Instance URL via JavaScript
I usually only use this code to create links within comments or e-mail notifications: var html = '<a href="/nav_to.do?uri=' + current.getTableName() + '.do?sys_id=' + current.sys_id + '" target="blank">' + current.number + '</a>'; Are there any s...