Forum Discussion
MCFNeil
8 years agoQrew Captain
The "NextURL" option works well when you are creating a new record and want the native 'save' button to redirect somewhere.
The general syntax is :
you original button... then "&nexturl="&URLEncode(destination url)
so it might look like this
I'm sure I missed some syntax, but that is the general idea with me trying to free hand it.
The general syntax is :
you original button... then "&nexturl="&URLEncode(destination url)
so it might look like this
www.mycompany.quickbase.com/db/xxxxxxxxx?a=nwr&nexturl="&URLEncode(URLRoot()
& "db/" & Dbid() & "?a=showpage&pageid=20")I'm sure I missed some syntax, but that is the general idea with me trying to free hand it.