August 2008 Entries
Sometimes it is required to customize users/groups permission for the whole site or sub sites also and adding custom permission level with the existing permission levels. This article will show how to add new permission level and also customize existing permission level. Permission levels are the various user rights which you can assign to different people / groups in a SharePoint site. By default, each site comes with the following number of permission levels such as Full Control, Design, Contribute...
One of the common question in the developer community "how to customize the default approval workflow for page or document from browser?" I hope, "This post is related to answer this question". When we create a web application or sub site under this web app, by default MOSS creates one default workflow: [Parallel Approval] for the page or document list library but there is no workflow for custom list (document or image) library. You have to set a custom workflow for the custom list library as the...