Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoIt can be done with this API https://help.quickbase.com/api-guide/API_CopyMasterDetail.html
I'm tied up now on a backlog of work, but contact me directly if you need one on one assistance,
The syntax will be
var text URL = (the copy master detail api);
var text DisplayParent = URLRoot() & "db/" & [_DBID of the Parent table] & "?a=dr&rid=" & [Related Parent];
$URL
& "&rdr=&URLEncode($DisplayParent)
Give the API a try and post back if you get stuck.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
[email protected]
------------------------------
I'm tied up now on a backlog of work, but contact me directly if you need one on one assistance,
The syntax will be
var text URL = (the copy master detail api);
var text DisplayParent = URLRoot() & "db/" & [_DBID of the Parent table] & "?a=dr&rid=" & [Related Parent];
$URL
& "&rdr=&URLEncode($DisplayParent)
Give the API a try and post back if you get stuck.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
[email protected]
------------------------------