Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoThe flaw is that var number
var number oRid = [Record ID#];
var number nRid = [Record ID#];
both are referring to the original Record ID#.
The next record ID# does not exist until the copymasterdetail completes.
I think that you would need to have a help table with 1 record in it to allow you to get the Maximum Record ID# of all records and also a place to record the Record ID# of the FROM record. Then you would need ot use an Automation to do the editing. I think its possible but I would have to work with you one on on to get it all working.
It would take URTL formula button to Record the FROM Record ID# on that Focus record and then run the copy master detail and then trigger the Automation to edit the newly created record with the FROM and then to edit the FROM record with the Record ID# of the new record.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var number oRid = [Record ID#];
var number nRid = [Record ID#];
both are referring to the original Record ID#.
The next record ID# does not exist until the copymasterdetail completes.
I think that you would need to have a help table with 1 record in it to allow you to get the Maximum Record ID# of all records and also a place to record the Record ID# of the FROM record. Then you would need ot use an Automation to do the editing. I think its possible but I would have to work with you one on on to get it all working.
It would take URTL formula button to Record the FROM Record ID# on that Focus record and then run the copy master detail and then trigger the Automation to edit the newly created record with the FROM and then to edit the FROM record with the Record ID# of the new record.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
GabrielFigueroa
6 years agoQrew Member
Thanks Mark, I get what you are saying to do. I'll let you know if I have any problems.
------------------------------
Gabe Figueroa
------------------------------
------------------------------
Gabe Figueroa
------------------------------