SharePoint Tip: Custom List that Emails “Assigned To” Person
Posted on March 20th, 2009 in Uncategorized | No Comments »
We recently ran into a need to create custom lists in SharePoint that send emails when an item is assigned to a person. By default, a custom list does not offer the ability to send an email when a list item is assigned. However, the “Tasks” list type does, so we used it in a simple – but clever – workaround. Here was our approach:
- Create a new Task list
- Go into the List Settings and remove all of the columns other than Title, Assigned To, Created By, and Modified By
- Save the list as a template called “Custom List with Assignment Email”
Now when we need to create a custom list that emails users when they have an item assigned to them, we simply start with the new list template and add the columns and views we need, rather than starting with the standard “Custom List” template. Simple, effective, no code, and easy for users to implement on their own.
