Ok, I just tried to link a delete function for the first time in FB4 and came across a weird error...
The following line causes the error: "Attempt to use managed delete method with an item that is not managed on this client" deletetbllogResult.token = tbllogService.deletetbllog(dgLogBrowser.selectedItem.pkLogID); The delete function itself works fine, I can do a "test operation" and it deletes the record a-ok. I stumbled on one other person that had the same error on the web and what he said was that because the provider didn't provide the ID to delete that it will throw this error. His work around was to read the record then delete it. Sure, I set up a read on the record first then deleted the object that was returned. Why cause an additional data operation to delete a record? How counterproductive is this?? Let me worry about the security of the function; this is really silly IMHO. Can someone from Adobe explain why this is? sj

