MOSS:批准工作流程:如何在批准后将文档设为只读

发布于 2024-07-27 12:03:17 字数 156 浏览 2 评论 0原文

我是 MOSS 开发的新手,在学习它时我有一个问题等待解决。

我们在一个测试站点中使用标准审批工作流程只是为了感受审批工作流程。 我们已经制定了标准审批工作流程并正在运行,但更理想的是在审批后将文档设置为只读模式。

我应该采用什么方法来配置/实现此功能?

I am new to MOSS development and while I'm learning it I have a problem waiting to be solved.

We are using the standard approval workflow in one of our test sites just to get the feel of the approval workflow. We have the standard approval workflow in place and working but what has become more desirable is to have the document set to readonly mode after its approval.

What should be my approach to configure/implement this feature?

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

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

发布评论

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

评论(2

尽揽少女心 2024-08-03 12:03:17

工作流任务列表上的自定义 ItemUpdating 事件处理程序 - 检查任务的状态,如果是 Approved,则通过任务工作流关联获取 Item 对象并调整 Item 的权限。

Custom ItemUpdating event handler on the workflow task list - check the status of the task, and if it is Approved, get the Item object through the task workflow association and adjust permissions on the Item.

旧故 2024-08-03 12:03:17

或者您启动第二个工作流程 - 取决于审批工作流程结果。 使用自定义活动创建 SharePoint Designer 工作流来设置项目权限。

要设置项目权限,请下载有用的 Sharepoint Designer 自定义工作流程活动

这种方法的优点是,您不需要编写代码来创建事件处理程序。

Or you start a second workflow - depending on the approval workflow outcome. Create a SharePoint Designer Workflow using the custom activities to set the item permissions.

To set the item permissions download the Useful Sharepoint Designer Custom Workflow Activities

The advantage of this approach is, that you do not need to write code to create an Eventhandler.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文