开发者

Sharepoint 2010 RTM alerts templates

开发者 https://www.devze.com 2022-12-30 16:44 出处:网络
I\'m trying to modify and set alert templates on a SP (working on a copy of alerttemplates.xml), but I\'d 开发者_Go百科like to deploy them just on some specific sites, not the whole farm. Is this poss

I'm trying to modify and set alert templates on a SP (working on a copy of alerttemplates.xml), but I'd 开发者_Go百科like to deploy them just on some specific sites, not the whole farm. Is this possible? I'm using SharePoint 2010 RTM.

Thanks


Changes take effect at the site collection level (aka top level site) and include all subsites in them

stsadm -o updatealerttempaltes

If you want more granular control you would have to look into IAlertNotifier, workflow or various 3rd party apps.

SO - Customise SharePoint Alerts

0

精彩评论

暂无评论...
验证码 换一张
取 消