Forum Discussion
MCFNeil
9 years agoQrew Captain
You can do this with native quickbase API, no need for the IOL or script (hopefully).
Lookup the API guide for "AddRecord" and "DoSaveAdd".
QB will pass what called a "MasterRecord" variable for the child creation. Its a tricky work around, but might work for you. It would take some investigating still.
****
On a different note, any chances you can make the parent AFTER the child record is made, then retroactively connect to the parent? This can also be done with either some script or a button push.
Just some ideas...
Lookup the API guide for "AddRecord" and "DoSaveAdd".
QB will pass what called a "MasterRecord" variable for the child creation. Its a tricky work around, but might work for you. It would take some investigating still.
****
On a different note, any chances you can make the parent AFTER the child record is made, then retroactively connect to the parent? This can also be done with either some script or a button push.
Just some ideas...
ShihadShihad
9 years agoQrew Cadet
Thanks