Browse by Tags
All Tags »
MOSS »
SharePoint (
RSS)
I'm going to write a bit about a problem I ran into when I wrote a bulk upload application for one of my SharePoint clients. I found that when I was importing a document and applying a Content Type to it I needed to find the Lookup list values for...
I did a three day consulting gig 3 months ago where I installed and configured WSS 3.0, trained them on the basics of document libraries and lists, and converted a spreadsheet with multiple pages into a List so that their users could edit items simultaneously...
A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date...
For many of our clients we need to build custom site definitions. When building SharePoint solutions the terms site template, definition and to a lesser extent site portal are often used. Each of these allows the user to create a new site with a predefined...
Deleting a user's My Site sounds like it should be very easy to find, but in some ways it is hidden in the administration and management of MOSS. In order to delete another user's My Site you need to be an administrator in the Site Collection...
Many of our clients have asked us about some type of function or Web Part that lets them show a list of users in their site collection, specifically from the "Users and Groups" list that they can control. Out of the box MOSS gives you the Site...