Simple way to delete selected documents
Want to delete selected documents in a web view?
Want to delete selected documents in a web view? Here is how to do it..
Enable the view property "Allow selection of Documents".
It generates check boxes in the first column of the view.
Create an action button (Delete). and put the following 2 lines
@Command([MoveToTrash]); @Command([EmptyTrash]);
thats it..
Open the view in the browser.Select none/one/many documents ,click on the delete action... voila!! Documents are gone.
This works on the Notes client also. This works only in view level.