ChrisChappell
6 years agoQrew Member
Copy record and edit (URL)
I have created a URL to copy the record the user is in, however, it stays on the original record. Is there any way to change the formula to go to the new record once it's created? The formula is:
URLRoot() & "db/" & Dbid() & "?act=API_AddRecord"
& "&apptoken=psudc7dxr3x76cra11pz11raxm6a"
& "&_fid_11=" & ToText([Related Record])
& "&_fid_10=" & "20"
& "&_fid_6=" & ToFormattedText([Issue Date], "DDMMYYYY")
& "&_fid_7=" & ToText([Reason])
& "&_fid_14=" & ToText([Survey Status])
&"disprec=1";
Thanks,
Chris
------------------------------
Chris Chappell
------------------------------
URLRoot() & "db/" & Dbid() & "?act=API_AddRecord"
& "&apptoken=psudc7dxr3x76cra11pz11raxm6a"
& "&_fid_11=" & ToText([Related Record])
& "&_fid_10=" & "20"
& "&_fid_6=" & ToFormattedText([Issue Date], "DDMMYYYY")
& "&_fid_7=" & ToText([Reason])
& "&_fid_14=" & ToText([Survey Status])
&"disprec=1";
Thanks,
Chris
------------------------------
Chris Chappell
------------------------------