Discussions
DeleteList (Success?)
I am running the deleteList method on Inventory Items, and the response clearly indicates that the Delete was successful, but the items do get deleted. (they still show up on the web interface and in the list I am using to populate a ListView on my UI)
I am not sure if there is some sort of delay in the actual deletion from the database, but it's been at least 12 hours since the program was run.
Also, does running a search that pulls only InventoryItems pulls all the Inventory Items? (including deleted ones, that wouldn't make much sense to me)