Forum Discussion
VivekVishwanat3
7 years agoQrew Cadet
Hi Dan, Thank you for responding. what is "dbidRecords"?
_anomDiebolt_
7 years agoQrew Elite
These statements are boilerplate in many scripts and are included even if they are not used:
var dbid = "";By convention dbid is the dbid of the application, dbidRecords is the dbid of Records table and apptoken is the application token.
var dbidRecords = "";
var apptoken = "";
$.ajaxSetup({data: {apptoken: apptoken}});