MichaelSantiago
8 years agoQrew Trainee
How can I use ""Copy Master & Detail Record"" function in Quickbase to only copy a specific subset of child records from a master template?
How can I use the "Copy Master & Detail Records" function in Quickbase to only copy a specific subset of child records from a master template?
I have a Master Project record with 40 child records and I have a button with the following URL formula, that copies and relates all 40 child records (tasks) to a new project record: "javascript:void(copyMasterDetailButtonHandler('&relfids=72&recurse=false&sourceRID=3&destrid=" & [Record ID#] & "', 'bmzg6sw35'))"
I would like to create 3 buttons that copy and relate only the tasks associated with a specific field value (for button 1, [Department] = X and for button 2, [Department] = Y, etc.). I suppose I could create multiple templates and use the wizard in Home -> Settings -> App Management -> "Copy Master and Details Records" to create different buttons for each template but that seems messy.
Any ideas on how I can use the "Copy Master and Details Records" wizard with a more specific criteria or create a custom URL?
Thanks for your help!
I have a Master Project record with 40 child records and I have a button with the following URL formula, that copies and relates all 40 child records (tasks) to a new project record: "javascript:void(copyMasterDetailButtonHandler('&relfids=72&recurse=false&sourceRID=3&destrid=" & [Record ID#] & "', 'bmzg6sw35'))"
I would like to create 3 buttons that copy and relate only the tasks associated with a specific field value (for button 1, [Department] = X and for button 2, [Department] = Y, etc.). I suppose I could create multiple templates and use the wizard in Home -> Settings -> App Management -> "Copy Master and Details Records" to create different buttons for each template but that seems messy.
Any ideas on how I can use the "Copy Master and Details Records" wizard with a more specific criteria or create a custom URL?
Thanks for your help!