根據用戶需求,建立表單,要求是用戶能夠填表並提交表單,並且提交後只能看到和修改本身的記錄。而管理員或者受權人員能夠查看到全部記錄。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 Levels
orm
選擇以下:
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, 這樣的話,經過權限重疊,便可實現用戶既能添加查看本身的記錄,卻不能夠看到別人的記錄。