GeorgeBramhall1
4 years agoQrew Member
Error in Formula URL ... Need help
I am getting the following error when I click my Formula URl button,Please, what am I doing wrong:
<qdbapi>
<qdbapi>
<action>API_EditRecord</action>
<errcode>30</errcode>
<errtext>No such record</errtext>
<errdetail>Missing "rid" parameter.</errdetail>
</qdbapi>
Formula:
var text urlone = If([Notify Acquisitions Team]<>"Yes",URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&_fid_15=Yes");
var text urltwo = "&rdr=" &
URLEncode(URLRoot()&[_DBID_LEADS]&"?a=Showpage&pageID=18")
;
$urlone & $urltwo
Formula:
var text urlone = If([Notify Acquisitions Team]<>"Yes",URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&_fid_15=Yes");
var text urltwo = "&rdr=" &
URLEncode(URLRoot()&[_DBID_LEADS]&"?a=Showpage&pageID=18")
;
$urlone & $urltwo
------------------------------
George Bramhall
------------------------------