在 moss 2010 Intranet 站点中弹出警报

发布于 2024-11-07 16:01:18 字数 107 浏览 0 评论 0原文

我需要为我的站点中的组/所有员工创建警报。根据管理员在 moss 2010 Intranet 站点中推送到“客户列表”的数据,到我的站点主页。所以任何人都可以建议实现这一目标的步骤。希望快速回复...

I need to create alerts to group/all employees in my site.To my site home page basing on the data pushed into "custome list" by administrator in moss 2010 intranet site.So can any one suggest steps to acheive this.Hoping quick replys...

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

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

发布评论

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

评论(1

失去的东西太少 2024-11-14 16:01:18

使用 SharePoint 设计器创建一个简单的工作流程,并在列表中发生某些情况时向组中的用户发送警报/通知电子邮件(例如输入价值超过 100 美元的服装等)。您可以在许多情况下触发此通知工作流程。

请参阅此 链接
查看 有关如何使用设计器创建工作流程的视频。

话虽如此,如果您需要在用户访问网站时(当然还有列表中的某些内容发生更改时)显示弹出窗口或消息框,那么您必须在页面/任何 Web 部件的加载事件中编写代码在页面上显示弹出窗口。 SharePoint 2010 具有 Javascript API,使您可以轻松显示弹出窗口,或者您可以完全在代码中执行此操作。

Create a simple workflow using SharePoint designer and send out alerts/notification emails to the users in the group when something happens in your list (like a costume worth more than 100 bucks is entered etc..). You can trigger this notifications workflow in many scenarios.

See this link.
Check out this video on how to create workflows using designer.

Having said that, if you need a pop-up or a message box to appear when a user visits the site (and ofcourse when something changed on your list) then you have to write code in the load event of the page/any web part on the page to display popup. SharePoint 2010 has Javascript API which makes it easy for you to display pop-up or you can do this totally in the code.

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