Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoYou should be able to make a button using the wizard to copy a Quote and its children. The button will be created on the Quote. Then you would expose the code from that button which is on the Template Quote record (which you temporarily put on the form, just to grab the code for the Template record) and say paste it into a URL button on the Dashboard Home page.
So the reps will do to the dashboard, click, and land on a newly created quote with children.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
So the reps will do to the dashboard, click, and land on a newly created quote with children.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
DawnRene2
5 years agoQrew Member
Good morning Mark, I followed your directions and copied the URL from the Quote record button, Import Detail Records ("javascript:void(copyMasterDetailButtonHandler('&relfids=23&sourceRID=7&destrid=" & [Record ID#] & "', 'bqxda6ev4'))") and pasted that into a url button on the dashboard and it goes nowhere, just a blank page. The button works when I am in the actual Quote record but not on the button on the dashboard. So I must be missing something.
Thoughts?
Thanks!
------------------------------
Dawn Rene
------------------------------
Thoughts?
Thanks!
------------------------------
Dawn Rene
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
That wizard code looks like it is set up to add children to an existing parent. I believe that you need to make a wizard button to copy the parent and it's children.
Maybe we should get these in steps. I assume that you have a model Project. Make a button using the wizard to copy that parent and child. Then one option will be to make a button on the Dashboard which will just land the user on that model project and it will have a button to copy this project. Once that is working, then we can try to see if that javascript code will will work in a Dashboard button.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------