Forum Discussion

BradElmore's avatar
BradElmore
Qrew Assistant Captain
8 years ago

CopyMasterDetailDetailButton Redirect to Record Form in Edit mode

When I click the "CopyMasterDetailDetailButton" -- the detail records are copied -- then a Pop-Up appears - stating that the records where created and the Pop-up has a Button on it "Go To Record" --- Is it possible to have the "Go To Record" button --- redirect me to the record in Edit mode --- not View mode-- 

13 Replies

  • MeredithMoore5's avatar
    MeredithMoore5
    Qrew Assistant Captain
    No, but now it is working. Made a ticket, but was told they couldn't help since it was Java... even though it was QB that generated the java for the button... I, I just don't know what to think about that. I questioned this, and now it seems to be working ok. Don't really know what happened. Guessing magic. 

    One other question though. So now it is good, and does a save and keep working like a good button should, but I was wondering if you knew of a script to keep it on the same tab after doing the Save and Keep Working? The place where the button is located is on the 2nd tab in a form. After clicking it it hops to the beginning of the form on the first tab. 
  • Question for you guys... here is the code of my CopyMasterDetail button. This imports the detail records that I need but... is there something I can change in the code to make this open the record in Edit instead of View?

    "javascript:void(copyMasterDetailButtonHandler('&sourceRID=34&destrid=" & [Record ID#] & "', 'bxxxxxxxx'))"
    • QuickBaseCoachD's avatar
      QuickBaseCoachD
      Qrew Captain
      I'm pretty sure the the answer is "no".  And if you use the URL API format for the same functionality, it's also "no".