successs of service
str = JSON.stringify(dataarr);
localStorage.setItem('local_sync_up',str);
localStorage.setItem('local_table_name',table_name);
//b_number : localStorage.setItem("b_number");
Code: Select all
restservice_sync_up.execute(); I am running this code with timer.
How may i get service success here