Forum Discussion
- MCFNeilQrew CaptainSomewhere in the code there will be a "dr&rid" see if you can change it to "er&rid
- QuickBaseCoachDQrew CaptainMatthew, there is no dr&rid in the copy master detail button.
- MCFNeilQrew CaptainThats right, its not a good code... :(
- AmmarAl-HadeethQrew MemberI think the redirect is happening through QB backend script, that we don't have control on! You can script the whole process in Javascript and new button and redirect to any form you want.
- MeredithMoore5Qrew Assistant CaptainCan someone please help with this? I swear I had it before, but I just lost my code book and I am losing my mind.
I have my save Master/Detail button. It only copies over details. I just need it to do a save and keep working after that, instead of throwing me back to the table home page. :(
"javascript:void(copyMasterDetailButtonHandler('&relfids=83,87&recurse=false&sourceRID=461&destrid=" & [Order ID#] & "', 'bnxxxxxt'))" - QuickBaseCoachDQrew CaptainSomething is confusing here. It should be importing a set of child records from your Parent Record ID# 461 (which must be some kind of order template with std line ietms) and then re-displaying the record that you are on when you pushed the button, which seems to be an Order.
Are you saying that you are on an Order when you push the button and it sends you to a dashboard? - MeredithMoore5Qrew Assistant CaptainIt sends me to the home page for that table. It is like I clicked 'save and close'.
- QuickBaseCoachDQrew CaptainThat does not make sense. I think that you will need to either rebuild the button or put in a support ticket.
- MeredithMoore5Qrew Assistant CaptainYeah, I have rebuilt it already. Thanks for confirming that I haven't gone mad. ;)
- QuickBaseCoachDQrew CaptainDid it work when you rebuilt it?