A blog about the ECM features in the 2007 Office system, with a focus on Microsoft Office SharePoint Server 2007, which includes document management, records management, and web content management capabilities. Enabling technologies such as workflow and information rights management, which are essential to ECM solutions, will also be covered.
Hi, everyone!
As a follow-up to my “Introduction to SharePoint Workflow” post on the SharePoint Team Blog, I’m very excited to introduce to you the Enterprise Content Management Starter Kit, a new resource we published on MSDN last week for developers looking to extend ECM features in Office SharePoint Server 2007. It contains over a dozen code sample projects that include document transformers, new records management features, and custom workflows. It also contains whitepapers and templates for workflow.
The kit is meant to be a supplement to the SharePoint Server SDK. Customers often ask us, “How do I implement X? Do you have an example of how to do Y?” So we put together these samples to implement the things that we get asked about the most. We hope it will be helpful to you in illustrating concepts and providing starting points for customization!
The kit is available for download at http://www.microsoft.com/downloads/details.aspx?FamilyID=38ca6b32-44be-4489-8526-f09c57cd13a5&displaylang=en.
Please let us know if you have suggestions on what we should include in our next package/kit! We'd love to know what you’d like to see J.
Thanks!
Eilene
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using RSS
As a follow up to your June 12th comment concerning the IListItemService and the CallExternalMethod: I have called InitializeForEvents and am happily running a workflow using the HandleExternalActivity and the OnItemChanged event of an SPListITem. Unfortunately, what I want to do is update the item based on the changes that the user has made. I can't get the changes to commit since calling SPListItem.Update() throws me into event recursion. Sharepoint seems a bit inconsistent in how it handles this situation (in b2tr at least) but usually it results in the workflow erroring out. I've seen several blog entries about this scenario when doing sharepoint event handlers. Apparently there you can call DisableEventFiring() to sneak your update in... Any way to do this in workflow? I didn't see and UnInitializeForEvents on the IListItemService. :)
Do you know when this will be released for RTM versions of SharePoint? I'm looking to get the VS Templates installed for use against RTM MOSS.
Thanks.
I have installed the ECM on a machine running MOSS 2007 TR2 with visual studio 2005 workflow extensions installed as well as runtime components. The install of ECM goes smoothly, but the SharePoint Server folder never appears, and therefore I can not select the SharePoint Sequential Workflow Library. Any idea what I am doing incorrectly, or who I can contact on this?
Thanks
Hi,
I've downloaded the Starter Kit on this blog but when I open up the project in Visual Studio it has the following dll missing: "Microsoft.Office.Policy"
We're using WSS and not MOSS. Could this be the problem?
How can I get this to run?
I've downloaded the ECM Starter Kit. But when I open up the "ECMAActivities" project I get a missing reference to "Microsoft.Office.Policy". I think this is because I am missing a prerequisite on the dev server. We have WSS 3 installed and not MOSS. Could this be the reason?
Hi guys!
Nice work on the ECM, I really appreciate your work! I tried the sample signature provider from the doc in your ECM starter kit, however I am unable to find all the libraries need for it to work (TestSignature?? is this available?). I saw that stdole.dll is used, and I made the AxHost2 class to access GetIPictureDispFromPicture() from AxHost, but there are still many classes missing (Win32WindowFromOleWindow, SigningCeremonyForm, COMStream etc). Searching the internet didn't get me relevant results. Can you PLEASE help me?
Hy Eilene
I need to have the SPContext object in my Workflow because i call the methode " Variations.Current.UserAccessibleLabels" which use this object. But i read that the httpcontext is blocked in WF.
Have u a workaround for my problem ? Could I create also my own external class like " IListItemService"
Thx for helping
Matthias
Excellent work, I`m working with the example of the signature provider but there are some parts of the example who I can’t find, like the SigningCeremonyForm, in some cases I can replicate some of the expected functionality but in this last form I don’t know what I’m missing.
Well, I appreciate if you can help us to resolve this issue.
The classes y can't find are:
Win32WindowFromOleWindow, SigningCeremonyForm, COMStream , SignatureSetupForm
PingBack from http://workfromhomecareer.info/story.php?id=9497
Nice work on the ECM, I really appreciate your work! I tried the sample signature provider from the doc in your ECM starter kit, however I am unable to find all the libraries need for it to work (TestSignature?? is this available?). I saw that stdole.dll is used, and I made the AxHost2 class to access GetIPictureDispFromPicture() from AxHost, but there are still many classes missing (Win32WindowFromOleWindow, SigningCeremonyForm, COMStream etc). Can you PLEASE help me?