TrishWehrle
5 years agoQrew Cadet
formula to refresh dashboard
I have a button on my form that checks a box (which does some automations), saves the record, and redirects to the dashboard. The problem is when you land back on the dashboard the automation isn't quite done so it doesn't look like the change has taken. Is there a way to add onto my formula to redirect to the dashboard and then refresh it?
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=xxxxxxxxxxxxxxxx" &
"&_fid_35=1" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid())
Thanks!
------------------------------
Trish Wehrle
------------------------------
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=xxxxxxxxxxxxxxxx" &
"&_fid_35=1" &
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid())
Thanks!
------------------------------
Trish Wehrle
------------------------------