An alert is usually a notification message to draw one's attention to an event such as a change or error condition.

learn more… | top users | synonyms

2
votes
1answer
664 views

Customize add colleagues email template

I need to customize the mail that is sent when I add a colleague in "my site" profile on SharePoint 2010 Environment. The below URL says it is not possible however want to check if you have any other ...
4
votes
3answers
3k views

Is there a workaround for the 'You cannot create alerts for lists for which users can only read their own items.' error?

I have been trying to piece together a quick and dirty system to allow users to leave messages on each others sites where any user can leave a message, but they can only see messages they have left, ...
1
vote
1answer
240 views

Why are there extra fields in the content of an alert e-mail?

I've got an immediate alert set up on a custom list, the list has multiple content types attached. If I create a new item on the list for a specific content type, the alert e-mail contains fields from ...
0
votes
1answer
384 views

How to Edit email alerts Templates from Issue Tracker?

Hi I want to edit the email alerts format sent from a Issue Tracker. I need to know which files I have to edit to customize the email alerts? I use WSS 3.0 -Saumil
0
votes
1answer
743 views

Task ID in Subject of email alerts

I want to get task ID in subject line of email alerts from a particular list. How to do it? Which files I need to modify to get the desired result? and Will the change in default template will be ...
0
votes
3answers
286 views

SharePoint Alert Email Messages and SPUser.RegionalSettings?

All, SharePoint 2010, I have setup an Alert on a Calendar (Events) list. I have set to be notified on any change to the items in the list (add, edit, delete). I have changed my user profile for the ...
0
votes
1answer
683 views

Sharepoint 2010 ALERT settings - customize possible set of lists

I want to customize possible set of lists on which user can set "alerts ON". Customizing just ribbon button ("Alert me") for not showing on specific list isn't enough because - on some list on which ...
6
votes
1answer
576 views

Health Report with Alerts

I would like to create an alert on the central admin Health Reports list (http://server:8080/Lists/HealthReports/AllItems.aspx) if that is possible. I have created an alert with: Change Type=All ...
1
vote
2answers
174 views

How to know when and how many SPAlerts were sent?

I would like to know when and how many SPAlerts are sent to a specific user, is there any way to do this?
0
votes
2answers
783 views

How can I delete all alerts for a user in Sharepoint 2007 without visiting every site?

A user leaves the organisation. Their account is removed from active directory. Their user object does not get removed from Sharepoint, and their alerts remain in place. This generates ...
5
votes
3answers
8k views

Send e-mail alerts to distribution groups - Sharepoint 2010

After migration to MSS2010, we realized that the alerts, that we used to send to a distribution group in our company, do not work. There was an option to create alert for the group (e. g. group_all), ...
2
votes
2answers
256 views

Task Alerts Issues

I have suddenly facing an issue relating to Task Notification by email. All was working perfectly but now people from my site do not get an alert email when a task is assigned to them. By Alert email ...
1
vote
1answer
187 views

Why are alerts using a language other than English to display the alert's title?

I have a SharePoint 2010 portal, and it seems as though some people receive alerts with a language other than English for the alert's title. You have successfully created an alert for '럢镛乪佟犋֣␓' ...
2
votes
2answers
2k views

Disable Alerts on site for ALL alerts?

I have a bulk update to run on a large # of items in a list. I don't want to send out a couple hundred emails to people once I commence the updates. Is there a way in WSS3.0 to disable ALL alerts some ...
0
votes
2answers
274 views

Sharepoint Alerts

Thanks very much for your responses so far! I'm trying to set up a single alert in a basic Sharepoint site that is set so that only "Existing Items are Modified" and "When a Task Becomes Complete" ...
1
vote
1answer
3k views

Email not sending when task is assigned, but email sends when task changes (SP2010)

I had been using SP2010 Beta for 7 months or so, and had the task lists set up such that when a task was assigned to someone, an email was sent to that person. I moved over to RTM, and am having ...
0
votes
3answers
423 views

SMS Alerts for SharePoint

How do I implement SMS Alerts for tasks assigned in SharePoint? Is there a web part or feature available?
0
votes
3answers
130 views

create sharepoint “one” alert on more than “one” list

iS it possible to create a sharepoint alert that sends notifications from 2 lists or more?? (to send all notifications in one email)
1
vote
2answers
428 views

How can I get the job-immediate-alerts stsadm property setting to work?

Despite my running the following command: stsadm -o setproperty -pn job-immediate-alerts -pv "Every 1 minutes between 0 and 59" the immediate alerts timer job runs every five minutes. What do I ...
1
vote
1answer
4k views

Turn off alerts on a task list

We have a SharePoint 2010 solution that uses a standard task list. We would like to turn off alerts for when items change in / are added to the task list. Is there a way to do this in code, either ...
0
votes
1answer
164 views

Developing a replacement “Alert Me”-function

I'm pretty new to sharepoint-development, so I thought I'd check real quick with the gurus in here. I've been given the task of building a replacement for the built-in Alert Me feature. The main ...
1
vote
1answer
177 views

Why is the alert email for a list truncating the message body?

I have created one SharePoint Blog site. I have one Blog site collection called MyBlog, which contains a list named "Post". I clicked on the "Alert me" in list settings, so that I can get alerts ...
1
vote
3answers
350 views

Different behaviour of people search in different site collection

This is the scenario: Moss 2007 on a domain, user in a different trusted domain E-Mail field has been manually populated (no exchange server on the user domain) AD crawled successfully, browsing ...
1
vote
3answers
2k views

Alerts on Custom Views

I've been searching everywhere for this, and it appears to have been an easily achievable task in WSS3, but doesn't seem available at all in SharePoint Foundation 2010. I'm just trying to setup an ...
1
vote
2answers
10k views

Immediate-alerts Email Notification not sending emails

The alerts are working, but for some reason the " Send e-mail when ownership is assigned" on a task list is not working. A task is assigned to a user however Immediate-alerts are not sending the ...
7
votes
1answer
939 views

Event handlers on User Information List

Has anyone ever tried adding an event handler to the User Information List of a site collection? Or for that matter, an alert? I'd try it out, but was just wondering if there were any issues I should ...
1
vote
3answers
451 views

Implementation of IAlertUpdateHandler

Has anyone implemented IAlertUpdateHandler interface successfully? Actually I've to suppress alert subscription notification email. I've following code in PreUpdate method: public bool ...
4
votes
1answer
2k views

Get User who created list item

In IAlertNotifyHandler implementation I need name of the user who created/add the current item/document to the list (for which this alert is being sent). What is the way to do this?
1
vote
2answers
416 views

Modifying Alert Subscription Template

Is there a way I can customize the alert subscription email sent to users when they subscribe (or their subscription added by System Administrator) to a list for Alerts? I've gone through ...
3
votes
1answer
1k views

What needs to be fixed with this custom alert template?

I've customized alert notification template for Announcements list. Here is custom code: <Immediate> <Subject> <Switch> <Expr> <GetVar ...
1
vote
2answers
125 views

Setting alerts for review on images and documents in moss

In Moss we can set an alert on a publishing page to review the content. Does anybody know how this can this be done with images and documents?
1
vote
1answer
480 views

Unable to editing user profiles

I've SharePoint Server 2007 installed on Windows Server 2003 (x32). I'm trying to create Alerts but I get the error: The following users do not have e-mail addresses specified: System Account, ...
6
votes
2answers
1k views

Sharepoint alerts not working for AD group members

I have a Sharepoint site that is restricted to users that are part of an Active Directory group (by creating a Sharepoint group called “site users” and adding the AD group to that). Those users are ...

1 2 3 4