Archive for the ‘Workflow’ category

Schedule End Date Behavior with MOSS Publishing Pages

July 10th, 2009

Recently I was helping a client look into an issue with Publishing Pages that were mysteriously being moved to the Draft state.

After some investigation, it turned out to be related to the Scheduling End Date field from the Publishing Page Content Type.  Authors were using this field to prevent pages from showing up in a rollup via the Content Query Web Part.  They would set a date in the future and at that time, the article disappeared from the list.

What’s strange is that when this happened, the page switched back to Draft mode, but no entries of this change where logged in Version History.   Apparently the system does this behind the scenes.

While I guess this is desired behavior, the problem that they were facing is that these pages would no longer appear in search results because of their draft state.  The obvious solution was to create a new field that determines if the item should appear in a rollup and filter it via CQWP.

A simple SPD workflow that waits x number of days before setting this field solved the problem of forcing someone to do all of this manually.

Share

Building SharePoint Workflows in x64 not supported

April 29th, 2008

I just discovered that you can

Share

Content from April's West-Michigan SharePoint User Group Meeting

April 8th, 2008

Workflow

It was great to see everyone at the WMSPUG
on April 1st
.  As promised, I am posting my slides and demos from my workflow
presentation.

Workflow Presentation

Workflow
Exports

The PPTX deck is self-explanatory, as for the zip file, it contains each of the
three demos I had running:

Workflow 1 – Basic out-of-the-box approval workflow

Workflow 2 – Two-phased approval workflow with SharePoint Designer

Workflow 3 – Custom Infopath workflow with custom tasks (SharePoint Designer)

You should be able to import these with:

stsadm -o import -url http://<site>-filename workflow1.export

If you have any questions, please email me.

I’ll try to get a Visual Studio workflow demo up here in the next few weeks. 
Now that I’m running my own blog,
I’ll try to ScreenCast as much as possible.

Share