Forum Discussion
MarkShnier__You
Qrew Legend
3 years agoYou will either need to disable the need for application tokens by gong into the Settings for the app and then properties, or else create an application token and then insert a line like this where the xxxxx is replaced by the app token.
If you were not sure what an application token is you probably don't need to have that extra layer of security in your app and you can disable it. The exception might be if you were dealing with healthcare data. But in the end it's your call whether you want the extra layer of security.
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord"
& "&rid=" & [Budget item ID#]
& "&apptoken=xxxxxxxxxxxxxxx"
& "&_fid_57=now;
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
$URL
& "&rdr=" & URLEncode($RefreshPage)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
If you were not sure what an application token is you probably don't need to have that extra layer of security in your app and you can disable it. The exception might be if you were dealing with healthcare data. But in the end it's your call whether you want the extra layer of security.
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord"
& "&rid=" & [Budget item ID#]
& "&apptoken=xxxxxxxxxxxxxxx"
& "&_fid_57=now;
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
$URL
& "&rdr=" & URLEncode($RefreshPage)
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
BrianDunk
3 years agoQrew Cadet
Yep...working now.
Thanks again!
Brian
------------------------------
Brian Dunk
------------------------------
Thanks again!
Brian
------------------------------
Brian Dunk
------------------------------