<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.bamboosolutions.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">SharePoint Blank</title><subtitle type="html">Bamboo Solutions is a leading provider of Web Parts and Solution Accelerators for Microsoft SharePoint.  In SharePoint Blank, a new employee (and a blank slate with regards to SharePoint) candidly blogs his day-to-day SharePoint learning, sharing his trials and triumphs.</subtitle><id>http://community.bamboosolutions.com/blogs/sharepoint_blank/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.bamboosolutions.com/blogs/sharepoint_blank/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.bamboosolutions.com/blogs/sharepoint_blank/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2008-11-06T17:02:00Z</updated><entry><title>Applying a Filter to a SharePoint List</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/12/03/applying-a-filter-to-a-sharepoint-list.aspx" /><id>/blogs/sharepoint_blank/archive/2008/12/03/applying-a-filter-to-a-sharepoint-list.aspx</id><published>2008-12-03T22:40:00Z</published><updated>2008-12-03T22:40:00Z</updated><content type="html">&lt;p&gt;I&amp;#39;ve mentioned filters in passing a few times in the past, but it occurred to me earlier today that I&amp;#39;ve never really lingered over the topic.&amp;nbsp; As regular readers have probably sussed out by now, such realizations tend to lead to dedicated blog posts, and today won&amp;#39;t be any exception.&amp;nbsp; I&amp;#39;m limiting this initial look at filtering to the basics of working with filters in a single list view, but this is a topic that I will likely return to in the future with some fancier data manipulation methods (read: after I&amp;#39;ve learned them).&lt;/p&gt;
&lt;p&gt;I&amp;#39;m going to look at the filter options associated with the &lt;b&gt;Default&lt;/b&gt; list view, which presents the following appearance by default:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/FilterDefault.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/FilterDefault.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see, the options are to &lt;b&gt;Show all items in this view&lt;/b&gt; (which is to say, don&amp;#39;t apply a filter at all), or &lt;b&gt;Show items only when the following is true&lt;/b&gt; (i.e., apply a filter based on the following conditions), which will only display the relevant results in your list view.&lt;/p&gt;
&lt;p&gt;If you choose to apply a filter, the dropdown menu associated with the field immediately beneath &lt;b&gt;Show the items when column &lt;/b&gt;will display every column in your list.&amp;nbsp; These options will naturally vary from list to list, but so as to provide a visual representation, here&amp;#39;s what one such dropdown menu looks like on our site:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/ShowTheItemsDropdown.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/ShowTheItemsDropdown.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The second dropdown in the Default view&amp;#39;s filter process is the &lt;b&gt;is equal to&lt;/b&gt; menu.&amp;nbsp; This is where the magic starts to happen:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/IsEqualTo.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/IsEqualTo.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see, what this field does is give you a range of options to divvy up your data by&amp;nbsp;taking your chosen column data from the first dropdown menu, and apply the&lt;strong&gt; is equal to&lt;/strong&gt; rule to that data.&amp;nbsp; (Note:&amp;nbsp; The default list of filtering options is fairly robust, but custom filters are also available in SharePoint, so don&amp;#39;t think that this is all there is to the subject.)&amp;nbsp; Based on the &lt;strong&gt;is equal to&lt;/strong&gt; option you choose, and based on the nature of your data, you&amp;#39;ll enter content in the input field beneath the &lt;strong&gt;is equal to&lt;/strong&gt; dropdown and this will result in the first point of comparison in your filter.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;As you can see, there is a second (and identical) set of these same three fields which appears under the &lt;b&gt;When column&lt;/b&gt; heading.&amp;nbsp; This end result of this second set is what you&amp;#39;re comparing the first set&amp;#39;s result&amp;nbsp;against, and&amp;nbsp;it&amp;#39;s this action which&amp;nbsp;completes the filtering circuit.&amp;nbsp; The key option to take note of here is that you can take the&amp;nbsp;result from the first set of fields and apply them against this second set by choosing to use either an &lt;b&gt;and&lt;/b&gt; or an &lt;b&gt;or&lt;/b&gt; operand.&lt;/p&gt;
&lt;p&gt;Once you&amp;#39;ve completed the above filter setup, if you find that you need to apply multiple filters, simply click the &lt;b&gt;Show More Columns...&lt;/b&gt; hyperlink.&amp;nbsp; Doing so will render another set of the&amp;nbsp;aforementioned &lt;strong&gt;When column&lt;/strong&gt; fields, allowing you&amp;nbsp;to&amp;nbsp;daisy chain&amp;nbsp;your filtering options.&lt;/p&gt;
&lt;p&gt;Once all of your filtering options have been finalized, click the &lt;b&gt;OK&lt;/b&gt; button (not pictured) at the bottom of your screen, sit back, relax, and watch your filter work its magic on your SharePoint list.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8360" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Filter SharePoint List" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Filter+SharePoint+List/default.aspx" /><category term="Filtering" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Filtering/default.aspx" /><category term="List Filter" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/List+Filter/default.aspx" /><category term="Filter" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Filter/default.aspx" /></entry><entry><title>Pimp my My Site: Adding a My Links Web Part</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/12/02/pimp-my-my-site-adding-a-my-links-web-part.aspx" /><id>/blogs/sharepoint_blank/archive/2008/12/02/pimp-my-my-site-adding-a-my-links-web-part.aspx</id><published>2008-12-02T22:43:00Z</published><updated>2008-12-02T22:43:00Z</updated><content type="html">&lt;p&gt;While&amp;nbsp;casting about for today&amp;#39;s blog topic,&amp;nbsp;I realized that it had been a while since I&amp;#39;d dressed up my My Site with some new bling.&amp;nbsp; This being the case, I decided to treat myself to a new Web Part, and while scrolling through the available options, my eye was drawn to&amp;nbsp;the promise of a&amp;nbsp;simple yet useful add-on for one&amp;#39;s My Site: the My Links Web Part.&lt;/p&gt;
&lt;p&gt;The My Links Web Part is exactly what it sounds like, a Web Part which you can customize&amp;nbsp;to&amp;nbsp;display&amp;nbsp;any set (or sets) of links you desire.&amp;nbsp; Think of it is as an at-a-glance &amp;quot;favorite places&amp;quot; module.&amp;nbsp; Naturally, you&amp;#39;re not limited to SharePoint sites on your intranet,&amp;nbsp;and you&amp;nbsp;can include any Internet URL that you wish.&lt;/p&gt;
&lt;p&gt;To add the My Links Web Part to your My Site, begin by choosing the &lt;b&gt;Edit Page&lt;/b&gt; menu option from the &lt;b&gt;Site Actions&lt;/b&gt; dropdown button: &lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/SiteActionsEditPage.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/SiteActionsEditPage.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On the resulting &lt;b&gt;Edit Mode&lt;/b&gt; rendering of your page, choose your preferred Zone for placement of the Web Part (I chose the Middle Right Zone), and click the &lt;b&gt;Add a Web Part &lt;/b&gt;button for that Zone: &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/AddaWebPart.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/AddaWebPart.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On the resulting popup, locate &lt;b&gt;My Links&lt;/b&gt; in the list of available Web Parts, select the checkbox, then click the &lt;b&gt;Add&lt;/b&gt; button at the bottom of the list:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksCheckbox.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksCheckbox.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Your page will automatically refresh (still in Edit Mode) with the default instance of the My Links Web Part placed accordingly:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksDefault.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksDefault.jpg" alt="" /&gt;&lt;/a&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksDefault.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Remaining in Edit Mode, it&amp;#39;s now time to populate your links.&amp;nbsp; To do so, simply click the &lt;b&gt;Add Link&lt;/b&gt; hyperlink (as pictured above), which will render the Add Link page:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/AddLinkPage.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/AddLinkPage.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/AddLinkPage.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see, the basic &lt;b&gt;Link Information&lt;/b&gt; requirements are to provide a title and URL for each link.&amp;nbsp; Additional options include &lt;b&gt;Privacy and Grouping&lt;/b&gt;, which enable you to limit who can see your links, and to place&amp;nbsp;those links into groupings.&amp;nbsp; Any &lt;b&gt;New group&lt;/b&gt; that you add in the input field will appear in the &lt;b&gt;Existing group&lt;/b&gt; dropdown thereafter.&amp;nbsp; Once you&amp;#39;ve typed&amp;nbsp;(or pasted) the information for your&amp;nbsp;first link, click the &lt;b&gt;OK&lt;/b&gt; button.&amp;nbsp; Note: Doing so will refresh the page, exiting Edit Mode in the process.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I added a new grouping called Blogs, and added a link to SharePoint Blank, so when my page refreshed, the Web Part looked like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksDefault.jpg"&gt;&lt;/a&gt;&lt;a href="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksWebPart.jpg"&gt;&lt;img border="0" src="http://community.bamboosolutions.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/sharepoint_5F00_blank/MyLinksWebPart.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To add additional links and/or groupings to the Web Part, simply rinse and repeat the above process by clicking the &lt;b&gt;Add Link&lt;/b&gt; hyperlink again.&amp;nbsp; To modify existing links, use the &lt;b&gt;Manage Links&lt;/b&gt; hyperlink.&lt;/p&gt;
&lt;p&gt;And that&amp;#39;s pretty much the scoop on the My Links Web Part.&amp;nbsp; It may&amp;nbsp;not be the flashiest Web Part on the block, but it&amp;#39;ll work for your love.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8301" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="My Site" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/My+Site/default.aspx" /><category term="My Links Web Part" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/My+Links+Web+Part/default.aspx" /><category term="Add My Links" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Add+My+Links/default.aspx" /></entry><entry><title>Folder Name Headings in your SharePoint Shared Documents?</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/12/01/folder-name-headings-in-your-sharepoint-shared-documents.aspx" /><id>/blogs/sharepoint_blank/archive/2008/12/01/folder-name-headings-in-your-sharepoint-shared-documents.aspx</id><published>2008-12-01T20:55:00Z</published><updated>2008-12-01T20:55:00Z</updated><content type="html">&lt;p&gt;A question came in via email recently which immediately generated a chuckle,&amp;nbsp;since&amp;nbsp;the message began, &amp;quot;As you seem to be quite expert on the whole SharePoint thing...&amp;quot;&amp;nbsp; Though I certainly appreciate a compliment as much as the next blogger, modesty demands that I point out that the key word in that sentence fragment is &lt;b&gt;seem&lt;/b&gt;.&amp;nbsp; I think I&amp;#39;ve learned a&amp;nbsp;fairly respectable amount&amp;nbsp;as a&amp;nbsp;SharePoint end user over the past 6+ months, and that&amp;#39;s due to a combination of factors (including the &lt;b&gt;genuine&lt;/b&gt; SharePoint experts with whom I&amp;#39;m fortunate to work, the excellent instructors at Mindsharp and Learning Tree and, yes,&amp;nbsp;my own inquisitive nature), but &lt;strong&gt;expert?&lt;/strong&gt;&amp;nbsp; Nah, I&amp;#39;m just a fellow traveler, doing my bit for the community.&lt;/p&gt;
&lt;p&gt;Without further ado, the question on today&amp;#39;s docket is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;Can you tell me how I change the headings at the top of each document folder to match the folder name, and not say &amp;#39;Shared Documents&amp;#39; wherever I am within the structure.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;I want to keep all my folders under &amp;#39;Shared Documents&amp;#39; but I want people to see a heading at the top of the page clearly saying which folder they are in!&lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Through a reasonably exhaustive combination of efforts undertaken within our site, I&amp;nbsp;arrived at the conclusion&amp;nbsp;that this&amp;nbsp;couldn&amp;#39;t be done out of the box ... at least not in my MOSS environment,&amp;nbsp;and so&amp;nbsp;I imagine the same holds true for WSS.&amp;nbsp; The folder name will consistently appear in the breadcrumb, but can&amp;#39;t be made to overtake the document library heading (e.g., Shared Documents) itself as the main heading.&lt;/p&gt;
&lt;p&gt;I held out some hope that this could be accomplished via a third-party offering, so I did some Googling.&amp;nbsp; When Googling didn&amp;#39;t provide satisfaction either, I brought out the big guns and consulted Jeff Kozloff, one of the aforementioned colleagues who is a genuine SharePoint expert.&amp;nbsp; Alas, Jeff confirmed for me that it can&amp;#39;t be done out of the box and, while he thought it might be possible to achieve the desired result via the passing of a token within SharePoint Designer, that potential workaround didn&amp;#39;t bear fruit either.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sad.&amp;nbsp; This is the first time one of&amp;nbsp;these investigations has ended in disappointment, with seemingly no hope for SharePoint satisfaction.&amp;nbsp; Since I&amp;#39;d hate to have to end on a downer, however, I&amp;#39;ll say that I&amp;nbsp;can&amp;#39;t imagine that it&amp;#39;s impossible to achieve this functionality.&amp;nbsp; If this is must-have functionality for your organization, I would invite you to &lt;a target="_self" href="http://store.bamboosolutions.com/pc-93-9-custom-solutions.aspx"&gt;engage our Custom Solutions team&lt;/a&gt;, and I bet they&amp;#39;ll be able to provide a more agreeable answer to the question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8242" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Folder Name" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Folder+Name/default.aspx" /><category term="Shared Documents Folder" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Shared+Documents+Folder/default.aspx" /><category term="Shared Documents" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Shared+Documents/default.aspx" /></entry><entry><title>Managing SharePoint Alerts with the Bamboo Alerts Administrator</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/26/managing-sharepoint-alerts-with-the-bamboo-alerts-administrator.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/26/managing-sharepoint-alerts-with-the-bamboo-alerts-administrator.aspx</id><published>2008-11-26T21:32:00Z</published><updated>2008-11-26T21:32:00Z</updated><content type="html">&lt;p&gt;Having now mentioned the &lt;a href="http://store.bamboosolutions.com/ps-74-5-alerts-administrator.aspx"&gt;Bamboo Alerts Administrator&lt;/a&gt; twice (in two days, no less) while answering SharePoint alerts-related questions that had been submitted by readers, I figured I should probably spend some quality time with the Web Part.&amp;nbsp; As a result, this will be the first&amp;nbsp;entry in&amp;nbsp;what may very well become a semi-regular feature of SharePoint Blank, providing me the opportunity to approach Bamboo products from the same angle that I approach SharePoint in general ... as an inquisitive end user who&amp;#39;s looking to gauge both the ease of use and relative usefulness of included features.&lt;/p&gt;
&lt;p&gt;Once it&amp;#39;s been installed on your site, the Alerts Administrator is available to all users with admin permissions, and is conveniently available from any page in a site which features the &lt;b&gt;Site Actions&lt;/b&gt; dropdown menu:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23/SiteActionsAlertsAdmin.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Selecting&amp;nbsp;its menu item from the dropdown menu will render the Alerts Administrator page, which includes a complete list of the alerts that currently exist for all site users.&amp;nbsp; Here&amp;#39;s what the default view of the Alerts Administrator currently looks like for the Online Operations team (affectionately referred to as the &amp;quot;OOps team&amp;quot;) here at Bamboo:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminOOps.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Taking the features from the top, you&amp;#39;ll notice the quick hits toolbar, with its&amp;nbsp;&lt;b&gt;Add&lt;/b&gt;, &lt;b&gt;Delete&lt;/b&gt;, and &lt;b&gt;Toggle&lt;/b&gt; options:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminToolbar.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;b&gt;Delete&lt;/b&gt; button will, naturally, delete selected alerts from the site (after a confirmation popup).&amp;nbsp; Come to think of it, since I need to clean up the extraneous alert I signed my colleague Chris Dooley up for in the course of writing yesterday&amp;#39;s blog entry, I&amp;#39;m going to use the delete feature to zap that sucker from the site right now.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Toggle&lt;/b&gt; allows you to disable selected alerts without deleting them (conversely, as its name implies, &lt;b&gt;Toggle&lt;/b&gt; also allows you to enable selected alerts which had previously been disabled).&amp;nbsp; As you would expect, disabling an alert switches its status to &lt;b&gt;Off&lt;/b&gt; in the &lt;b&gt;Status&lt;/b&gt; field of the Alerts Administrator.&lt;/p&gt;
&lt;p&gt;The &lt;b&gt;Add&lt;/b&gt; button will refresh the page with a view of every object on the site that qualifies for an alert, divided by default into categories, as you can see&amp;nbsp;below with the categories represented by Discussion Boards, Document Libraries, and Lists:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminCategories.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Clicking the &lt;b&gt;Category &lt;/b&gt;bar&amp;nbsp;allows you to&amp;nbsp;reverse the alphabetical order of the categories and the objects within them, and the grouped categories can be ungrouped simply by dragging the &lt;b&gt;Category&lt;/b&gt; header out of the blue bar.&amp;nbsp; Placing a check next to one of the items in its checkbox and clicking the &lt;strong&gt;Next&lt;/strong&gt; button will render the familiar SharePoint &lt;b&gt;New Alert&lt;/b&gt; page, with all of its attendant functionality.&lt;/p&gt;
&lt;p&gt;As you can see, the bar immediately beneath the toolbar in the default view instructs that you may &lt;strong&gt;Drag a column header and drop it here to group by that column&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminDragAColumn.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m going to do just that, and group my alerts by &lt;b&gt;User&lt;/b&gt; for a more manageable UI:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminUserSort.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Having done so, you can see that &lt;b&gt;User&lt;/b&gt; now appears in the bar beneath the toolbar.&amp;nbsp; This &lt;b&gt;User&lt;/b&gt; field behaves just as the &lt;b&gt;Category&lt;/b&gt; bar did in the &lt;b&gt;Add&lt;/b&gt; UI as described above.&amp;nbsp; As such, clicking the &lt;b&gt;User&lt;/b&gt; field will rearrange the alphabetization of the groups and their contents (reversing ascending to descending or vice versa), and dragging the &lt;b&gt;User&lt;/b&gt; field out of the bar will ungroup the list contents.&lt;/p&gt;
&lt;p&gt;Continuing our top-down look at the Alerts Administrator, our next stop is the columns header bar:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminColumns.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The checkbox in the upper left is a &lt;b&gt;select all&lt;/b&gt; option, and the contents of the columns themselves (&lt;b&gt;User&lt;/b&gt;, &lt;b&gt;Site&lt;/b&gt;, &lt;b&gt;Title&lt;/b&gt;, &lt;b&gt;Alert Type&lt;/b&gt;, &lt;b&gt;Event Type&lt;/b&gt;, &lt;b&gt;Alert Frequency&lt;/b&gt;, and &lt;b&gt;Status&lt;/b&gt;) can each be filtered thusly:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminFilter.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Moving on to the main event, the alerts list, you&amp;#39;ll note that each column is auto-populated according to its contents for each instance of an alert: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminItem.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;As you can see, each column is collapsible via the button at the extreme left (next to &lt;b&gt;User&lt;/b&gt; in my example).&amp;nbsp; Under the &lt;b&gt;User&lt;/b&gt; bar, you can see the checkbox which will enable you to select a specific alert.&amp;nbsp; To the right of the checkbox is an additional &lt;b&gt;Toggle&lt;/b&gt; switch, which allows you to toggle a specific alert without having first selected its checkbox.&amp;nbsp; Needless to say, green equals on, and toggling an alert to off will switch the associated toggle icon to red.&amp;nbsp; The &lt;b&gt;X&lt;/b&gt; you see to the immediate right of the &lt;b&gt;Toggle&lt;/b&gt; switch &amp;nbsp;is another means of deleting an alert.&amp;nbsp; In this case, the associated checkbox must be selected before the &lt;b&gt;X/Delete&lt;/b&gt; button&amp;nbsp;becomes enabled.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The &lt;b&gt;Edit&lt;/b&gt; icon, which is just&amp;nbsp;to the right of the &lt;b&gt;X&lt;/b&gt;, is the final icon of our tour, and this may very well be my favorite feature of the Alerts Administrator since it provides extremely useful functionality&amp;nbsp;which, as I&amp;nbsp;discovered yesterday, &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/25/modifying-sharepoint-user-alerts.aspx"&gt;simply doesn&amp;#39;t exist out of the box in SharePoint&lt;/a&gt;.&amp;nbsp; Which is to say, it provides the ability to not only modify an existing alert, but it allows you to do so easily by auto-creating a dropdown menu for any alert instance, like so:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.23.SPB/AlertsAdminEdit.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Since it&amp;#39;s entirely possible that I missed some functionality&amp;nbsp;in&amp;nbsp;my&amp;nbsp;tour of&amp;nbsp;the Alerts Administrator, I invite you to check out the dedicated &lt;a href="http://store.bamboosolutions.com/ps-74-5-alerts-administrator.aspx"&gt;Bamboo Alerts Administrator&lt;/a&gt; page in our storefront for additional information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8092" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Bamboo Alerts Administrator" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Bamboo+Alerts+Administrator/default.aspx" /><category term="Manage Alert" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Manage+Alert/default.aspx" /><category term="Modify Alert" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Modify+Alert/default.aspx" /></entry><entry><title>Modifying SharePoint User Alerts</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/25/modifying-sharepoint-user-alerts.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/25/modifying-sharepoint-user-alerts.aspx</id><published>2008-11-25T21:25:00Z</published><updated>2008-11-25T21:25:00Z</updated><content type="html">&lt;p&gt;In the process of responding to Nate&amp;#39;s question about &lt;a target="_self" href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/24/how-to-view-sharepoint-user-alerts.aspx" class="null"&gt;how to view SharePoint user alerts&lt;/a&gt; yesterday, I was appalled to discover &lt;strong&gt;another&lt;/strong&gt; alerts-related question that had been posted over a month ago which had somehow gone unnoticed and, consequently, unanswered.&amp;nbsp; I immediately offered my apologies, then&amp;nbsp;went on to hazard a guess as to the answer, promising to investigate today and either confirm or deny whether my guess was correct.&amp;nbsp; Well, let&amp;#39;s just say that it would behoove me in the future to verify my hunches &lt;b&gt;before&lt;/b&gt; I open my virtual mouth, but what can I say?&amp;nbsp; I was rattled to discover that unanswered question, and wanted to respond immediately.&lt;/p&gt;
&lt;p&gt;Jennifer asked:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;I set up an alert for a document folder in which I added about 10 people to the distribution. &amp;nbsp;I realized after I set up the alert that I needed to modify the frequency setting from &amp;quot;immediately&amp;quot; to &amp;quot;daily summary&amp;quot;. &amp;nbsp; I know how to modify the alert for myself, but how do you modify the alert for the 10 people for which I originally set up the alert as well? &amp;nbsp;I don&amp;#39;t want to have to contact them individually and walk them through modifying their alerts manually.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Somewhat ironically, it was due to having investigated alerts functionality just yesterday that emboldened me to even hazard a guess as to the answer, and my answer was that I &lt;strong&gt;thought&lt;/strong&gt; the process was the same to modify the settings for other users as it was for oneself.&amp;nbsp; My thinking was that this was likely to be the case due to the fact that I was able to add a new recipient to an already existing alert (with the same existing settings) merely by adding their name to the &lt;strong&gt;Send Alert To field&lt;/strong&gt;.&amp;nbsp; As a result,&amp;nbsp;it seemed&amp;nbsp;a&amp;nbsp;not unreasonable assumption&amp;nbsp;that modifications made to that same alert would propagate to all users.&lt;/p&gt;
&lt;p&gt;Not so, as I was to discover.&lt;/p&gt;
&lt;p&gt;Turns out that, much to my chagrin and, I suspect, to Jennifer&amp;#39;s as well, the only interaction with existing alerts that SharePoint out of the box allows for users (other than oneself) is to provide the ability to delete and recreate the alerts.&amp;nbsp; Furthermore, the original alert needs to be manually deleted for &lt;strong&gt;every&lt;/strong&gt; user on the distribution list (10 users in Jennifer&amp;#39;s case) before creating the new, revised version, else those users will receive multiple alerts.&amp;nbsp; To delete existing alerts, first follow the &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/24/how-to-view-sharepoint-user-alerts.aspx"&gt;path to view &lt;b&gt;User Alerts&lt;/b&gt;&lt;/a&gt; that I described yesterday and,&amp;nbsp;once you select a given users&amp;#39; alerts, you&amp;#39;ll see the &lt;b&gt;Delete Selected Alerts&lt;/b&gt; option appear above the list of their alerts:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/DeleteSelectedAlerts.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Needless to say, activating the checkbox for a given alert and clicking the &lt;b&gt;Delete Selected Alerts&lt;/b&gt; hyperlink will (after an &amp;quot;are you sure?&amp;quot; prompt) remove the selected alert.&amp;nbsp; Once you&amp;#39;ve deleted the alert for each individual recipient, you&amp;#39;re in the clear to recreate the alert with your revised settings in place.&amp;nbsp;&amp;nbsp;You can either create a new alert&amp;nbsp;from your &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/09/03/creating-amp-managing-alerts-in-sharepoint-with-bonus-best-practices-content.aspx"&gt;&lt;b&gt;My Settings&lt;/b&gt;/&lt;b&gt;My Alerts&lt;/b&gt; area&lt;/a&gt; or via the &lt;b&gt;&lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/24/how-to-view-sharepoint-user-alerts.aspx"&gt;Alert Me option&lt;/a&gt;&lt;/b&gt; associated with an individual document.&lt;/p&gt;
&lt;p&gt;Finally, I&amp;#39;m duty-bound to mention that there is &lt;b&gt;an easier way&lt;/b&gt; to manage alerts than the one provided out of the box, and it&amp;#39;s called the &lt;a href="http://store.bamboosolutions.com/ps-74-5-alerts-administrator.aspx"&gt;Bamboo Alerts Administrator&lt;/a&gt;.&amp;nbsp; Coincidentally, I mentioned this very product yesterday, and today I found myself using it in the course of my investigations.&lt;/p&gt;
&lt;p&gt;I may very well devote tomorrow&amp;#39;s entry to the Alerts Administrator now that it&amp;#39;s come up twice in two days but, for now, I&amp;#39;ll just say with the Alerts Administrator you can entirely dispense with the out of the box need to delete and recreate your alerts by way of modifying the alert.&amp;nbsp; The Alerts Administrator will give you, at a glance, a listing of all the existing alerts on a given site, their current settings, and who&amp;#39;s currently subscribed to those alerts:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/AlertsAdminOOps.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Did you notice the edit icon associated with each instance of an&amp;nbsp;alert?&amp;nbsp; If you need to modify the alert frequency associated with a specific document or event (as was Jennifer&amp;#39;s need), with the Alerts Administrator, it&amp;#39;s as simple as clicking that edit icon and then&amp;nbsp;resetting the frequency to suit your needs.&amp;nbsp; With the Alerts Administrator, such modifications&amp;nbsp;still need to be performed for each individual recipient but, unlike the out of the box experience, you&amp;#39;re able to see all of the alerts for a site in a single view, and you no longer need to delete those alerts and start from scratch.&lt;/p&gt;
&lt;p&gt;Sound like&amp;nbsp;this functionality&amp;nbsp;might ease your pain?&amp;nbsp; If so, then by all means, I humbly encourage you to read more about&amp;nbsp;the &lt;a href="http://store.bamboosolutions.com/ps-74-5-alerts-administrator.aspx"&gt;Bamboo Alerts Administrator&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=8038" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Alerts Administrator" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Alerts+Administrator/default.aspx" /><category term="Create Alert" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Create+Alert/default.aspx" /><category term="Modify User Alerts" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Modify+User+Alerts/default.aspx" /><category term="Delete Alert" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Delete+Alert/default.aspx" /></entry><entry><title>How to View SharePoint User Alerts</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/24/how-to-view-sharepoint-user-alerts.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/24/how-to-view-sharepoint-user-alerts.aspx</id><published>2008-11-24T23:28:00Z</published><updated>2008-11-24T23:28:00Z</updated><content type="html">&lt;p&gt;I recently received a question in response to my &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/09/03/creating-amp-managing-alerts-in-sharepoint-with-bonus-best-practices-content.aspx"&gt;how to create &amp;amp; manage SharePoint alerts&lt;/a&gt; post that touched on an area of alerts management with which I was unfamiliar.&amp;nbsp; Regular readers can probably guess what this means.&amp;nbsp; Yes, it&amp;#39;s time for another exciting installment of what&amp;#39;s becoming an increasing regular feature, one which I&amp;#39;m sorely tempted to dub &lt;b&gt;SharePoint Blank Investigates&lt;/b&gt;.&amp;nbsp; (As an ardent admirer of hardboiled detective fiction and film noir, I ask that you please indulge me this harmless flight of fancy.)&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Today&amp;#39;s question comes from Nate, who asks:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;How do I view alerts for a single document? I can see that I am in My Alerts. I can&amp;#39;t see the other 4 people I added to be alerted to changes in this document.&amp;nbsp; I added them in and changed the document name, but the adds as far as I can tell didn&amp;#39;t stick. I have admin privileges.&lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After donning the requisite trench coat and fedora, as befits any self-respecting&amp;nbsp;investigator, I began my investigation by attempting to duplicate Nate&amp;#39;s experience in my own MOSS environment.&amp;nbsp; I did so by adding a new name to the &lt;b&gt;Send Alerts To&lt;/b&gt; field on an existing document via the &lt;b&gt;Alert Me&lt;/b&gt; feature that&amp;#39;s available in the dropdown menu associated with the document itself (inside the document library in which it resides):&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/DocumentMenu.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Having added a new name to the distribution list&amp;nbsp;of alert recipients&amp;nbsp;for the document, I then clicked through the other options associated with the document (as pictured above) to see if any of those&amp;nbsp;options&amp;nbsp;displayed a list of alert recipients.&amp;nbsp; None of them did, but I &lt;strong&gt;did&lt;/strong&gt; end up duplicating Nate&amp;#39;s experience when, after clicking on the &lt;b&gt;Alert Me&lt;/b&gt; button again, I noticed that the name I had added earlier was no longer appearing in that field.&amp;nbsp; The plot thickens.&lt;/p&gt;
&lt;p&gt;So it was on to the second phase of my investigation, or, as I might as well officially call it, the Google phase.&amp;nbsp; Google rarely lets me down, and today was no exception:&amp;nbsp; Right there on page one of the search results (though, curiously, not as high as you might think) was a link to the often helpful Microsoft Office Online site, with an article entitled &lt;a target="_blank" href="http://office.microsoft.com/en-us/sharepointserver/HA011606971033.aspx"&gt;Manage alerts settings&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;The steps involved in viewing user alerts as described in that particular Office Online article happen to refer to SPS 2003, however, and my environment uses the 2007 model.&amp;nbsp; Thankfully, as a trained investigator, the steps described therein were more than sufficient to point me in the right direction.&amp;nbsp; And so it was that, in my environment, the path to successfully answering Nate&amp;#39;s question began, as so many SharePoint processes to, with the &lt;strong&gt;Site Settings&lt;/strong&gt; option under the &lt;strong&gt;Site Actions&lt;/strong&gt; dropdown menu:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/SiteActionsSiteSettings.jpg" alt="" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the Resulting &lt;b&gt;Site Settings&lt;/b&gt; page, the next step towards successfully closing my investigation&amp;nbsp;was to&amp;nbsp;click the &lt;b&gt;User alerts&lt;/b&gt; hyperlink under the &lt;b&gt;Site Administration&lt;/b&gt; heading:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/SiteAdminUserAlerts.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The resulting &lt;b&gt;User Alerts &lt;/b&gt;page provided the answers Nate sought, albeit possibly not in as easy-to-use a manner as he might&amp;#39;ve hoped.&amp;nbsp; The out of the box functionality of SharePoint provides&amp;nbsp;users with the ability to see which alerts a&amp;nbsp;given user is currently subscribed to within an individual site, via the following dropdown menu:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/DisplayAlertsFor.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Did you note my use of the ever-popular phrase, &amp;quot;out of the box&amp;quot; above?&amp;nbsp; Do you suspect that I, in my position as a card-carrying representative of Bamboo Solutions, might have an, ahem, &lt;strong&gt;solution&lt;/strong&gt; in mind that could make Nate&amp;#39;s life as a SharePoint admin easier?&amp;nbsp; If so, I shall commend you on your perspicacity, hand the mic over to our product team, and allow them to introduce you to the &lt;a href="http://store.bamboosolutions.com/ps-74-5-alerts-administrator.aspx"&gt;Bamboo Alerts Administrator&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;Manage SharePoint alerts across sites and Site Collections from one location. No more drilling down, site by site, to find and manage user alerts across sites or Site Collections.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;The Bamboo Alerts Administrator provides SharePoint Administrators with the ability to create, edit, delete, group, and filter SharePoint alerts for all users within a single Web Application from one location. Create multiple alerts for one or more users in one step as well as create an alert for an Active Directory distribution group. SharePoint Administrators can access the Bamboo Alerts Administrator from anywhere in SharePoint from the Site Actions drop-down menu. &lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Thus endeth the investigation (and the product placement).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7931" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="SharePoint User Alerts" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/SharePoint+User+Alerts/default.aspx" /><category term="View SharePoint Alerts" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/View+SharePoint+Alerts/default.aspx" /><category term="Bamboo Alerts Administrator" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Bamboo+Alerts+Administrator/default.aspx" /></entry><entry><title>How to Edit or Delete a SharePoint Group</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/21/how-to-edit-or-delete-a-sharepoint-group.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/21/how-to-edit-or-delete-a-sharepoint-group.aspx</id><published>2008-11-21T17:04:00Z</published><updated>2008-11-21T17:04:00Z</updated><content type="html">&lt;p&gt;Whoops, turns out I spoke too soon when I indicated yesterday that my groups-related posts were over ... there&amp;#39;s still gold in them thar hills!&amp;nbsp;&amp;nbsp;This fact was brought home to me when I realized that, since I had created my test group on our corporate portal (as opposed to in a test area or in my My Site), it was now showing up as a &amp;quot;real&amp;quot; group in the Quick Launch on our portal.&amp;nbsp; Which discovery naturally led to the question, &amp;quot;OK, I&amp;#39;ve created a group, now how the heck do I delete it?&amp;quot;&lt;/p&gt;
&lt;p&gt;In the process of finding out how to delete my test group, I &lt;b&gt;also&lt;/b&gt; realized that there&amp;#39;s&amp;nbsp;plenty of&amp;nbsp;valuable information in terms of the care and feeding of a group that lurks within the group dropdown menus.&amp;nbsp; Taking them from left to right, these options are included &amp;quot;under&amp;quot; the &lt;b&gt;New&lt;/b&gt;, &lt;b&gt;Actions&lt;/b&gt;, and &lt;b&gt;Settings&lt;/b&gt; buttons on the dedicated &lt;b&gt;People and Groups&lt;/b&gt; page for&amp;nbsp;each group:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewActionsSettings.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The dropdown options under the &lt;b&gt;New&lt;/b&gt; button include &lt;b&gt;Add Users&lt;/b&gt; and &lt;b&gt;Add Group&lt;/b&gt;.&amp;nbsp; Note, however that &lt;b&gt;Add Users&lt;/b&gt; here doesn&amp;#39;t mean add users to the group in question, but to the&lt;b&gt; site &lt;/b&gt;in which the group exists.&amp;nbsp; As well, &lt;b&gt;New Group&lt;/b&gt; allows you to add a new group to the site:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewAddUsersNewGroup.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;b&gt;Actions &lt;/b&gt;button is where we get into the ability to directly interact with group members, and with the membership of the group whose page you&amp;#39;re looking at.&amp;nbsp; As you can see, the options here include: &amp;nbsp;&lt;b&gt;E-mail users&lt;/b&gt;, &lt;b&gt;Call/Message Selected Users&lt;/b&gt;, and &lt;b&gt;Remove Users from Group&lt;/b&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/GroupActions.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Those references to &lt;strong&gt;selected users&lt;/strong&gt; are important.&amp;nbsp; Via the checkbox associated with each member of the group, you&amp;#39;ll need to manually select the user (or users) in the group that you wish to interact with in the manner selected, like so:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/GroupSelectedUser.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The final set of options, and the one which includes the ability to delete a group, are found in the &lt;b&gt;Settings&lt;/b&gt; dropdown menu:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/GroupSettings.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The first option, &lt;b&gt;Group Settings&lt;/b&gt;, is&amp;nbsp;largely a duplicate of the &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/18/create-a-new-sharepoint-group-part-2-of-2.aspx"&gt;New Group creation&lt;/a&gt; screen, albeit filled in with all of your previously chosen settings ... and now including the elusive &lt;b&gt;Delete&lt;/b&gt; button, which is found at the bottom right, just beneath the group permissions:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/GroupDelete.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;b&gt;View Group Permissions&lt;/b&gt; button will spawn a popup which explains that you should, &amp;quot;Use this page to view the permission assignments that this SharePoint group has in this site collection.&amp;nbsp; In addition to the listed URLs, this group has access to any sites, lists, or items that inherit permissions from these URLs.&amp;quot;&lt;/p&gt;
&lt;p&gt;The &lt;b&gt;Edit Group Quick Launch&lt;/b&gt; will render a page which will enable you to change which groups appear in the Quick Launch on the &lt;b&gt;People and Groups&lt;/b&gt; page.&amp;nbsp; It was seeing my test group among the &amp;quot;real&amp;quot; groups in the Quick Launch that set me on the path to discover how to delete the group.&lt;/p&gt;
&lt;p&gt;Finally, the &lt;b&gt;Set up Groups&lt;/b&gt; option will render a page which allows you to specify who can access your site, and also allows&amp;nbsp;you to either create new groups on the fly or to use preexisting groups:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/SetUpGroupsForSite.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Funny how looking for one simple thing (e.g., how to delete a group) in SharePoint so often leads to a whole bunch of worthwhile new information, eh?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7808" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Group Settings" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Group+Settings/default.aspx" /><category term="Edit a Group" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Edit+a+Group/default.aspx" /><category term="Delete a Group" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Delete+a+Group/default.aspx" /><category term="Remove Users from a Group" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Remove+Users+from+a+Group/default.aspx" /><category term="Add Users to a Group" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Add+Users+to+a+Group/default.aspx" /></entry><entry><title>How to Avoid Multiple Login Prompts with Exchange Web Parts</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/20/how-to-avoid-multiple-login-prompts-with-exchange-web-parts.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/20/how-to-avoid-multiple-login-prompts-with-exchange-web-parts.aspx</id><published>2008-11-20T22:37:00Z</published><updated>2008-11-20T22:37:00Z</updated><content type="html">&lt;p&gt;Following&amp;nbsp;my &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/17/create-a-new-sharepoint-group-part-1-of-2.aspx"&gt;groups-related diversions&lt;/a&gt; over the last few days, I&amp;#39;m back on SharePoint Blank Mailbag duty today.&amp;nbsp; Kudos to Joe for asking a question that I&amp;#39;d been wondering myself, but hadn&amp;#39;t yet taken the time to investigate on my own.&amp;nbsp; Joe&amp;#39;s question came in as a response to my &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/06/25/pimp-my-my-site-my-calendar-web-part.aspx#7293"&gt;Adding a My Calendar Web Part&lt;/a&gt; post, and relates to the annoying login prompt that both he and I see every time our respective My Sites attempt to load the My Calendar Web Part.&amp;nbsp; Joe asks:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;On my My Site, the first time I go there every day it asks me to authenticate for the calendar.&amp;nbsp; Is there a way to let it remember my user name / password? &amp;nbsp;When I go to a SharePoint page,it doesn&amp;#39;t ask for a user name /password. &amp;nbsp;&lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I spent some time researching this question via Google today, but before I reveal my findings, here&amp;#39;s a fun, if slightly disconcerting fact: &amp;nbsp;One of my own SharePoint Blank blogs was &lt;strong&gt;first&lt;/strong&gt; in the search results that came back.&amp;nbsp; Crazy, huh?&lt;/p&gt;
&lt;p&gt;The good news is that it looks like I&amp;#39;ve found a solution for Joe.&amp;nbsp; The solution I&amp;#39;m about to describe certainly proved to be a magic bullet to banish the login prompt on &lt;strong&gt;my own&lt;/strong&gt; My Site, so I&amp;#39;m hopeful that the same will hold true for Joe and for anyone else who may be wondering how to banish the prompt from their experience.&lt;/p&gt;
&lt;p&gt;Props to Matt Ranlett and Brendon Schwartz, whose Windows IT Pro article, &lt;a target="_blank" href="http://windowsitpro.com/article/articleid/93701/integrate-sharepoint-into-your-exchange-environment.html" class="null"&gt;Integrate SharePoint into your Exchange Environment&lt;/a&gt; offered the following insight and advice:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;This behavior occurs because all the personalized Exchange Web Parts are basically Page Viewer Web Parts with some specific formatting applied. Finally, when you add the Exchange Web Parts to a SharePoint site, be sure to add your Exchange server&amp;#39;s OWA URL to the trusted Local Intranet sites on the client machines. Doing so helps prevent multiple logon prompts.&lt;/i&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Props are also due to &lt;a href="http://community.bamboosolutions.com/members/Brett/default.aspx"&gt;Brett&lt;/a&gt;, who patiently walked me through the process of&amp;nbsp;how I could add&amp;nbsp;our Exchange server&amp;#39;s OWA (which stands for Outlook Web Access, by the way) URL to the trusted Local Intranet sites on my machine.&amp;nbsp; This was the process for me (running IE on Vista), so your own process may differ slightly, but&amp;nbsp;just navigate to your &lt;b&gt;Internet Options&lt;/b&gt; (aka, Internet Properties),&amp;nbsp;choose the &lt;b&gt;Security&lt;/b&gt; tab, select the &lt;b&gt;Local intranet&lt;/b&gt; icon, and then click the &lt;b&gt;Sites&lt;/b&gt; button:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/InernetPropertiesSecurityLocalIntranet.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;On the resulting &lt;b&gt;Local intranet &lt;/b&gt;popup, click the &lt;b&gt;Advanced&lt;/b&gt; button:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/LocalIntranet.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The resulting popup will provide an input field to add your OWA URL.&amp;nbsp; If you happen to know the URL you use to access Outlook Webmail, that&amp;#39;s the one.&amp;nbsp; If you don&amp;#39;t know this URL, your Sys Admin should be able to provide it.&amp;nbsp; Type your OWA URL into the provided input field, click &lt;b&gt;Add&lt;/b&gt;, then &lt;b&gt;Close&lt;/b&gt;:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/LocalIntranetWebsites.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;With one final caveat, that should be all you need to&amp;nbsp;do to rid yourself of the pesky login prompt.&amp;nbsp;&amp;nbsp;Here&amp;#39;s&amp;nbsp;the caveat:&amp;nbsp;&amp;nbsp;With &amp;quot;www&amp;quot; preceding my&amp;nbsp;OWA&amp;nbsp;URL in the input above, I was still getting the login prompt on my My Site, but once I removed the www from the URL, the login prompt was gone, baby, gone.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7768" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Exchange Web Parts" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Exchange+Web+Parts/default.aspx" /><category term="Login Prompt" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Login+Prompt/default.aspx" /></entry><entry><title>Troubleshooting an Error Message when Creating a New SharePoint Group</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/19/error-message-troubleshooting-when-creating-a-new-sharepoint-group.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/19/error-message-troubleshooting-when-creating-a-new-sharepoint-group.aspx</id><published>2008-11-19T22:03:00Z</published><updated>2008-11-19T22:03:00Z</updated><content type="html">&lt;p&gt;Let&amp;#39;s consider today&amp;#39;s entry to be an addendum to my two-part look at &lt;a target="_self" href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/17/create-a-new-sharepoint-group-part-1-of-2.aspx" class="null"&gt;how to create a new SharePoint group&lt;/a&gt; which concluded yesterday, shall we?&amp;nbsp; As regular rears will no doubt recall, that episode ended in shame for me ... not with the creation of a new group as intended, but with an unsightly error message instead.&amp;nbsp; Needless to say, I knew that I had to get to the bottom of that error message today before I could move on to another topic, and I&amp;#39;m happy to report that I have done just that.&lt;/p&gt;
&lt;p&gt;As I noted yesterday, the error message that I received -which was, I should mention, the &lt;b&gt;first&lt;/b&gt; error message I can recall ever having seen in my 6 months as a SharePoint user- was, &amp;quot;The security validation for this page has timed out.&amp;quot;&amp;nbsp; What I didn&amp;#39;t mention or, in truth, take&amp;nbsp;much note&amp;nbsp;of myself in my disbelief at seeing an error message in the first place, was that there was &lt;strong&gt;another&lt;/strong&gt; sentence in the error message which preceded&amp;nbsp;the following not-at-all helpful to an end user codespeak:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;at Microsoft.SharePoint.Library.SPRequestInternalClass.UpdateMembers(String bstrUrl, Guid&amp;amp; pguidScopeId, Int32 lGroupID, Int32 lGroupOwnerId, Object&amp;amp; pvarArrayAdd, Object&amp;amp; pvarArrayAddIds, Object&amp;amp; pvarArrayLoginsRemove, Object&amp;amp; pvarArrayIdsRemove, Boolean bSendEmail)&amp;nbsp;at Microsoft.SharePoint.Library.SPRequest.UpdateMembers(String bstrUrl, Guid&amp;amp; pguidScopeId, Int32 lGroupID, Int32 lGroupOwnerId, Object&amp;amp; pvarArrayAdd, Object&amp;amp; pvarArrayAddIds, Object&amp;amp; pvarArrayLoginsRemove, Object&amp;amp; pvarArrayIdsRemove, Boolean bSendEmail)&lt;/em&gt; &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As it turned out, I should have paid closer attention to&amp;nbsp;&lt;strong&gt;both&lt;/strong&gt; sentences of&amp;nbsp;the error message&amp;nbsp;which were&amp;nbsp;written in English (as opposed to the multiple lines written in Code) but, if I had done so, I probably wouldn&amp;#39;t be writing this today since I&amp;#39;d likely have written off the error as being my fault in the first place.&amp;nbsp; Which, by the way, it kind of was, since it was a timeout error, and since I was going through the process of creating the group while I was writing the blog entry, it&amp;#39;s&amp;nbsp;understandable that the operation would have timed out by the time I finally got around to hitting the &lt;b&gt;Create&lt;/b&gt; button.&amp;nbsp; Still, I submit that those unnecessary lines of code sent me into a bit of a panic, and that my comprehension of the second sentence in English was compromised as a result.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;And so, when I revisited the scene of the crime with a cooler head earlier today, there&amp;nbsp;was the sentence which would prove to be my salvation&amp;nbsp;(and yes, when I say &amp;quot;there it was,&amp;quot; I &lt;strong&gt;really&lt;/strong&gt; mean, &amp;quot;there it was,&amp;nbsp;where it had been all the time&amp;quot;):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Click Back in your Web browser, refresh the page, and try your operation again.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Guess which clause I had missed in my haste yesterday?&amp;nbsp; It was the second one, &amp;quot;refresh the page.&amp;quot;&amp;nbsp; Guess how important that step is?&amp;nbsp; Muy importante.&amp;nbsp; As in, if you &lt;strong&gt;don&amp;#39;t &lt;/strong&gt;refresh the page, you&amp;#39;re doomed to see the same error message for eternity.&amp;nbsp; Yes, refreshing the page means that all of your carefully considered group creation decisions will be&amp;nbsp;wiped clean and you&amp;#39;ll have to start from scratch, but once you&amp;#39;ve done so, you (or your designated group/owner) will be be the proud owner of a new SharePoint group, like this one:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewGroup_5F00_SPBGroup.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;And that sure beats staring at an error message for eternity, doesn&amp;#39;t it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7687" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="SharePoint Groups" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/SharePoint+Groups/default.aspx" /><category term="Error Message" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Error+Message/default.aspx" /><category term="Troubleshooting" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Troubleshooting/default.aspx" /></entry><entry><title>Create a New SharePoint Group, Part 2 of 2</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/18/create-a-new-sharepoint-group-part-2-of-2.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/18/create-a-new-sharepoint-group-part-2-of-2.aspx</id><published>2008-11-18T21:37:00Z</published><updated>2008-11-18T21:37:00Z</updated><content type="html">&lt;p&gt;When we &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/17/create-a-new-sharepoint-group-part-1-of-2.aspx"&gt;left off yesterday&lt;/a&gt;, we had just arrived at the (create a) &lt;b&gt;New Group &lt;/b&gt;page, and were on the very cusp of beginning to make the series of decisions required to create a new SharePoint group.&amp;nbsp; Join me today as we step through those decisions together, and emerge victorious with the creation of a new SharePoint group.&amp;nbsp; Please hold your applause until the end.&lt;/p&gt;
&lt;p&gt;There are five decisions to be made in total, and in the images I&amp;#39;ve provided below, I&amp;#39;m depicting the default appearance of each field, which is why some fields will be blank.&amp;nbsp; As with most SharePoint &amp;quot;create&amp;quot; actions, the first decision is simply assigning a name and description. &amp;nbsp;In the case of a new group, the description is labeled as an &lt;b&gt;About Me&lt;/b&gt; description.&amp;nbsp; Despite that somewhat misleading nomenclature, however, the &amp;quot;me&amp;quot; in question refers to the group itself, and not the creator of the group:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewGroup_5F00_Name.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Next on the hit parade is the &lt;b&gt;Owner&lt;/b&gt; field.&amp;nbsp; There can only be one owner, but the owner needn&amp;#39;t be an individual&amp;nbsp;- it&amp;nbsp;can be another group.&amp;nbsp; As I learned from the instructors at Mindsharp, the &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/09/10/best-practices-for-your-sharepoint-site-group-creation.aspx"&gt;best practice recommendation&lt;/a&gt; in this case is to &lt;b&gt;not&lt;/b&gt; leave yourself as the owner (which is the default behavior, as shown below), but to create a group for this purpose.&amp;nbsp; This way, at least one other person has ownership rights ... just in case, y&amp;#39;know, you were to get hit by a bus or something.&amp;nbsp; Note that next to the input field, you&amp;#39;re provided with the standard Check Names and Browse options which should be familiar to most Outlook users:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewGroup_5F00_Owner.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Group Settings&lt;/b&gt; is the next decision you have to make, and this one is a twofer.&amp;nbsp; The first decision has to do with who can see the members of this group, and your choices are &lt;b&gt;Group Members&lt;/b&gt;, or &lt;b&gt;Everyone, &lt;/b&gt;with the&amp;nbsp;choices presented as radio buttons.&amp;nbsp; (Note to self:&amp;nbsp; Hey, look at that!&amp;nbsp; Now go update Friday&amp;#39;s post&amp;nbsp;in which&amp;nbsp;I was &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/14/the-sharepoint-people-and-groups-page.aspx" class="null"&gt;speculating about this very thing&lt;/a&gt;.)&amp;nbsp; The second decision here determines who has the rights to edit the group&amp;#39;s membership:&amp;nbsp; only the &lt;b&gt;Group Owner&lt;/b&gt;, or all &lt;b&gt;Group Members&lt;/b&gt;?:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewGroup_5F00_Settings.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Next up is the &lt;b&gt;Membership Requests&lt;/b&gt; decision-making process.&amp;nbsp; The first decision is whether to permit potential new group members to request to join (or existing group members to request to leave) the group.&amp;nbsp; The second decision is whether to auto-accept these requests or not.&amp;nbsp; Note that enabling auto-accept immediately and automatically grants all such requests ... and grants new members the same permissions assigned to existing group members.&amp;nbsp; Requests are sent to the email address provided in the membership requests input field and, as you can see, by default the email address provided is that of the group creator.&amp;nbsp; Naturally, this field&amp;nbsp;becomes configurable should you choose &lt;strong&gt;Yes&lt;/strong&gt; for either of the requests options:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewGroup_5F00_Membership.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The final decision in the group creation process is assigning permissions to group members.&amp;nbsp; The permissions you choose will apply to all group members, and you&amp;#39;ll make your choice by choosing to mark one of the available checkboxes, ranging in permissions from &lt;b&gt;Full Control&lt;/b&gt; (basically, the King) all the way down to &lt;b&gt;View Only&lt;/b&gt; (basically, the peasant), and everything in between.&amp;nbsp; Surprisingly, I seem to be able to select more than one checkbox in my MOSS environment, but&amp;nbsp;presumably only one such selection&amp;nbsp;can be honored:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewGroup_5F00_GivePermission.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;b&gt;view site permission assignments&lt;/b&gt; hyperlink pictured above will take you to the &lt;strong&gt;Site Permissions&lt;/strong&gt; page, which will show a list of groups and users with access to the site in which you&amp;#39;re creating the new group, and their current level of permissions.&lt;/p&gt;
&lt;p&gt;And wouldn&amp;#39;t you know it?&amp;nbsp; For my hubris in announcing that we would be emerging victorious with the creation of a new SharePoint group today, I&amp;nbsp;have been&amp;nbsp;punished with the following error message:&amp;nbsp; &amp;quot;&lt;span id="ctl00_PlaceHolderMain_LabelMessage"&gt;The security validation for this page has timed out.&amp;quot; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Oh, SharePoint, why must you smite me so?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7611" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="SharePoint Groups" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/SharePoint+Groups/default.aspx" /><category term="Create a SharePoint Group" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Create+a+SharePoint+Group/default.aspx" /><category term="Membership Requests" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Membership+Requests/default.aspx" /><category term="Group Settings" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Group+Settings/default.aspx" /><category term="New Group" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/New+Group/default.aspx" /></entry><entry><title>Create a New SharePoint Group, Part 1 of 2</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/17/create-a-new-sharepoint-group-part-1-of-2.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/17/create-a-new-sharepoint-group-part-1-of-2.aspx</id><published>2008-11-17T22:00:00Z</published><updated>2008-11-17T22:00:00Z</updated><content type="html">&lt;p&gt;Friday&amp;#39;s blog topic, detailing where to &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/14/the-sharepoint-people-and-groups-page.aspx"&gt;find and modify existing groups in a SharePoint site&lt;/a&gt; caused me to go back and review a previous entry wherein I addressed SharePoint groups.&amp;nbsp; Which, in turn, caused me to realize that I might have misspoken in that previous entry when I said, based on what we&amp;#39;ll charitably call&amp;nbsp;a not&amp;nbsp;entirely accurate assumption, that SharePoint group creation wasn&amp;#39;t likely to apply to most end users.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What was the inaccurate assumption which led&amp;nbsp;to such a gaffe?&amp;nbsp;&amp;nbsp;Well, it happened because I didn&amp;#39;t have&amp;nbsp;permissions to create a group within the main Bamboo corporate portal, and&amp;nbsp;I (foolishly)&amp;nbsp;extrapolated from there that I must not have permissions to create groups &lt;strong&gt;throughout&lt;/strong&gt; our site collection, with the sole exception being my My Site.&amp;nbsp; Yes, it&amp;#39;s kind of embarrassing to admit this but, hey, I figure it&amp;#39;s all part of &amp;quot;growing up&amp;quot; in public.&amp;nbsp; Also, what&amp;#39;s a mistake but an opportunity to learn, right?&lt;/p&gt;
&lt;p&gt;Needless to say, I&amp;#39;ve just come to the realization that&amp;nbsp;I actually &lt;strong&gt;do&lt;/strong&gt; have the ability to create a new group within our portal ... just not on the top site.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;So, might you be able to do the same within your portal?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Maybe.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The first thing you&amp;#39;ll need to determine is whether you have the requisite permissions to create a new group on the site where you hope to do so.&amp;nbsp; For example, I lack the necessary permissions to create a new group at the &lt;strong&gt;top level&lt;/strong&gt; of our portal, but what I&amp;#39;ve now discovered (after having first thinking it through, which clearly I had failed to do when preparing that earlier column) is that I do have access to create new groups in my team&amp;#39;s site, which exists as a subsite&amp;nbsp;&lt;b&gt;within&lt;/b&gt; the Bamboo corporate portal.&lt;/p&gt;
&lt;p&gt;Having&amp;nbsp;learned my lesson regarding assumptions, I did the research this time and discovered that only users with &lt;strong&gt;full control&lt;/strong&gt; to a site possess the ability to create groups.&amp;nbsp; For information on pretty much all of your SharePoint permissions-related needs, I recommend checking out this &lt;a target="_blank" href="http://office.microsoft.com/en-us/sharepointtechnology/HA101001491033.aspx" class="null"&gt;Microsoft Office Online page on SharePoint permission levels&lt;/a&gt; and their associated permissions. &lt;/p&gt;
&lt;p&gt;So, from within a site where you&amp;#39;ve got full control, and where you wish to create your new group, you begin by selecting the trusty &lt;b&gt;Site Settings&lt;/b&gt; menu option under the &lt;b&gt;Site Actions&lt;/b&gt; dropdown:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/SiteActionsSiteSettings.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Hint:&amp;nbsp;If your &lt;b&gt;Site Actions&lt;/b&gt; dropdown doesn&amp;#39;t have a &lt;b&gt;Site Settings&lt;/b&gt; menu item, you lack the necessary permissions to create a group on that particular site.&lt;/p&gt;
&lt;p&gt;On the resulting &lt;strong&gt;Site Settings&lt;/strong&gt; page, select the &lt;b&gt;People and groups&lt;/b&gt; hyperlink under the Users and Permissions heading:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/UsersAndPermissions.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The resulting page will be the &lt;strong&gt;People and Groups&lt;/strong&gt; page and, as mentioned on Friday, you&amp;#39;ll notice options to display lists of both existing people and existing groups in the Quick Launch.&amp;nbsp; To create a new group within your site, select one of the existing groups in your Quick Launch and simply click the &lt;b&gt;New&lt;/b&gt; dropdown button, which (in my MOSS environment), only has one option, &lt;b&gt;New Group&lt;/b&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewGroup.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;(Note:&amp;nbsp; You may also create a new group from within the context of one of the &lt;b&gt;All People&lt;/b&gt; listings in the Quick Launch bar.&amp;nbsp; In this case, the &lt;b&gt;New&lt;/b&gt; dropdown has two menu items, with &lt;b&gt;Add Users&lt;/b&gt; appearing&amp;nbsp;in addition to &lt;b&gt;New Group&lt;/b&gt;.)&lt;/p&gt;
&lt;p&gt;Clicking that &lt;b&gt;New Group&lt;/b&gt; menu item will render the &lt;strong&gt;New Group&lt;/strong&gt; page, where you&amp;#39;ll be presented with a series of&amp;nbsp;decisions to make&amp;nbsp;regarding your new group and its membership. &amp;nbsp;&amp;nbsp;&lt;a target="_self" href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/18/create-a-new-sharepoint-group-part-2-of-2.aspx" class="null"&gt;Tune in tomorrow&lt;/a&gt; when&amp;nbsp;we&amp;#39;ll walk through those&amp;nbsp;individual selections&amp;nbsp;step by step, and&amp;nbsp;we shall emerge victorious, having created a new SharePoint group.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7543" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="SharePoint Groups" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/SharePoint+Groups/default.aspx" /><category term="Create a SharePoint Group" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Create+a+SharePoint+Group/default.aspx" /></entry><entry><title>The SharePoint ‘People and Groups' Page</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/14/the-sharepoint-people-and-groups-page.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/14/the-sharepoint-people-and-groups-page.aspx</id><published>2008-11-14T22:55:00Z</published><updated>2008-11-14T22:55:00Z</updated><content type="html">&lt;p&gt;Continuing my efforts to perform the due diligence&amp;nbsp;necessary to&amp;nbsp;answer my SharePoint Blank mailbag (hmm, maybe I should start&amp;nbsp;incorporating that&amp;nbsp;into the&amp;nbsp;title for these posts?), today&amp;#39;s question came in from kayroxx in response to an entry on &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/09/10/best-practices-for-your-sharepoint-site-group-creation.aspx#7462"&gt;SharePoint group creation&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;i&gt;So how do you actually look into a SharePoint group to see who is in that particular group? Where do you even go to see that group at all?&lt;/i&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;#39;s been a heck of a week for me, so I&amp;#39;m going to cut myself&amp;nbsp;a little bit of&amp;nbsp;slack for the fact that it took me&amp;nbsp;an embarrassing amount of&amp;nbsp;time to arrive at the answer to kayroxx&amp;#39;s question.&amp;nbsp; Why was it embarrassing?&amp;nbsp; Well, let&amp;#39;s just say that, by the time I arrived at the answer, I realized that it was something I had actually learned in Mindsharp&amp;#39;s Power End User summit months ago ... but since it&amp;#39;s not something I&amp;#39;ve had cause to use in my day-to-day operations (and, thus, haven&amp;#39;t yet documented here), I&amp;#39;d forgotten that I actually knew the answer.&amp;nbsp; D&amp;#39;oh!&lt;/p&gt;
&lt;p&gt;So, in my MOSS environment (which, by the way, was also the environment used in the aforementioned Mindsharp course), the path to&amp;nbsp;ultimately answering&amp;nbsp;kayroxx&amp;#39;s question began by&amp;nbsp;navigating to our team portal,&amp;nbsp;i.e., a site to which&amp;nbsp;I knew that I had a&amp;nbsp;reasonable number of permissions, and clicking the &lt;b&gt;Site Settings&lt;/b&gt; menu option on the &lt;b&gt;Site Actions&lt;/b&gt; dropdown:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/SiteActionsSiteSettings.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Next, I selected the &lt;b&gt;People and groups&lt;/b&gt; hyperlink under the Users and Permissions heading:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/UsersAndPermissions.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Having clicked that hyperlink, the resulting &lt;strong&gt;People and Groups&lt;/strong&gt; page is&amp;nbsp;a veritable&amp;nbsp;one-stop shop for all of the individual users, and all of the existing groups, on&amp;nbsp;the site.&amp;nbsp; Conveniently, they appear&amp;nbsp;listed under &lt;b&gt;All Groups&lt;/b&gt; and &lt;b&gt;All People&lt;/b&gt; links in the Quick Launch, and clicking the appropriate links will expand that section within the Quick Launch.&amp;nbsp; Selecting an individual group will display the members of that group in the page.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Well, doing so will display the group members with &lt;strong&gt;one caveat&lt;/strong&gt;:&amp;nbsp; A little clicking around on the &lt;strong&gt;Groups&lt;/strong&gt; links within our corporate portal quickly revealed to me that it&amp;#39;s not permitted for just &lt;strong&gt;anyone&lt;/strong&gt; to view the memberships of all groups, as&lt;strong&gt; permissions&lt;/strong&gt; are required in order to do so.&amp;nbsp; &lt;span style="text-decoration:line-through;"&gt;My (not entirely scientific but, I think, reasonably conclusive)&amp;nbsp;research indicates that you must be a &lt;strong&gt;member&lt;/strong&gt; of a given group in order for to be able to view the members of said group and&amp;nbsp;their permissions within the group&lt;/span&gt;.&amp;nbsp; Unless you are a member of a given group, you will only be able to see the members of a group if the group creator chose to&amp;nbsp; &lt;a target="_self" href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/18/create-a-new-sharepoint-group-part-2-of-2.aspx" class="null"&gt;make that group&amp;#39;s membership visible to Everyone&lt;/a&gt; (i.e., all site users), as opposed to&amp;nbsp;being visible to Group Members only.&lt;/p&gt;
&lt;p&gt;Unfortunately, I don&amp;#39;t think there&amp;#39;s a handy way to see, at a glance, all groups to which you&amp;#39;re a member, but if I should learn of one, I&amp;#39;ll certainly let you know.&amp;nbsp; Of course, if &lt;strong&gt;you&lt;/strong&gt; know of such a feature, by all means,&amp;nbsp;do feel free to&amp;nbsp;lay that sweet, sweet&amp;nbsp;knowledge on me.&amp;nbsp; Cheers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7474" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="SharePoint Groups" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/SharePoint+Groups/default.aspx" /><category term="People and Groups" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/People+and+Groups/default.aspx" /></entry><entry><title>Editing Columns in a SharePoint Document Library Redux</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/13/editing-columns-in-a-sharepoint-document-library-redux.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/13/editing-columns-in-a-sharepoint-document-library-redux.aspx</id><published>2008-11-13T22:01:00Z</published><updated>2008-11-13T22:01:00Z</updated><content type="html">&lt;p&gt;One of the unanticipated effects of Mark Miller&amp;#39;s&amp;nbsp;recent (and much appreciated)&amp;nbsp;plugging of SharePoint Blank over in &lt;a target="_blank" href="http://www.endusersharepoint.com" class="null"&gt;EndUserSharePoint&lt;/a&gt; has been the sharp uptick in the number of questions that I&amp;#39;ve been fielding in the comments section of older blog entries.&amp;nbsp; Unfortunately, quite a few of these questions rolled in over the past few days while I was, far more unfortunately, out of the office due to a death in the family.&amp;nbsp; I&amp;#39;m honored to be asked these types of questions, especially since there&amp;#39;s an implied assumption that I might actually know the answers.&amp;nbsp; Sometimes I do know the answers, but I&amp;#39;m a card-carrying end user whose SharePoint learning is a day-to-day process,&amp;nbsp;so I&amp;nbsp;generally&amp;nbsp;don&amp;#39;t know the answer off the top of my head.&amp;nbsp; I am, however, more than happy to seek out the answer for you, and the fact that doing so&amp;nbsp;also increases my own SharePoint knowledge is the icing on the cake.&amp;nbsp; Thus, I&amp;#39;ll be dedicating the next few days to playing catch-up on&amp;nbsp;my backlog of questions, diligently researching the questions and, to the best of my ability,&amp;nbsp;documenting&amp;nbsp;my findings&amp;nbsp;here. &lt;/p&gt;
&lt;p&gt;Two questions came in over the last few days on my &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/09/25/editing-columns-in-a-sharepoint-document-library.aspx#7278"&gt;Editing Columns in a SharePoint Document Library&lt;/a&gt; post from early September, so it only seems right that I mark my return to the blog with a &amp;quot;two-for-one special&amp;quot; by tackling them both today.&lt;/p&gt;
&lt;p&gt;First up, Neevarp asks:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;I tried to create a column for a document library and it sets itself to be a Read Only column, I am unable to change the type. How can I cange its type to a non read only type so that users can update the column information?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I didn&amp;#39;t recall&amp;nbsp;being presented with&amp;nbsp;an option between read only or&amp;nbsp;not when I&amp;nbsp;&lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/09/24/create-a-column-in-a-sharepoint-document-library.aspx" class="null"&gt;created a custom column&lt;/a&gt; so, following my own footsteps, I began looking into this by creating a new column in an existing&amp;nbsp;document library.&amp;nbsp; Sure enough, in my (MOSS) environment, there&amp;#39;s no mention of read only status (or not) when creating a column but, in my environment, the default is for column data to be editable, as opposed to being read only.&amp;nbsp; The plot thickens, no?&amp;nbsp; Off a-Googling I went.&amp;nbsp; From what I&amp;#39;ve discovered,&amp;nbsp;the experience in my environment appears to be&amp;nbsp;the norm, in that custom columns &lt;b&gt;should&lt;/b&gt; be editable unless explicit steps have been taken to make them not so.&amp;nbsp; I arrived at this decision after I discovered a discussion on eggheadcafe which explains how a Sys&amp;nbsp;Admin might go about &lt;a target="_blank" href="http://www.eggheadcafe.com/software/aspnet/29116073/add-a-column-to-a-documen.aspx" class="null"&gt;making column data read only to end users&lt;/a&gt;.&amp;nbsp; Check it out, and if I&amp;#39;m misinterpreting anything, please correct me in the comments but, from what I tell, it sounds like a conscious decision has been made&amp;nbsp;by your&amp;nbsp;Sys Admin&amp;nbsp;to force custom column data to be read only.&amp;nbsp; You might wish to consult your Administrator and inquire as to why this decision was made and, as&amp;nbsp;appropriate,&amp;nbsp;respectfully request that the policy be revisited.&lt;/p&gt;
&lt;p&gt;Next up, we have Anton Tomassen, who asks:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Is it possible to edit the &amp;quot;created by&amp;quot; column in SharePoint?&amp;nbsp; I will populate a list with data but the created by column then has my details in it.&amp;nbsp; I want it to have unique usernames of the people in my AD in order that I can set the view only to show the row in the list that belongs to the logged on user.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Since I didn&amp;#39;t have a &lt;b&gt;Created by&lt;/b&gt; column in any of my existing document libraries (the &lt;b&gt;Modified by&lt;/b&gt; column is the standard at Bamboo), I began my investigation by creating a new view for an existing library, and adding a &lt;strong&gt;Created by&lt;/strong&gt; column.&amp;nbsp; Alas, when clicking the dropdown menu associated with the newly created column, the only available options involved&amp;nbsp;ordering and filtering:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/CreatedByMenu.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;So it was off to Google once more and,&amp;nbsp;in this case, props must go to Sowmyan&amp;#39;s SharePoint Developer Blog for the post entitled, &lt;a target="_blank" href="http://blogs.msdn.com/sowmyancs/archive/2008/03/14/can-we-update-the-values-of-created-by-modified-by-columns-in-sharepoint-lists.aspx" class="null"&gt;Can we update the values of &amp;quot;Created By&amp;quot;, &amp;quot;Modified By&amp;quot; columns in SharePoint lists?&lt;/a&gt;&amp;nbsp; In this post, Sowmyan answers, in part, &amp;quot;Of course, you can. Created By &amp;amp; Modified By columns are &amp;#39;Person or Group&amp;#39; type columns. In SharePoint all the lists have these columns by default. You can&amp;#39;t update the values of these columns from UI. But, you can do it through SharePoint APIs.&amp;quot;&amp;nbsp; Best of all, Sowmyan helpfully provides a .NET code snippet which will make it possible to update these values.&amp;nbsp; Needless to say, this is hardly end user-level&amp;nbsp;functionality, but I&amp;#39;d recommend that you consider directing your Sys Admin to Sowmyan&amp;#39;s code snippet and asking nicely if this functionality is something that might be incorporated in your site.&lt;/p&gt;
&lt;p&gt;I hope&amp;nbsp;these answers were helpful, and that you&amp;#39;ll both be able to leverage my findings towards achieving your goals.&amp;nbsp; If you&amp;#39;re so inclined, please report back and let me know&amp;nbsp;how everything worked out.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7421" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="Edit Column" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Edit+Column/default.aspx" /><category term="Created By" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Created+By/default.aspx" /><category term="Read Only" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Read+Only/default.aspx" /><category term="Custom Column" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/Custom+Column/default.aspx" /></entry><entry><title>Working with the My SharePoint Sites Web Part</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/07/working-with-the-my-sharepoint-sites-web-part.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/07/working-with-the-my-sharepoint-sites-web-part.aspx</id><published>2008-11-07T22:08:00Z</published><updated>2008-11-07T22:08:00Z</updated><content type="html">&lt;p&gt;Before we pick up with the sequel to yesterday&amp;#39;s post on &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/06/adding-a-my-sharepoint-sites-web-part.aspx"&gt;how to add a My SharePoint Sites Web Part&lt;/a&gt;&amp;nbsp;to your site, I&amp;#39;d like to acknowledge the mighty Mark Miller of &lt;a target="_blank" href="http://www.endusersharepoint.com/"&gt;EndUserSharePoint.com&lt;/a&gt; for his gentle suggestion that I mention that this particular Web Part is a MOSS-only feature.&amp;nbsp; Since I&amp;#39;m working in a MOSS environment, and since pretty much &lt;b&gt;everything&lt;/b&gt; in SharePoint is new to me, I sometimes forget to make the MOSS/WSS distinction (when applicable).&amp;nbsp; Mark&amp;#39;s comment on yesterday&amp;#39;s post served as ample reminder that I need to bear this fact in mind when I&amp;#39;m documenting my adventures in SharePoint.&amp;nbsp; Cheers, Mark.&lt;/p&gt;
&lt;p&gt;When we left off yesterday, I had successfully added a &lt;b&gt;My SharePoint Sites Web Part&lt;/b&gt; to my My Site:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/MySharePointSitesWPDefault.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;I have since confirmed that, &lt;a target="_blank" href="http://office.microsoft.com/en-us/sharepointserver/HA101686411033.aspx"&gt;per Microsoft&lt;/a&gt;, &amp;quot;The SharePoint Sites Web Part automatically displays a list of five sites of which you are a member.&amp;quot;&amp;nbsp; &amp;nbsp;Upon seeing the default tabs that had automatically been chosen for me, I realized straightaway that there were some changes that I wanted to make to the appearance of the Web Part.&amp;nbsp; To wit, I wanted to delete the &lt;b&gt;test&lt;/b&gt; tab since it linked to outdated test content, and I wanted to add a new tab which would link to my team&amp;#39;s site on the portal.&lt;/p&gt;
&lt;p&gt;Deleting the unnecessary &lt;b&gt;test&lt;/b&gt; tab proved to be a simple two-step process.&amp;nbsp; As it turns out, the navigational tabs in the &lt;b&gt;My SharePoint Sites Web Part&lt;/b&gt; offer dropdown menus which feature two options:&amp;nbsp;&lt;b&gt;Hide&lt;/b&gt;, and &lt;b&gt;Delete&lt;/b&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/TabDelete.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Since I knew I wouldn&amp;#39;t need that test tab for any reason going forward, it was the &lt;b&gt;Delete&lt;/b&gt; option that I selected.&amp;nbsp; Take note:&amp;nbsp;&amp;nbsp;Deletion is immediate.&amp;nbsp; There is no &amp;quot;are you sure?&amp;quot; messaging or the like here, and as soon as you click &lt;b&gt;Delete&lt;/b&gt;, your site will immediately refresh with the revised version of the Web Part (i.e., minus the deleted tab).&lt;/p&gt;
&lt;p&gt;Adding a new site tab to the &lt;b&gt;My SharePoint Sites Web Part&lt;/b&gt; is &lt;b&gt;almost&lt;/b&gt; as easy as deleting one though, so even if you mistakenly delete a tab, it&amp;#39;s hardly the end of the world.&amp;nbsp; First, select the dropdown menu associated with the &lt;b&gt;Sites&lt;/b&gt; tab which appears at the extreme left of your navigational tabs, and you&amp;#39;ll see that &lt;b&gt;New Site Tab&lt;/b&gt; is one of the two available menu items.&amp;nbsp; Click that option to begin creating your new site tab:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/SitesNewSiteTab.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Upon clicking the &lt;b&gt;New Site Tab&lt;/b&gt; button, your site will refresh with the &lt;b&gt;Create a new site tab&lt;/b&gt; UI:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/NewSiteTab.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;By default, the &lt;b&gt;Select Sites from Membership list&lt;/b&gt; radio button option is selected, and the first item in the memberships list dropdown menu will appear highlighted.&amp;nbsp; Since the first item in my list wasn&amp;#39;t the site that I wanted, I scrolled through the list until I found the desired entry, the Online Operations listing pictured above.&amp;nbsp; As you can see, however, you&amp;#39;re not limited to the items which automatically appear in your Membership list menu - you also have the option of manually entering&amp;nbsp;the&amp;nbsp;&lt;b&gt;Site URL&lt;/b&gt; and &lt;b&gt;Site Name&lt;/b&gt; to create your new tab.&lt;/p&gt;
&lt;p&gt;Since I found the site I wanted in my Membership list though, all I needed to do to create my new tab was to click the &lt;b&gt;Create&lt;/b&gt; button, and voila, I was the master of my (revised, tab) domain!:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/MySharePointSitesNewTab.jpg" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7209" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="SharePoint Sites Web Part" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/SharePoint+Sites+Web+Part/default.aspx" /><category term="My SharePoint Sites" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/My+SharePoint+Sites/default.aspx" /><category term="New Site Tab" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/New+Site+Tab/default.aspx" /></entry><entry><title>Adding a My SharePoint Sites Web Part</title><link rel="alternate" type="text/html" href="/blogs/sharepoint_blank/archive/2008/11/06/adding-a-my-sharepoint-sites-web-part.aspx" /><id>/blogs/sharepoint_blank/archive/2008/11/06/adding-a-my-sharepoint-sites-web-part.aspx</id><published>2008-11-06T22:02:00Z</published><updated>2008-11-06T22:02:00Z</updated><content type="html">&lt;p&gt;As I mentioned in yesterday&amp;#39;s post, it was while getting started with &lt;a href="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/2008/11/05/an-appreciation-of-mindsharp-s-computer-based-sharepoint-training.aspx"&gt;Mindsharp&amp;#39;s CBT courseware for end users&lt;/a&gt; that I discovered the existence of the &lt;b&gt;My SharePoint Sites Web Part&lt;/b&gt;.&amp;nbsp;&amp;nbsp;I might add that I knew straightaway that&amp;nbsp;this was a Web&amp;nbsp;Part that I wanted&amp;nbsp;for my My Site.&amp;nbsp;As promised, today&amp;#39;s post is going to provide a step-by-step guide to adding the &lt;strong&gt;My SharePoint Sites Web Part&lt;/strong&gt; to your site.&lt;/p&gt;
&lt;p&gt;By way of a&amp;nbsp;reminder, what this Web Part does is aggregate any and all content that you have authored/uploaded (from across multiple sites within your site collection), and presents that content to you in a cleanly designed Web Part&amp;nbsp;which uses&amp;nbsp;a tabbed user interface.&amp;nbsp; I dig it the most, and I think you will too.&lt;/p&gt;
&lt;p&gt;So how can you get a &lt;b&gt;My SharePoint Sites Web Part&lt;/b&gt; of your very own, and be the envy of all your colleagues?&amp;nbsp; It&amp;#39;s simple.&amp;nbsp; First, from within the site where you want to create the Web Part (I added it to my My Site which, come to think of it, may in fact be the&amp;nbsp;most logical location for this Web Part), select the&amp;nbsp;&lt;b&gt;Edit Page&lt;/b&gt;&amp;nbsp;menu option from the &lt;b&gt;Site Actions&lt;/b&gt; dropdown button:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/SiteActionsEditPage.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;On the resulting &lt;b&gt;Edit Mode&lt;/b&gt; display of your page, choose the Zone where you&amp;#39;d like to add the Web Part.&amp;nbsp; I&amp;#39;d recommend adding it to&amp;nbsp;whichever Zone provides you the most width, since that will give you room to grow in terms of adding tabs for&amp;nbsp;multiple sites.&amp;nbsp; Once you&amp;#39;ve chosen a Zone, click the &lt;b&gt;Add a Web Part&lt;/b&gt; bar in that Zone:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/AddaWebPart.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;In the resulting &lt;strong&gt;Add Web Parts&lt;/strong&gt; popup, locate &lt;strong&gt;My SharePoint Sites&lt;/strong&gt; listing, noting that you may need to scroll and/or expand certain areas to find it.&amp;nbsp; I found it under the &lt;strong&gt;Content Rollup&lt;/strong&gt; heading on our portal.&amp;nbsp; Having located it within the list,&amp;nbsp;click the associated checkbox for the Web Part:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/MySharePointSitesWebPart.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Once you&amp;#39;ve placed a check in the checkbox, and clicked the &lt;strong&gt;Add&lt;/strong&gt; button at the bottom right of the popup, your page will refresh (in Edit Mode) with&amp;nbsp;your new&amp;nbsp;&lt;b&gt;My SharePoint Sites Web Part&lt;/b&gt; in place.&amp;nbsp; I&amp;nbsp;suspect that,&amp;nbsp;as was my&amp;nbsp;experience, you&amp;#39;ll find several default site tabs will appear automatically, with the tab for the site on which you&amp;#39;ve added the Web Part preselected:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.bamboosolutions.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/bambooteamblog/MySharePointSitesWPDefault.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Right off the bat, I saw a couple of changes that I wanted to make.&amp;nbsp; Specifically, those changes involved removing the &lt;b&gt;test&lt;/b&gt; tab, and adding a tab for my team&amp;#39;s site.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Tune in tomorrow, and I&amp;#39;ll give you the full scoop on how to accomplish those very tasks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bamboosolutions.com/aggbug.aspx?PostID=7135" width="1" height="1"&gt;</content><author><name>John Anderson</name><uri>http://community.bamboosolutions.com/members/John-Anderson/default.aspx</uri></author><category term="SharePoint Sites Web Part" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/SharePoint+Sites+Web+Part/default.aspx" /><category term="My SharePoint Sites" scheme="http://community.bamboosolutions.com/blogs/sharepoint_blank/archive/tags/My+SharePoint+Sites/default.aspx" /></entry></feed>