KenCasser
8 years agoQrew Cadet
Trying to pass a value derived from javascript code to a field in quickbase
I've written a lovely piece of javascript which creates a unique quote number and resets every night, but I can't figure out how to pass that value from my javascript file (which is a code page in quickbase) to a field in my quotations table. When generating a New Quote, I want quickbase to take the Quote Number from the javascript file and insert it into the Quote # field. Can someone point me in the right direction? I could get the javascript result to print on a blank browser page, and got it to print in the console.log(), but that's it. Thank you!