Forum Discussion
MikeTamoush
3 years agoQrew Elite
It doesn't like the redirect. Probably the http:// but better practice is to use the URLRoot() command so try:
& URLEncode(URLRoot() & "db/bka89j884")
URLRoot will always put yourdomain@quickbase.com
------------------------------
Mike Tamoush
------------------------------
& URLEncode(URLRoot() & "db/bka89j884")
URLRoot will always put yourdomain@quickbase.com
------------------------------
Mike Tamoush
------------------------------
- ChrisSwirtz33 years agoQrew MemberThanks Mike, I do think I had tried this already but I tried it again. The check box worked but the redirect still took me to the code page that read.
<qdbapi><action>API_EditRecord</action><errcode>0</errcode><errtext>No error</errtext><rid>11541</rid><num_fields_changed>1</num_fields_changed><update_id>1652987789802</update_id></qdbapi>
------------------------------
Chris Swirtz
------------------------------- MikeTamoush3 years agoQrew EliteOh I just realized you are missing the = sign. The original may have worked.
"&rdr="
------------------------------
Mike Tamoush
------------------------------- ChrisSwirtz33 years agoQrew MemberThat was the missing piece! Thanks Mike!
------------------------------
Chris Swirtz
------------------------------