AlanLundquist
8 years agoQrew Member
Click a button in app 1 from button in record of app 2
I hope my explanation is clear:
Situation - I have two apps, each app has a table and in that table there are records with a button.
App #1 - The button creates a file based on reference data.
App #2 - The button creates a new record in the App #1 table
I need the button from App #2 to not only create the new record but also automatically click the button for that record to generate the file.
Setting up the button to generate the new record is not a problem, as well as returning the file from App #1 to App #2. What I don't know how to code it to also click the button automatically, or if it's possible within quickbase. I've done this sort of thing previously using Jquery and the click() command, is there something similar I can do in this case?
Thank you.
Click a button in another app from button in record
Situation - I have two apps, each app has a table and in that table there are records with a button.
App #1 - The button creates a file based on reference data.
App #2 - The button creates a new record in the App #1 table
I need the button from App #2 to not only create the new record but also automatically click the button for that record to generate the file.
Setting up the button to generate the new record is not a problem, as well as returning the file from App #1 to App #2. What I don't know how to code it to also click the button automatically, or if it's possible within quickbase. I've done this sort of thing previously using Jquery and the click() command, is there something similar I can do in this case?
Thank you.
Click a button in another app from button in record