Provide a JavaScript function that permanently removes an item. When you "delete" an Item [item.deleteItem()] you don't actually permanently remove it. This causes alot of "deleted" items when checking for duplicates due to a different limitation (related to commit / session / spawning link to item, etc.) that I try to work around. Essentially I cannot get/check a link to a object in a different workspace from a spawned item without creating a item first and then delete it. Thanks, Anders
Show More