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.
- AlecAlec9 years agoQrew MemberCan you post an update here when you hear back?
- QuickBaseCoachD9 years agoQrew CaptainI 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 - QuickBaseCoachD9 years agoQrew CaptainHere is the response from Support
Thank you for contacting the QuickBase Care Team! This is a known issue. Our engineers are actively working on a fix for this as we speak. I'll notify you as soon as possible once have a resolution.
Regards,
James Travaglini
QuickBase Support
Please do not reply to this emai - QuickBaseCoachD9 years agoQrew CaptainQB Support says this is fixed.
Your original question: &NextURL was broken this weekend...Our Response: Hi Mark,
This issue has been resolved. Can you try testing your button and confirm that the fix has resolved your problem?
Best,
James Travaglini
QuickBase Support