Button to Redirect to an Editable Form in Another App
Hello,
I am trying to create a button that will redirect users to users to the same record in another app where they can edit information.
I've used several different formulas with partial success. Below is all relevant information:
Table ID I am trying to redirect to: btan5p92a?a?a
Matching Field ID in other app: 261
Examples formulas I have written utilizing the Formula-URL field type:
1) URLRoot() & "/db/btan5p92a?a?a" & "?act=API_EditRecordForm&_fid_261=" & [Project ID] & "&z=" & Rurl()
2)URLRoot() & "/db/btan5p92a?a?a" & Dbid() & "?a=API_EditRecord&rid=" & [Project ID] & "&rdr="&URLEncode(URLRoot() & "/db/btan5p92a?a?a" & Dbid() & "?a=doredirect&z=" & Rurl())
Both formulas redirect to the apps homepage, but not to the specific table or form. Is this possible to create?
------------------------------
Sarah Driscoll
------------------------------