Forum Discussion
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- GregoryGebhardt5 years agoQrew Cadet
Mark, I believe it so far it was isolated to just a couple of records (but the feature is used less often). I'm keeping and eye on all our other apps to make sure. I made sure to URLENCODE() the 'data' that was being pushed. I copied the button link and took the urls directly out of the link and ran independently and it worked just fine. It was the combination of the two with the java that seemed to cause the issue. BTW these were AddRecords in 2 different tables, all tables in the same app.
I was suspect on the 'data' as well (if that is where you were going) but as I'm mostly ignorant with Java...is there a chance that the 'data' and url build could cause the Java to fail? (i.e. some weird character or length of data being pushed) If so I'll go back and review the 'data' more carefully to see if there is any weird anomalies.
------------------------------
Gregory Gebhardt
------------------------------- MarkShnier__You5 years ago
Qrew Legend
Yes, look for unusual data especially like a single quote. I have found I need to strip those out of the data using search and replace before using in a URL formula with that JavaScript refresh.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- GregoryGebhardt5 years agoQrew CadetBrilliant, Thanks for the direction. Makes total sense.
------------------------------
Greg
------------------------------