Tuesday, February 12, 2008

Custom Alert MOSS

Override the existing default alert with your custom component
http://www.sharepointu.com/forums/t/1782.aspx



Your custom email alert handler should be configured at this point. Create a new alert and you should get the updated custom email.

Check out STSADM Timer Job for alerts details :
http://technet.microsoft.com/en-us/library/cc262629.aspx

1 comment:

siVg said...

Hi,

I followed your blog to create a custom handler to intercept the sharepoint alerts and modify the urls(ItemUrl and ListUrl for view item & View list) to a custom url and it worked for the first version of my assembly! But every time I drop an upadated version of my handler ,it never gets picked up and WSS seems to use the older version. I have tried

- iisreset

- restarting WSS timer

- changing build numbers and gac the new version

Any ideas would be helpful.

Thanks!

Gray Failures: What is it and how to detect one?

If you are reading this article , i guess you are curious to know about gray failures and different methods to detect gray failures.  Hopefu...