ContributionsMost RecentMost LikesSolutionsURL button to run Javascript code pageHello, 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 ------------------------------ Re: Issue with the new Sandbox publishing featureIt did list all the changes and everything looked fine. However, after the changes were applied, the form layout was incorrect. Many of the new fields ended up at the very bottom of the form, line breaks between modified fields were missing, etc. Untouched fields remained as in the original form. It was a large app with 800+ fields in the table that was modified and the App has a total of 25 tables. ------------------------------ NK23 NK23 ------------------------------ Re: Issue with the new Sandbox publishing featureThank you for your suggestion, I got back the "customize form" button after disabling Sandbox. However, whatever the changes I have made to the form (re-positioning fields, adding dynamic from rules, etc) in the Sandbox did not get transferred to the LIVE App. ------------------------------ NK23 NK23 ------------------------------ Issue with the new Sandbox publishing featureI created some basic changes (renaming fields, adding a few fields and readjusting fields in a form) on Sandbox App and published it after verification. However, the form got messed up in the LIVE app. In addition, I have lost the button which allows customize form. The data fields added and modified seem alright. What did I do wrong? Any suggestion to get back the customize option? ------------------------------ NK23 NK23 ------------------------------ Re: Previously working JAVA Scripts do not work anymoreI have a support case opened for this issue. case #598685. I can provide access to my App through the support case record. Re: Previously working JAVA Scripts do not work anymoreI also have a very similar formula. I am using Chrome version 76.0.3809.100 and script doesn't run. My colleague has an older version of the Chrome and it runs perfectly well on Chrome version 66.0.3359.139Re: Previously working JAVA Scripts do not work anymoreThanks for the response. The button is programmed to call a JAVA Script code page (.js) to gather records from one table, process it and upload the results in another table. Previously working JAVA Scripts do not work anymoreDoes anyone experience the issue of buttons that run JAVA Scripts to create/update records do not work? The buttons were working until August 8th and stopped working since August 9th.Re: User authenticatioser authenticationThis information is certainly helpful. However, due to data security, I wouldn't like to provide access to everyone on the internet. What I am trying to accomplish is a single sign on for a group of users inside and outside my organization to log into a web portal and from there access various applications including my QuickBase App without any further signing. I was hoping that this can be achieved through a combination of user token and app token.Re: User authenticatioser authenticationSorry, I guess I pressed some button before I completed my question... I am trying to provide a link to my QuickBase Apps from another web page. The user need to login to gain access to the web page. Once they are on the web page, I would like them to click a button to access my QuickBase App without having to provide any QuickBase user-id or password. Is this possible by using user token?