文件下载提醒
您好:我们需要在文档库上设置警报(向指定人员发出警报);立即从该库查看或下载文档。
如果有人有任何想法/解决方案,请告知。
Hi: We have requirement to setup alert on a document library (alert to defined person); immediately a document is view or downloaded from that library.
Pls adivse if anyone have any idea/solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是提出一些想法:
创建一个自定义 Web 部件来显示文档列表,其中的链接将执行一些客户端 JavaScript 操作,或者将您带到具有某些重写行为并发送警报的页面。
另一种选择是创建一个拦截请求的 HttpModule。这是较低级别和较高的开销,但可以避免需要进行复杂的内容更改。
最后,您可以从日志数据库中删除某些内容,但这可能无法满足您“立即”的要求。
Just bouncing some ideas around:
Create a custom web part to display the list of documents, where the link would either do some client JavaScript or take you to a page that had some rewrite behaviour as well as sending the alert.
Another option would be to create an HttpModule that intercepted the request. This is lower-level and higher overhead, but would avoid needing to make complex content changes.
Finally, you could have something driven off the logging database, but that might not satisfy your requirement of "immediately".