HakimS
4 years agoQrew Member
Save and Display Record
Hello!
I created a formula URL button that saves the record, but after saving, it displays the "User Not Found" Message. How can I show the record in view mode after it has been saved?
This is the submit button code:
var text Save = URLRoot() & "db/" & Dbid() & "?act=API_AddRecord&rid=" & [Record ID#];
var text Display = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#];
$Save & "&rdr=" & URLEncode($Display)
------------------------------
Hakim S
------------------------------
I created a formula URL button that saves the record, but after saving, it displays the "User Not Found" Message. How can I show the record in view mode after it has been saved?
This is the submit button code:
var text Save = URLRoot() & "db/" & Dbid() & "?act=API_AddRecord&rid=" & [Record ID#];
var text Display = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#];
$Save & "&rdr=" & URLEncode($Display)
------------------------------
Hakim S
------------------------------