JarrarAbbas
3 years agoQrew Member
The Application Token has not been assigned to this Application
Hello all!
From url-formula button, I'm trying to check a checkbox which is present in the same table but whenever I click the button I get the error saying...
------------------------------
Jarrar Abbas
------------------------------
From url-formula button, I'm trying to check a checkbox which is present in the same table but whenever I click the button I get the error saying...
<qdbapi>
<action>API_EditRecord</action>
<errcode>24</errcode>
<errtext>Invalid Application Token</errtext>
<errdetail>The Application Token *apptoken* has not been assigned to this Application. To read about assigning an Application Token to your application go to https://help.quickbase.com/user-assistance/app_tokens.html</errdetail>
</qdbapi>
If([Arrivy test checkbox field] = false, URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=xxxx" &
"&_fid_130=1" & //this is the checkbox field
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#]),
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=xxxx" &
"&_fid_130=0" & //this is the checkbox field
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#]))
I've removed apptoken for this question posting but my account has correct apptoken. Apptoken is linked with the app in which table is present. Can you please help me out what I'm doing wrong ?
If([Arrivy test checkbox field] = false, URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=xxxx" &
"&_fid_130=1" & //this is the checkbox field
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#]),
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Record ID#] &
"&apptoken=xxxx" &
"&_fid_130=0" & //this is the checkbox field
"&rdr=" &
URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#]))
I've removed apptoken for this question posting but my account has correct apptoken. Apptoken is linked with the app in which table is present. Can you please help me out what I'm doing wrong ?
------------------------------
Jarrar Abbas
------------------------------