I am attempting to delete records in client script...
# suitescript
a
I am attempting to delete records in client script which executes when a user clicks a specific button in edit mode in the UI. The browser console is repeatedly giving me a 'record not found error'. after I check the records which I was trying to delete from the script, they are in fact successfully deleted, but the rest of the script execution is halted because of the error.. is this a known thing? deleted records in a client script will always give this error and halt you execution?