Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
You cannot change field values with the CopyMasterDetail API. Its also not obvious to get at the rid for the newly created record.
What I do is to land the user on a report of recently created Parent records by the current user. ie the records you just created. I do that with an rdr after the copymasterdetail.
I then detect that the name field for the record now begins with "copy of", and show a button and a big red message asking the user to put the button. The button then makes any field changes required.
What I do is to land the user on a report of recently created Parent records by the current user. ie the records you just created. I do that with an rdr after the copymasterdetail.
I then detect that the name field for the record now begins with "copy of", and show a button and a big red message asking the user to put the button. The button then makes any field changes required.
- _anomDiebolt_9 years agoQrew EliteMS> You cannot ...
Here is my advice: If you have an rdr parameter in your formula URL you should be using script instead for the entire feature. - GauravSharma39 years agoQrew CommanderDan, what is that script?
Thanks,
Gaurav - GauravSharma39 years agoQrew Commanderor can we use API_Editrecord with the CopyMasterDetail API?
- QuickBaseCoachD9 years agoQrew CaptainIn order to edit a record, you need to know the record ID. We don't, unless you go into a script solution.
- _anomDiebolt_9 years agoQrew EliteGS> or can we use ..
Why not? Has someone confined you to a room and prevented you from using those two methods together? - GauravSharma39 years agoQrew CommanderYes.. You are right. I have tried to do the same but don't know what I am missing.
My idea is that once the child records are created the, we can update those records from the parent record through the source record id.
I am not sure whether it is the right way or not.
Dan, if you can help me to that by natively or with the help of some script?
Thanks in advance.
Gaurav Sharma