
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 06:56 AM
I have to call a script include to update the record to bypass ACL write rules preventing user, hence the reason gsftSubmit() will not work.
Trying to use "action.setRedirectURL(current)" while still on the client side, but I believe this is only server side functionality.
So, can I reload the form via client due to the UI Action not able to hit server side?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 06:58 AM
Hi David,
In client side if you want to redirect/open then use following: give your table name highlighted in bold
var sysId = g_form.getUniqueValue();
var url = '/<tableName>.do?sys_id=' + sysId;
window.open('url');
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 12:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 01:28 AM
Hi Bhagyashri,
small mistake in your script; it should be window.open(url)
url should not have quotes around it since it is a variable
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 02:05 AM
Hi,
Not Working yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 08:11 AM
Hi Bhagyashri,
Since this is quite older post; can you create separate question and give link here
Also share the script you are referring
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader