NarayananKumbak
4 years agoQrew Cadet
URL button to run Javascript code page
Hello,
I have URL formula buttons to run Javascript code pages. Is this feature going to be discontinued? If so, what is the best way of implementing it which is acceptable to QuickBase? Here is a sample URL button formula to run a page.
"javascript:" &
"QBU_ProjectID=" & [Project ID] & ";" &
"var urlJs = 'https://xxxx.quickbase.com/db/" & Dbid() & "?a=dbpage&pagename=DataProcess.js';" &
"$.getScript(urlJs, function(){});"
------------------------------
NK23 NK23
------------------------------
I have URL formula buttons to run Javascript code pages. Is this feature going to be discontinued? If so, what is the best way of implementing it which is acceptable to QuickBase? Here is a sample URL button formula to run a page.
"javascript:" &
"QBU_ProjectID=" & [Project ID] & ";" &
"var urlJs = 'https://xxxx.quickbase.com/db/" & Dbid() & "?a=dbpage&pagename=DataProcess.js';" &
"$.getScript(urlJs, function(){});"
------------------------------
NK23 NK23
------------------------------