Forum Discussion
AustinK
4 years agoQrew Commander
IOL is dead in the way it was written but look into the service worker solution by the same person. That can pretty much not be killed ever from what I understand and is more powerful. If you have a need for JavaScript then this is one option. Code pages might work but they will not give you the same functionality that has been lost where you could run the code on the page you were looking at.
- AdisKljajic4 years agoQrew TraineeHi, Thanks for the reply but my issue is i am not able to get after making code pages where to use those code pages so that they can be used in the forms.
------------------------------
Adis Kljajic
------------------------------- AustinK4 years agoQrew CommanderYou cannot do that as far as I know. Code pages are the solution that is meant to split JavaScript from the form and app and keep it in one location, the code page. If you want to use code pages instead of service workers(which would do what you want I think as they run on the browser) then you will need to send the user to the code page via the URL for it, do your JavaScript manipulation there, and send the data to the record you want and then send the user to that record afterwards if that is the goal.
https://community.quickbase.com/blogs/graham-leto2/2021/03/02/code-page-samples?CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804