Hi I want to create a site in which, I have few users who can upload / checkin the documents, but they should not be able to delete the documents Is it possible Advice requested
You could implement a onDeleteNode policy which triggers on an aspect or type where you for example proceeds with the delete only if the user have administrator privileges.
If not, the custom behavior on the onDeleteNode events is a possible way to go. To learn more about custom behavior: http://ecmarchitect.com/archives/2007/09/26/770 But in your case a simple folder rule (view folder details > manage rules) could be enough