<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Workflows</title>
        <link>http://www.mosslover.com/category/7768.aspx</link>
        <description>Workflows</description>
        <language>en-US</language>
        <copyright>MOSSLover</copyright>
        <managingEditor>rebecca.isserman@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Using SharePoint Designer Workflows to Check-In an Item</title>
            <link>http://mosslover.com/archive/2008/02/22/using-sharepoint-designer-workflows-to-check-in-an-item.aspx</link>
            <description>&lt;p&gt;At EndUserSharePoint I noticed that he encountered a bug when checking in files, so I responded with a little fix I created that involves a SharePoint Designer Workflow.  Here is a link to his blog post: &lt;a href="http://www.endusersharepoint.com/?p=127" target="_blank"&gt;http://www.endusersharepoint.com/?p=127&lt;/a&gt;.  It looks like a few people want to know how you would use SharePoint Designer to Check-In Items.  So here is a little walk-through (will be adding screen shots as this post has been moved):     &lt;br /&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;For starters you need to open up &lt;span style="font-weight: bold"&gt;Microsoft Office SharePoint Designer&lt;span style="font-weight: bold"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Now click on &lt;span style="font-weight: bold"&gt;File--&amp;gt;Open Site &lt;/span&gt;and type in the url of the document library you want to add the workflow &lt;/li&gt;    &lt;li&gt;After you type in the url click &lt;b&gt;Open&lt;/b&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Now on &lt;b&gt;File--&amp;gt;New Workflow&lt;/b&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;The &lt;span style="font-weight: bold"&gt;Workflow Designer&lt;/span&gt; window will pop up &lt;/li&gt;    &lt;li&gt;There should be a textbox where you can name the workflow whatever you would like and a drop down that says &lt;span style="font-weight: bold"&gt;What list should this workflow be attached to?&lt;/span&gt;       &lt;br /&gt;Choose the document library from the drop down menu.  If it was chosen right site in step 2, then it should appear. &lt;/li&gt;    &lt;li&gt;The next item says &lt;span style="font-weight: bold"&gt;Select workflow start options for items in Documents:&lt;/span&gt;       &lt;br /&gt;At this point choose &lt;span style="font-weight: bold"&gt;Automatically start this workflow when a new item is created &lt;/span&gt;and &lt;span style="font-weight: bold"&gt;Automatically start this workflow when an item is changed&lt;/span&gt;       &lt;br /&gt;What these options will do is set off the event that will be added a few steps later anytime the &lt;span style="font-weight: bold"&gt;Properties&lt;/span&gt; are changed or anytime a document is added or changed. &lt;/li&gt;    &lt;li&gt;Click on the &lt;span style="font-weight: bold"&gt;Next &lt;/span&gt;button       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;A screen should appear that says &lt;span style="font-weight: bold"&gt;Specify details for Step '1'&lt;/span&gt;, then &lt;span style="font-weight: bold"&gt;Choose and conditions and actions that define the steps of the workflow.&lt;/span&gt; and below that you will see &lt;span style="font-weight: bold"&gt;Conditions&lt;/span&gt; and &lt;span style="font-weight: bold"&gt;Actions        &lt;br /&gt;&lt;/span&gt;In this workflow only one action will be needed and no Conditions, because the document needs to be checked in every time an item is changed or addedCli &lt;/li&gt;    &lt;li&gt;&lt;span style="font-weight: bold"&gt;&lt;/span&gt;Click the &lt;span style="font-weight: bold"&gt;Actions&lt;/span&gt; button and you will see many options, such as &lt;span style="font-weight: bold"&gt;Send an E-Mail&lt;/span&gt; or &lt;span style="font-weight: bold"&gt;Pause for Duration&lt;/span&gt;.  These are all actions that you could fire when an item is added or changed in the document library.  For today we want to choose &lt;span style="font-weight: bold"&gt;Check In Item&lt;/span&gt;.  If you do not see this option on the menu, then click &lt;span style="font-weight: bold"&gt;More Actions&lt;/span&gt; and a window will appear.  &lt;br /&gt;Scroll down the list until you find this option, then highlight it and click &lt;span style="font-weight: bold"&gt;Add&lt;/span&gt;.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;An item will now appear next to &lt;span style="font-weight: bold"&gt;Actions&lt;/span&gt; that says &lt;span style="font-weight: bold"&gt;Check in a item in the list with comment: comment&lt;/span&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Click on &lt;span style="font-weight: bold"&gt;this list&lt;/span&gt; and a box should pop up that says &lt;span style="font-weight: bold"&gt;Current Item&lt;/span&gt;.  This will choose the current item that is changed or added to the document library by the user.  Click &lt;span style="font-weight: bold"&gt;Ok&lt;/span&gt;.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Now click on &lt;span style="font-weight: bold"&gt;Comment&lt;/span&gt; and an area to type in some text will appear.  It does not matter what is typed into this field.  It is only for the record of the workflow.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;At the bottom of the screen there will be a &lt;span style="font-weight: bold"&gt;Finish&lt;/span&gt; button.  Click on this button.  A progress bar should appear quickly and then close out.  The workflow is now ready and should check in documents within your library. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;If anyone has any comments or questions about this post please let me know and I will try to get back to you when I can.    &lt;br /&gt;After experiencing numerous issues with random bolding and the inability to add screenshots in an easy manner I am considering mirroring this blog to another hosting company.  I hope you guys enjoy this post have a nice day all. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Re-posted from old blog&lt;/strong&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c9f12efa-3b52-4056-a485-136291c697c2" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/MOSS" rel="tag"&gt;MOSS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SharePoint%20Designer" rel="tag"&gt;SharePoint Designer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Workflow" rel="tag"&gt;Workflow&lt;/a&gt;&lt;/div&gt; &lt;img src="http://mosslover.com/aggbug/119908.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>MOSSLover</dc:creator>
            <guid>http://mosslover.com/archive/2008/02/22/using-sharepoint-designer-workflows-to-check-in-an-item.aspx</guid>
            <pubDate>Fri, 22 Feb 2008 21:57:20 GMT</pubDate>
            <wfw:comment>http://mosslover.com/comments/119908.aspx</wfw:comment>
            <comments>http://mosslover.com/archive/2008/02/22/using-sharepoint-designer-workflows-to-check-in-an-item.aspx#feedback</comments>
            <slash:comments>25</slash:comments>
            <wfw:commentRss>http://mosslover.com/comments/commentRss/119908.aspx</wfw:commentRss>
            <trackback:ping>http://mosslover.com/services/trackbacks/119908.aspx</trackback:ping>
        </item>
    </channel>
</rss>
