Forum Discussion
MannyCruz
9 years agoQrew Assistant Captain
Sorry, bothced it in the copy.
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&AppToken=buawcnbd5pjszvdimycfs3jdpzd" &
"&rid=" & [Record ID#] &
"&_fid_107=" & URLEncode(User()) &
"&rdr="&
URLRoot() & "db/" & [_DBID_APPOINTED_LEADS] & "?a=API_GenAddRecordForm&_fid_21=" & URLEncode ([Agency Name])& "&z=" & Rurl())
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&AppToken=buawcnbd5pjszvdimycfs3jdpzd" &
"&rid=" & [Record ID#] &
"&_fid_107=" & URLEncode(User()) &
"&rdr="&
URLRoot() & "db/" & [_DBID_APPOINTED_LEADS] & "?a=API_GenAddRecordForm&_fid_21=" & URLEncode ([Agency Name])& "&z=" & Rurl())
MannyCruz
9 years agoQrew Assistant Captain
Yes! Thank you so much, it worked!