Forum Discussion
I have the same issue Mark - here is my formula
var text URL = URLRoot() & "db/" & [_DBID_position_items] & "?act=API_AddRecord"
& "&_fid_10=" & [Record ID#]
& "&_fid_6=" & [Record ID# of Focus Employee] ;
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
"&rdr=" & URLEncode($RefreshPage)
Can you please assist.
------------------------------
Jessica Matenga
------------------------------
7/24 service for those "down under". Try this. You just forgot the $URL in the last line
var text URL = URLRoot() & "db/" & [_DBID_position_items] & "?act=API_AddRecord"
& "&_fid_10=" & [Record ID#]
& "&_fid_6=" & [Record ID# of Focus Employee] ;
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
$URL
"&rdr=" & URLEncode($RefreshPage)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- JessicaMatenga3 years agoQrew Trainee
PERFECT!!! That one little thing...working as it should now.
Thank you Mark
------------------------------
Jessica Matenga
------------------------------