AnureshPuthukud
8 years agoQrew Trainee
How do I perform auto refresh of a connected table in less than one hour frequency
Currently I run this script with a url button to refesh the table.But I need to set this script on a auto schedule to perform auto refresh.Problem is that I cannot run this script outside quickbase.
It throws an error - Invalid operation.I tried to send app token and user token but still this was not working.I should be able to run this script from an HTML page, any help appreciated.
"javascript:$.post('https://hazeldenes.quickbase.com/qb/sync/refreshTasks?replicationID=30857', function(){location.reload(true);}); void(0);"
& "javascript:$.post('https://hazeldenes.quickbase.com/qb/sync/refreshTasks?replicationID=27275', function(){location.reload(true);}); void(0);
It throws an error - Invalid operation.I tried to send app token and user token but still this was not working.I should be able to run this script from an HTML page, any help appreciated.
"javascript:$.post('https://hazeldenes.quickbase.com/qb/sync/refreshTasks?replicationID=30857', function(){location.reload(true);}); void(0);"
& "javascript:$.post('https://hazeldenes.quickbase.com/qb/sync/refreshTasks?replicationID=27275', function(){location.reload(true);}); void(0);