SharePoint 2007 变化零星通知
我们创建了一个 SharePoint 2007 网站,该网站使用针对不同区域设置的变体。当有人对源变体的页面进行更改并发布时。它应该向变体网站的所有者发送通知。
目前,我们正在收到零星通知。有时我们的作者会收到电子邮件或不会收到电子邮件,有时他们会收到通知,但变化有误。
我的问题是:
SharePoint 使用什么字段来确定向谁发送电子邮件通知?
页面作者(联系方式)?
网站所有者?
网站作者?
是否需要在每个页面/站点上设置或仅在变体根上设置?
We've created a SharePoint 2007 website that uses variations for our different locales. When someone makes a change to a page on the source variation and publishes it. It is supposed to send out a notification to the owner of the variation site.
Currently, we are receiving sporadic notifications. Sometimes our authors will receive an email or not and sometimes they will receive a notification but for the wrong variation.
My question is:
What is the field that SharePoint uses in order to determine whom to send out the email notification to?
Page Author (Contact)?
Site owner?
Site Author?
And does this need to be set on each page/site or just at the variation root?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下,有几件事需要记住。
如果您要创建新页面,则电子邮件将发送至该网站欢迎页面的联系人。
如果您要修改页面,则电子邮件将发送至该页面的联系人。
示例:如果您在站点 xyz 中创建一个新页面,并且变体站点上的欢迎页面是
default.aspx
,那么您必须设置该页面的联系人;创建新页面时,该用户将收到电子邮件。如果您修改名为
ourcompany.aspx
的页面,则在变体网站中,检查ourcompany.aspx
的联系人是谁;当此页面被修改时,该用户将收到电子邮件。There are few things to remember in this case.
If you are creating a new page, then the email will go to the contact person of welcome page of that site.
If you are modifying a page, then the email will go to the contact person of that page.
Example: if you create a new page in site xyz and the welcome page on the variation site is
default.aspx
, then you have to set the contact person for this page; and email will be received by this user when a new page is created.If you modifying a page called
ourcompany.aspx
, then in the variation site, check who is the contact person forourcompany.aspx
; this user will get email when this page will be modified.