溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Sharepoint創(chuàng)建表單權(quán)限疊加

發(fā)布時間:2020-08-10 13:01:44 來源:網(wǎng)絡(luò) 閱讀:454 作者:simmy 欄目:系統(tǒng)運維

根據(jù)用戶需求,創(chuàng)建表單,要求是用戶可以填表并提交表單,而且提交后只能看到和修改自己的記錄。而管理員或者授權(quán)人員可以查看到所有記錄。

在sharepoint 2007 server上的實現(xiàn)

首先創(chuàng)建一個sharepoint site: https://portal.xxx.com/ 建好后,點右上角,Site Actions -> Create -> Custom List,建好后,進入剛建的List,如test1,然后點Settings -> Create Column

Sharepoint創(chuàng)建表單權(quán)限疊加

將Column一個個建出來
Sharepoint創(chuàng)建表單權(quán)限疊加

Sharepoint創(chuàng)建表單權(quán)限疊加

Site Settings -> Advanced Permissions -> Settings -> Permission Levels -> Add Permission Levels
Sharepoint創(chuàng)建表單權(quán)限疊加

選擇如下:
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.
Sharepoint創(chuàng)建表單權(quán)限疊加

回到Site Settings > Permissions -> New -> Add Users
Sharepoint創(chuàng)建表單權(quán)限疊加

domain\domain users 并選擇剛創(chuàng)建的Permisson level
Sharepoint創(chuàng)建表單權(quán)限疊加

回到List -> Test1
Sharepoint創(chuàng)建表單權(quán)限疊加

Settings -> List Settings -> Permission for this list
Sharepoint創(chuàng)建表單權(quán)限疊加

Sharepoint創(chuàng)建表單權(quán)限疊加

選中Domain users -> Actions -> Edit User Permissions
Sharepoint創(chuàng)建表單權(quán)限疊加

選Contribute, 這樣的話,通過權(quán)限重疊,即可實現(xiàn)用戶既能添加查看自己的記錄,卻不可以看到別人的記錄。
Sharepoint創(chuàng)建表單權(quán)限疊加

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI