根据用户需求,建立表单,要求是用户能够填表并提交表单,并且提交后只能看到和修改本身的记录。而管理员或者受权人员能够查看到全部记录。app
在sharepoint 2007 server上的实现dom
首先建立一个sharepoint site: https://portal.xxx.com/ 建好后,点右上角,Site Actions -> Create -> Custom List,建好后,进入刚建的List,如test1,而后点Settings -> Create Columnide
将Column一个个建出来this
Site Settings -> Advanced Permissions -> Settings -> Permission Levels -> Add Permission Levelsorm
选择以下:
List Permissions
View Application Pages - View forms, views, and application pages. Enumerate lists. server
Site Permissions
Browse User Information - View information about users of the Web site. get
Use Remote Interfaces - Use SOAP, Web DAV, or SharePoint Designer interfaces to access the Web site. it
Use Client Integration Features - Use features which launch client applications. Without this permission, users will have to work on documents locally and upload their changes. io
Open - Allows users to open a Web site, list, or folder in order to access items inside that container. form
回到Site Settings > Permissions -> New -> Add Users
domain\domain users 并选择刚建立的Permisson level
回到List -> Test1
Settings -> List Settings -> Permission for this list
选中Domain users -> Actions -> Edit User Permissions
选Contribute, 这样的话,经过权限重叠,便可实现用户既能添加查看本身的记录,却不能够看到别人的记录。