JENNIFERPASCHAL
5 years agoQrew Trainee
Error 0
Hello,
I have a Formula - URL button with the following formula: If([Status] = "PACE - Rapid Request",URLRoot() & "db/" & [_DBID_INTAKE] & "?act=API_EditRecord&rid=" & [Record ID#] & "&_fid_89=Solution Squad - Review" & "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_INTAKE] & "?a=dr&rid="& [Record ID#]),"")
When I click the button I get the following error message but the record is successfully updated. Why is this message displaying?
Edit: I have another formula - url button doing a similar thing as well, but this one is not updating the record.
If([Status] = "Solution Squad - Review",URLRoot() & "db/" & [_DBID_INTAKE] & "?act=API_EditRecord&rid=" & [Record ID#] & "&_fid_89=PACE - Review" & "rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_INTAKE] & "?a=dr&rid="& [Record ID#]),"")
------------------------------
Thanks in advance,
Jennifer Paschal
------------------------------
I have a Formula - URL button with the following formula: If([Status] = "PACE - Rapid Request",URLRoot() & "db/" & [_DBID_INTAKE] & "?act=API_EditRecord&rid=" & [Record ID#] & "&_fid_89=Solution Squad - Review" & "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_INTAKE] & "?a=dr&rid="& [Record ID#]),"")
When I click the button I get the following error message but the record is successfully updated. Why is this message displaying?
Edit: I have another formula - url button doing a similar thing as well, but this one is not updating the record.
If([Status] = "Solution Squad - Review",URLRoot() & "db/" & [_DBID_INTAKE] & "?act=API_EditRecord&rid=" & [Record ID#] & "&_fid_89=PACE - Review" & "rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_INTAKE] & "?a=dr&rid="& [Record ID#]),"")
------------------------------
Thanks in advance,
Jennifer Paschal
------------------------------