Forum Discussion
MikaelAndreasso
6 years agoQrew Member
Is there any special consideration to be taken when I am attemping to save and then redirect into an API call?
I am trying to save a grid edit report that is placed inside a from and then create a new record in another form.
------------------------------
Mikael Andreasson
------------------------------
I am trying to save a grid edit report that is placed inside a from and then create a new record in another form.
------------------------------
Mikael Andreasson
------------------------------
MarkShnier__You
Qrew Legend
6 years agoThe easiest way is to have this syntax for the initial edit button
var text EDIT = the url to edit
var text Next = the url where you want to go to
$EDIT
& "&NextURL+" & URLEncode($Next)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text EDIT = the url to edit
var text Next = the url where you want to go to
$EDIT
& "&NextURL+" & URLEncode($Next)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------