SharePoint 批准
我需要将共享点批准添加到列表中...并且我希望使用默认批准流程...但是...一旦项目获得批准,我需要运行一些代码。 我是否必须使用 VS 创建自定义工作流程?
我需要运行一些当前在事件接收器中运行的代码。 我需要将代码移至另一个函数(因为我们正在将处理移出事件接收器代码,现在基于项目批准)。 此代码将在项目获得批准后执行,并且可以作为服务或 .net 代码托管。
I need to add sharepoint approval to a list... and I was hoping to use the default approval process... but... I need to run some code once an item is approved. Do I have to then use VS to create a custom workflow?
I need to run some code that currently runs in an event reciever. I need to move the code to another function (as we are moving the processing out of event reciever code and now based on item approval). This code would execute after the item is approved and can be hosted as a service or .net code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
示例目录中的 MOSS SDK 1.5 附带了基于状态机的审批工作流程的完整注释源。
http://www.microsoft.com/ downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9
-Oisin
Full commented source to a state-machine based approval workflow comes with the MOSS SDK 1.5 in the samples directory.
http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9
-Oisin