简体   繁体   English

Sharepoint 2007:如何设置列级权限?

[英]Sharepoint 2007 : How to set column level permission?

I would like to set the column level permission on list in Sharepoint 2007. I would appreciate help. 我想在Sharepoint 2007的列表中设置列级别的权限。希望获得帮助。

Example: 例:

I would like to employee to fill other information in the form but not allow them to change the salary. 我想让员工在表格中填写其他信息,但不允许他们更改工资。 Only admin can change certain fields. 只有管​​理员可以更改某些字段。

You cannot do that. 你不能这样做。

SharePoint does not support column level security. SharePoint不支持列级安全性。

You would need to extend SharePoint to achieve this... 您需要扩展SharePoint才能实现此目标...

Take a look here. 在这里看看。 http://code.msdn.microsoft.com/SecureField http://code.msdn.microsoft.com/SecureField

Correct, there are no Column level premissions for SharePoint. 正确,SharePoint没有列级权限。 However, a nice an easy workaround that I use all the time for this scenario is to create Custom List Forms and use the "display" option for the column to do not want users to edit. 但是,在这种情况下,我一直使用的一种简单的解决方法是创建“自定义列表表单”,并对列使用“显示”选项,以免用户进行编辑。 You then create an Edit form where the fields are editable for those that are authorized to edit the entry. 然后,您创建一个“编辑”表单,其中对于那些有权编辑条目的字段来说,这些字段是可编辑的。 Hope this helps. 希望这可以帮助。

I'm going to go out on a limb here, but I don't believe you have the ability to control permissions on individual columns in SharePoint 2007. At least I haven't heard of it. 我将在这里进行一些讨论,但是我不相信您能够控制SharePoint 2007中各个列的权限。至少我还没有听说过。 I browsed through list definitions and permissions but I didn't spot anything. 我浏览了列表定义和权限,但没有发现任何东西。

This is a common request for many SharePoint users, but MS does not provide. 这是许多SharePoint用户的常见要求,但MS没有提供。 You can try 3rd party tools, such as BoostSolutions Column/View Permission and … 您可以尝试第三方工具,例如BoostSolutions Column / View Permission和...

Another 3rd party tool is Sharepoint Column Protector by Datapolis. 另一个第三方工具是Datapolis的Sharepoint Column Protector。 More details on the tool is discussed here ( How to apply item level permission for sharepoint columns ). 此处讨论了有关该工具的更多详细信息( 如何为共享点列应用项目级别权限 )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM