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
QuickBaseJunkie
Qrew Legend
7 years agoI'm not sure what you mean by 'find'. The record ID will be at the top of the record unless you're using a different title. It will also be in the [Record ID#] field.