Feeds:
Posts
Comments

Archive for the ‘SharePoint’ Category

I’ve recently had a need to model a looping workflow with a SharePoint Designer workflow.  Designer doesn’t have a ‘Start Workflow’ action available by default, so I installed the Useful SharePoint Designer Workflow Activities on Codeplex.
My workflow would be designed like this

Collect Data From Users with Task Form

Set Workflow Variable to Step 1 Task ID

Check [...]

Read Full Post »

Not only did DST rob me of an hour of sleep this weekend, it’s also slowing down my content deployment jobs!  Thanks a lot, Benjamin Franklin!
This KB article seems to explain the problem as beeing that the OWSTIMER has its own clock which is separate from the system clock.  I scheduled a job for 11:17am [...]

Read Full Post »

If you use the CssRegistration and CssLink controls on a SharePoint page, core.css is always added to the HTML page last.  This means that any styles in core.css will override the styles you’ve defined in your custom stylesheets.  Does this make sense?! No.  But, like many other things in SharePoint, that’s the way it is.
A [...]

Read Full Post »

SharePoint has a nifty little feature which allows logged-in users to tell which other users are logged in (or away, or idle, etc.)  While this is a handy thing to have in an intranet setting, having your users prompted with the Name.dll download on a public web site isn’t desirable.  Here’s how to get rid [...]

Read Full Post »

Ever have SharePoint Designer tell you that something is checked out, but you know that it really isn’t? Here’s a link forwarded to me by a coworker:
 http://robgarrett.com/cs/blogs/software/archive/2007/12/14/sharepoint-designer-and-sharepoint-out-of-sync.aspx

Read Full Post »

Here’s a useful article with instructions on how to add new reports to the Site Actions / View Reports menu:
http://blogs.msdn.com/ecm/archive/2006/11/15/report-rapport.aspx

Read Full Post »

While working on a client’s MOSS 2007 public web site, I noticed that none of the reports in the Site Content and Structure page were not working. (There were duplicates as well, which I fixed by simply deleting the duplicate items from the Content and Structure Reports list at the root level.) I would [...]

Read Full Post »

New versions of Visual Studio Extensions for Windows SharePoint Services and WSPBuilder were released within the last week.  I’ve used WSPBuilder on many client projects.  VSeWSS has been lacking in features and stability, but it seems like many of the kinks have been worked out in this final version.  The most interesting new feature of VSeWSS is [...]

Read Full Post »

Here’s another provisioning gotcha. I had some problems provisioning a site column which pointed to a list I was also provisioning through a feature. Below are some code examples of how I implemented a quick solution.

Read Full Post »

I’ve seen a number of posts about connecting web parts within site definition, but most of them are either confusing or totall outdated.  I ran into the problem of connecting web parts which are provisioned through a site definition (or feature) while working on a client project.

Read Full Post »