根據(jù)用戶需求,創(chuàng)建表單,要求是用戶可以填表并提交表單,而且提交后只能看到和修改自己的記錄。而管理員或者授權(quán)人員可以查看到所有記錄。
來安網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)建站!從網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、成都響應(yīng)式網(wǎng)站建設(shè)等網(wǎng)站項(xiàng)目制作,到程序開發(fā),運(yùn)營維護(hù)。創(chuàng)新互聯(lián)建站成立于2013年到現(xiàn)在10年的時(shí)間,我們擁有了豐富的建站經(jīng)驗(yàn)和運(yùn)維經(jīng)驗(yàn),來保證我們的工作的順利進(jìn)行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)建站。
在sharepoint 2007 server上的實(shí)現(xiàn)
首先創(chuàng)建一個(gè)sharepoint site: https://portal.xxx.com/ 建好后,點(diǎn)右上角,Site Actions -> Create -> Custom List,建好后,進(jìn)入剛建的List,如test1,然后點(diǎn)Settings -> Create Column
將Column一個(gè)個(gè)建出來
Site Settings -> Advanced Permissions -> Settings -> Permission Levels -> Add Permission Levels
選擇如下:
List Permissions
View Application Pages - View forms, views, and application pages. Enumerate lists.
Site Permissions
Browse User Information - View information about users of the Web site.
Use Remote Interfaces - Use SOAP, Web DAV, or SharePoint Designer interfaces to access the Web site.
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.
Open - Allows users to open a Web site, list, or folder in order to access items inside that container.
回到Site Settings > Permissions -> New -> Add Users
domain\domain users 并選擇剛創(chuàng)建的Permisson level
回到List -> Test1
Settings -> List Settings -> Permission for this list
選中Domain users -> Actions -> Edit User Permissions
選Contribute, 這樣的話,通過權(quán)限重疊,即可實(shí)現(xiàn)用戶既能添加查看自己的記錄,卻不可以看到別人的記錄。