Forum Discussion
QuickBaseJunkie
Qrew Legend
7 years agoYou could try using the NextURL at the end of your formula such as:
& "&NextURL=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=er&rid=" & [Record ID#])
However, I have heard from others of odd behavior with their buttons on mobile, but it's worth a shot.
-Sharon
& "&NextURL=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=er&rid=" & [Record ID#])
However, I have heard from others of odd behavior with their buttons on mobile, but it's worth a shot.
-Sharon
BullseyeBullsey
7 years agoQrew Cadet
The formula you included sends me somewhere else, and I needed to have the new record ID to keep me on the new record I created. I was able to play around with it a few hours ago, and managed to make it work on iPhone but not Android.
URLRoot() & "db/" & [_DBID_ORDERS] & "?a=API_GenAddRecordForm&_fid_17=" & URLEncode ([Club Name])& "&NextURL=" & URLEncode(URLRoot() & "db/" & [_DBID_ORDERS])& "a=dr&rid=API_DoQuery&RIDs=1&query={'1'.AF.Now()-Minutes(2)}AND{'5'.CT.User()}AND{'17'.CT.[Club Name])&clist=3\noptions=num-1"
I'm very limited with URL coding, but that's what I have if anyone is looking up this issue.
Thanks Sharon.
URLRoot() & "db/" & [_DBID_ORDERS] & "?a=API_GenAddRecordForm&_fid_17=" & URLEncode ([Club Name])& "&NextURL=" & URLEncode(URLRoot() & "db/" & [_DBID_ORDERS])& "a=dr&rid=API_DoQuery&RIDs=1&query={'1'.AF.Now()-Minutes(2)}AND{'5'.CT.User()}AND{'17'.CT.[Club Name])&clist=3\noptions=num-1"
I'm very limited with URL coding, but that's what I have if anyone is looking up this issue.
Thanks Sharon.