关于 Sharepoint 发布网站的两个问题

发布于 2024-09-24 18:38:35 字数 208 浏览 4 评论 0原文

  1. 我有一个基于自定义内容类型的自定义页面布局。我在页面布局中放置了来自自定义内容类型的多个文本字段和查找字段。我希望只有管理员才能看到它们。贡献者不应查看和编辑。这可能吗?
  2. 管理员将在页面布局的查找组合框中选择一个项目。我想使用所选项目从其他列表中获取一些数据进行过滤。我想我可以在页面布局中放置数据视图,但是如何获取页面的某些字段值?

谢谢。

  1. I have a custom page layout which is based on a custom content type. I have placed several textfields and lookup fields from custom content type in the page layout. I want them to be seen to only admins. Contributers should not see and edit. Is this possible?
  2. Admins will select an item in a lookup combobox in page layout. I want to fetch some data from other lists using the selected item for filtering. I guess I can place a data view in page layout but how I get certain field value of the page?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泼猴你往哪里跑 2024-10-01 18:38:35
  1. 查看 SPSecurityTrimmedControl 它将允许您根据用户拥有的权限隐藏页面的各个部分。
  2. 为什么不直接使用查找列呢?
  1. Have a look at the SPSecurityTrimmedControl it will allow you to hide sections of the page based on the rights a user has.
  2. Why don't you just use a lookup column?
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文