Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
I agree. This just broke today in my apps. When I get a chance I will put in a bug ticket to ask if they consider this new behaviour a bug.
QuickBaseCoachD
9 years agoQrew Captain
I have out in this ticket
&NextURL was broken this weekendWe used to be able to have a URL formula like this
var text URL = URLRoot() &"db/" & Dbid() & "?a=er&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode("https://mycompany.quickbase.com/db/xxxxxxx");
$URL
But now after the weekend update we need to do this
var text URL = URLRoot() &"db/" & Dbid() & "?a=er&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode("xxxxxxy");
$URL
ie, the weekend update broke all our &NextURL formuals
Is this considered a bug and will be urgently fixed? Or do we have to fix all our &NextURL formulas
&NextURL was broken this weekendWe used to be able to have a URL formula like this
var text URL = URLRoot() &"db/" & Dbid() & "?a=er&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode("https://mycompany.quickbase.com/db/xxxxxxx");
$URL
But now after the weekend update we need to do this
var text URL = URLRoot() &"db/" & Dbid() & "?a=er&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode("xxxxxxy");
$URL
ie, the weekend update broke all our &NextURL formuals
Is this considered a bug and will be urgently fixed? Or do we have to fix all our &NextURL formulas