May I ask where to put a code to execute a stored procedure right after the Synchronize button was clicked and Successfully submitted on a list component? I want to update a customer balance after an invoice is successfully saved on the server, but I dont know what event in the list control to put the code making sure the data is submitted successfully before running the stored procedure. I did put the code on the Synchronize button click event but I intentionally put a wrong data so that the synchronization will have an error but the code I have written to run the stored proc was also executed. In short I dont know what method to call to know that the data is saved successfully before running the Stored proc. Thanks!