MannyCruz
8 years agoQrew Assistant Captain
Is there an API call I can put into a Formula URL To allow me edit record with a different form?
The issue I am having is that I am using GenAddRecordForm and specifying the form, but this creates a duplicate record. Any way of just editing the record in a different form?
Here is my current formula, everything works except the fact that its adding a record instead of editing in a different form
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&rid=" & [Record ID#] &
"&apptoken=buawcnbd5pjszvdimycfs3jdpzd" &
"&_fid_313=Assigned" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() & "?a=API_GenAddRecordForm&dfid=2&_fid_260=" & URLEncode ([Agency Name])&
"&_fid_57=" & URLEncode (User())&
"&_fid=313=" & URLEncode ("Assigned")&
"&z=" & Rurl())
Here is my current formula, everything works except the fact that its adding a record instead of editing in a different form
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&rid=" & [Record ID#] &
"&apptoken=buawcnbd5pjszvdimycfs3jdpzd" &
"&_fid_313=Assigned" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() & "?a=API_GenAddRecordForm&dfid=2&_fid_260=" & URLEncode ([Agency Name])&
"&_fid_57=" & URLEncode (User())&
"&_fid=313=" & URLEncode ("Assigned")&
"&z=" & Rurl())