审批流程
我正在尝试创建文档审批工作流程而不发送任何电子邮件。我如何知道该文档已获得批准。
I am trying to create a document approval work flow without sending any email.how could i know that the document is approved .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,相当模糊,但我会尝试一下...如果您使用 MOSS 审批工作流程或只是内容审批(在 WSS 和 MOSS 中可用),列表/库中将有一个额外的列用于审批。 您只需确保您有一个包含此列的视图即可查看该值。 如果您希望在这种情况发生变化时收到警报,您可以创建一个视图来筛选已完成的视图,并为符合此视图的项目添加警报。
Yes, pretty vague, but I'll give it a shot... If you use the MOSS Approval Workflow or simply content approval (available in WSS and MOSS), there will be an extra column in the list/library for the approval. You can simply make sure you have a view that includes this column to see the value. If you want to be alerted when this changes, you can create a view that filters to those that are complete and add an alert for items that meet this view.
太模糊了。 请提供更多信息。 听起来像是某种 BPM,但我不确定你到底要把它用在哪里。
Too vague. Please supply more information. Sounds like a BPM of some sort, but I'm not sure where exactly you're going with it.