Forum Discussion
MarkShnier__You
Qrew Legend
5 years agotry this
var text dispatchButton = URLRoot() & "db/" & [_DBID_DISPATCHES] & "?a=API_GenAddRecordForm&_fid_7=" & URLEncode ([Item #]) & "&z=" & Rurl();
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text dispatchButton = URLRoot() & "db/" & [_DBID_DISPATCHES] & "?a=API_GenAddRecordForm&_fid_7=" & URLEncode ([Item #]) & "&z=" & Rurl();
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JeffPeterson15 years agoQrew CaptainIt still takes me to the Dispatches Table where I must click 'Save & Close' (once I do this I'm returned to the parent record though). Is there a way to do this without the user even leaving the parent record?
------------------------------
Jeff Peterson
------------------------------- MarkShnier__You5 years ago
Qrew Legend
Are you asking if you can have a separate little pop up window to add the dispatch and then that pop up would close when you save the dispatch?
if so, the answer is "no", it would be nice to have that functionality, but we do not have that functionality at this time. You would need to put tat into a UserVoice suggestion.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- JeffPeterson15 years agoQrew CaptainNo, we shouldn't even need a pop-up.
Basically, the question is: Can the 'Save & Close' button function on the dispatches table be built into this 'Add Dispatch' button, so the user isn't being taken to another form to have to click 'Save & Close' before being returned? Essentially, making a 2 click process 1 click?
------------------------------
Jeff Peterson
------------------------------