GeorgeKhairalla
3 years agoQrew Cadet
Any method to replace the Javascript reload?
Hi!
I'm wondering now that the Javascript is no longer allowed in Quickbase, is there any method that could replace certain easy previously used javascripts?
My current example is a simple record edit toggle, then reload the record
var text url =
If([Show Change Log] = false,
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=xxxxxxxxxxxxxxxxxxxxxxxx&rid=" & [Record ID#] & "&_fid_325=1",
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=xxxxxxxxxxxxxxxxxxxxxxxx&rid=" & [Record ID#] & "&_fid_325=0");
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"location.reload();" &
"});" &
"void(0);"
Any other creative ways of implementing the same without JS?
Thanks!
------------------------------
George Khairallah
CTO
gotomyerp, LLC
------------------------------
I'm wondering now that the Javascript is no longer allowed in Quickbase, is there any method that could replace certain easy previously used javascripts?
My current example is a simple record edit toggle, then reload the record
var text url =
If([Show Change Log] = false,
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=xxxxxxxxxxxxxxxxxxxxxxxx&rid=" & [Record ID#] & "&_fid_325=1",
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=xxxxxxxxxxxxxxxxxxxxxxxx&rid=" & [Record ID#] & "&_fid_325=0");
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"location.reload();" &
"});" &
"void(0);"
Any other creative ways of implementing the same without JS?
Thanks!
------------------------------
George Khairallah
CTO
gotomyerp, LLC
------------------------------