Ya_akovGoldberg
7 years agoQrew Trainee
Code page abort save
Is there any way, using javascript, in a code page to abort the save.
My current system is that I have a field in the form that is set to required. I then use the QuickBase API to check if certain records are in place, this lets me know whether or not the form should be able to save. I am using the $.get() method to call the API; I have also used the $.ajax() method, but I still have the same issue that those methods run after QuickBase starts to save the form and I need them to run first. Is there a way I could have them abort the save, if need be, or to force them to run at the time they are called, and not during the save process of QuickBase
My current system is that I have a field in the form that is set to required. I then use the QuickBase API to check if certain records are in place, this lets me know whether or not the form should be able to save. I am using the $.get() method to call the API; I have also used the $.ajax() method, but I still have the same issue that those methods run after QuickBase starts to save the form and I need them to run first. Is there a way I could have them abort the save, if need be, or to force them to run at the time they are called, and not during the save process of QuickBase