<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jimirig &#187; InfoPath</title>
	<atom:link href="http://jimirig.com/category/infopath/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimirig.com</link>
	<description>SharePoint &#124; Workflow &#124; Web Design&#124; InfoPath &#124; Web Hosting</description>
	<lastBuildDate>Fri, 14 May 2010 18:33:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unique ID in InfoPath Using SharePoint</title>
		<link>http://jimirig.com/2010/01/unique-id-in-infopath-using-sharepoint/</link>
		<comments>http://jimirig.com/2010/01/unique-id-in-infopath-using-sharepoint/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 21:24:39 +0000</pubDate>
		<dc:creator>cory</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[autonumber]]></category>
		<category><![CDATA[Data Connection]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[Unique]]></category>

		<guid isPermaLink="false">http://jimirig.com/?p=2319</guid>
		<description><![CDATA[Some solutions require a unique ID to be used for identifying forms saved in SharePoint or be used as a customer ID. There is a simple solution that does not use code, which is nice since many, many solutions these days are being generated with code.


Related posts:<ol><li><a href='http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/' rel='bookmark' title='Permanent Link: TIP: Save an InfoPath Form in SharePoint'>TIP: Save an InfoPath Form in SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="InfoPath Logo" src="http://jimirig.com/files/2009/09/infopath_logo1.jpg" alt="" width="225" height="53" /></p>
<p>Some solutions require a unique ID to be used for identifying forms saved in SharePoint or be used as a customer ID. There is a simple solution that does not use code, which is nice since many, many solutions these days are being generated with code. What some do not know is that so many tricks, solutions, and customized features are already built in, you just have to know how to get to them.</p>
<p style="text-align: left;">First, in SharePoint create your form library, we will call our UnitqueID. Then open InfoPath and create your form. Open the data connection wizard and create a connection to receive data. Next select that you wish to receive the data from a SharePoint List or Library and click next. Enter the URL to the form library, http://portal/UniqueID and select next.</p>
<p style="text-align: center;"><a href="http://jimirig.com/files/2010/01/IP-DCWiz1.PNG"><img class="size-medium wp-image-2320 aligncenter" title="IP-DCWiz1" src="http://jimirig.com/files/2010/01/IP-DCWiz1-300x204.PNG" alt="IP-DCWiz1" width="300" height="204" /></a></p>
<p><a href="http://jimirig.com/files/2010/01/IP-DCWiz2.PNG"><img class="aligncenter size-medium wp-image-2321" title="IP-DCWiz2" src="http://jimirig.com/files/2010/01/IP-DCWiz2-300x206.PNG" alt="IP-DCWiz2" width="300" height="206" /></a></p>
<p style="text-align: left;">After clicking next again you will need to select the columns you want to use. For this demo, we only need &#8220;ID&#8221; to be selected. Now go ahead and click next all the way through the wizard and hit finish.</p>
<p style="text-align: left;"><a href="http://jimirig.com/files/2010/01/IP-DCWiz3.PNG"><img class="size-medium wp-image-2322 aligncenter" title="IP-DCWiz3" src="http://jimirig.com/files/2010/01/IP-DCWiz3-300x204.PNG" alt="IP-DCWiz3" width="300" height="204" /></a></p>
<p>Now you need to place a Text Field or Expression Box on your form and build a formula for the field.</p>
<p><a href="http://jimirig.com/files/2010/01/IP-Prop1.PNG"><img class="aligncenter size-medium wp-image-2324" title="IP-Prop1" src="http://jimirig.com/files/2010/01/IP-Prop1-279x300.PNG" alt="IP-Prop1" width="279" height="300" /></a></p>
<p style="text-align: left;">Next to the Value input select the &#8220;fx&#8221; symbol to create a formula. You will need to type in <strong>max(</strong> and then select &#8220;Instert Group or Field and browse to the secondary data connection source and drop down until you find the ID and press ok.<a href="http://jimirig.com/files/2010/01/IP-Prop2.PNG"><img class="size-medium wp-image-2325 aligncenter" title="IP-Prop2" src="http://jimirig.com/files/2010/01/IP-Prop2-262x300.PNG" alt="IP-Prop2" width="262" height="300" /></a></p>
<p style="text-align: left;"><a href="http://jimirig.com/files/2010/01/IP-Prop3.PNG"><img class="aligncenter size-medium wp-image-2331" title="IP-Prop3" src="http://jimirig.com/files/2010/01/IP-Prop3-300x201.PNG" alt="IP-Prop3" width="300" height="201" /></a></p>
<p style="text-align: left;">Finish the formula by adding <strong>)+1 </strong>so the whole formula should read <strong>max(@ID)+1</strong>. Press OK and OK again to close the properties of the field. Publish your form and open the form to test.</p>
<p><strong>(Note: The library needs to have at least 1 item in the library in order for the ID to be generated. The first form will get a &#8220;null&#8221; response.)</strong></p>


<p>Related posts:<ol><li><a href='http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/' rel='bookmark' title='Permanent Link: TIP: Save an InfoPath Form in SharePoint'>TIP: Save an InfoPath Form in SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimirig.com/2010/01/unique-id-in-infopath-using-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIP: Save an InfoPath Form in SharePoint</title>
		<link>http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/</link>
		<comments>http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:08:16 +0000</pubDate>
		<dc:creator>cory</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Save]]></category>

		<guid isPermaLink="false">http://jimirig.com/?p=1789</guid>
		<description><![CDATA[InfoPath is a great solution, that not many people are really familiar with to electronically save forms on a computer, network folder, or in a content management system like SharePoint. Here are some instructions on using a sample from InfoPath and adding a save button to save into SharePoint. Start with your InfoPath Form. Modify [...]


Related posts:<ol><li><a href='http://jimirig.com/2010/01/unique-id-in-infopath-using-sharepoint/' rel='bookmark' title='Permanent Link: Unique ID in InfoPath Using SharePoint'>Unique ID in InfoPath Using SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-803" src="http://jimirig.com/files/2009/09/infopath_logo1.jpg" alt="infopath_logo[1]" width="292" height="69" /></p>
<p>InfoPath is a great solution, that not many people are really familiar with to electronically save forms on a computer, network folder, or in a content management system like SharePoint. Here are some instructions on using a sample from InfoPath and adding a save button to save into SharePoint.</p>
<p>Start with your InfoPath Form. Modify anything or start from scratch. For this we used the sample status report that ships with InfoPath. Other free templates can be found at <a title="Microsoft Office Online" href="http://office.microsoft.com" target="_blank">Microsoft Office Online</a>.</p>
<div id="attachment_1790" class="wp-caption aligncenter" style="width: 377px"><a href="http://jimirig.com/files/2009/09/IP_Save1.PNG"><img class="size-full wp-image-1790" src="http://jimirig.com/files/2009/09/IP_Save1.PNG" alt="IP_Save1" width="367" height="445" /></a><p class="wp-caption-text">Sample Status InfoPath Form</p></div>
<p style="text-align: center">
<p>Place a save or submit button accordingly and right click on the button to set the properties. There are two ways to submit a form into SharePoint without the use to code. One is to just submit the form, two is using Rules. For this exercise we will just use submit. Rules and conditions apply more for advanced vallidations, and other actions upon submission like open a different form etc. Select Submit in the drop down and click on the Submit Options button.</p>
<div id="attachment_1792" class="wp-caption aligncenter" style="width: 472px"><a href="http://jimirig.com/files/2009/09/IP_Save2.PNG"><img class="size-full wp-image-1792" src="http://jimirig.com/files/2009/09/IP_Save2.PNG" alt="IP_Save2" width="462" height="340" /></a><p class="wp-caption-text">InfoPath Submit Button Properties</p></div>
<p style="text-align: center">
<p>Next you will need to enable the form to be submitted and then select SharePoint Document Library in the drop down list. Then click Add, to add a data connection for the form.</p>
<div id="attachment_1793" class="wp-caption aligncenter" style="width: 423px"><a href="http://jimirig.com/files/2009/09/IP_Save3.PNG"><img class="size-full wp-image-1793" src="http://jimirig.com/files/2009/09/IP_Save3.PNG" alt="IP_Save3" width="413" height="362" /></a><p class="wp-caption-text">InfoPath Submit Button Options</p></div>
<p style="text-align: center">
<p>After clicking add you will be asked to point to a document library for the form to be saved. At this point, since you haven&#8217;t already published the form, the libray probably doesn&#8217;t exist so you will need to go into SharePoint and add a new form library.</p>
<div id="attachment_1794" class="wp-caption aligncenter" style="width: 369px"><a href="http://jimirig.com/files/2009/09/ip_create_library.png"><img class="size-full wp-image-1794" src="http://jimirig.com/files/2009/09/ip_create_library.png" alt="ip_create_library" width="359" height="441" /></a><p class="wp-caption-text">Create a SharePoint Form Library</p></div>
<p style="text-align: center">
<p>Back to InfoPath, enter the name of the form library (full URL &#8211; http://domain/Form%20Library/) and then you will need to change the name of the form. By default the program chooses &#8220;Form.&#8221; This doesn&#8217;t work for multiple forms. So let&#8217;s concat a name based on information from the form. Click on the button to the right and you are prompted to enter fields, or formulas. We will concat a formula.</p>
<div id="attachment_1795" class="wp-caption aligncenter" style="width: 382px"><a href="http://jimirig.com/files/2009/09/IP_Save4.PNG"><img class="size-full wp-image-1795" src="http://jimirig.com/files/2009/09/IP_Save4.PNG" alt="IP_Save4" width="372" height="250" /></a><p class="wp-caption-text">Concat Name Formula</p></div>
<p style="text-align: center">
<p>Click OK and you will be back to the wizard and your naming convention will be in the name field. You should also check the box to Allow overwrite.</p>
<div id="attachment_1796" class="wp-caption aligncenter" style="width: 663px"><a href="http://jimirig.com/files/2009/09/IP_Save5.PNG"><img class="size-full wp-image-1796" src="http://jimirig.com/files/2009/09/IP_Save5.PNG" alt="IP_Save5" width="653" height="448" /></a><p class="wp-caption-text">InfoPath Data Connection Wizard</p></div>
<p style="text-align: center">
<p>Click Next and Finish. You have now created a new data connection for your form. Click OK until you are back at your form. Now it is time to Publish to SharePoint. Click File from the top menu bar, and the publishing wizard will open.</p>
<div id="attachment_1797" class="wp-caption aligncenter" style="width: 411px"><a href="http://jimirig.com/files/2009/09/IP_Save6.png"><img class="size-full wp-image-1797" src="http://jimirig.com/files/2009/09/IP_Save6.png" alt="IP_Save6" width="401" height="547" /></a><p class="wp-caption-text">Publish InfoPath</p></div>
<p style="text-align: center">
<div id="attachment_1798" class="wp-caption aligncenter" style="width: 608px"><a href="http://jimirig.com/files/2009/09/IP_Save7.PNG"><img class="size-full wp-image-1798" src="http://jimirig.com/files/2009/09/IP_Save7.PNG" alt="IP_Save7" width="598" height="456" /></a><p class="wp-caption-text">InfoPath Publishing Wizard</p></div>
<p style="text-align: center">
<p>If you haven&#8217;t saved your form at this point InfoPath will prompt you to save. Here you will select that you want to publish to a SharePoint server and click next. Enter the URL to the form library that you wish to save the form to and click next.The next screen you will need to select document library, and hit next. It is OK to leave the check box for Form Services checked if you are running Form Services. Next you want to update an exisiting form library. Select the appropriate library and hit next. Then hit next and then Publish.</p>
<div id="attachment_1801" class="wp-caption aligncenter" style="width: 615px"><a href="http://jimirig.com/files/2009/09/IP_Save8.PNG"><img class="size-full wp-image-1801" src="http://jimirig.com/files/2009/09/IP_Save8.PNG" alt="IP_Save8" width="605" height="459" /></a><p class="wp-caption-text">InfoPath Publishing Wizard</p></div>
<p style="text-align: center">
<p>After the form is successfully published go ahead and give it a test. Using InfoPath you can simply click preview at the top or go into SharePoint and click new in your document library. After saving the form you should have something like this in SharePoint.</p>
<p style="text-align: center"><a href="http://jimirig.com/files/2009/09/IP_Save9.PNG"><img class="size-full wp-image-1804 aligncenter" src="http://jimirig.com/files/2009/09/IP_Save9.PNG" alt="IP_Save9" width="696" height="130" /></a></p>
<p>Have fun!</p>


<p>Related posts:<ol><li><a href='http://jimirig.com/2010/01/unique-id-in-infopath-using-sharepoint/' rel='bookmark' title='Permanent Link: Unique ID in InfoPath Using SharePoint'>Unique ID in InfoPath Using SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Workflow &#8211; Part 1</title>
		<link>http://jimirig.com/2009/08/sharepoint-workflow-part-1/</link>
		<comments>http://jimirig.com/2009/08/sharepoint-workflow-part-1/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 23:00:36 +0000</pubDate>
		<dc:creator>cory</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://jimirig.com/?p=1631</guid>
		<description><![CDATA[After reading several articles about the built-in Workflow in SharePoint, I wanted to reach out and set a more advanced example. Many articles always state the obvious approval workflow, or check in/out. Well there is much more that can be done with ease. Why other authors do not discuss these, I don&#8217;t know, lack of [...]


Related posts:<ol><li><a href='http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/' rel='bookmark' title='Permanent Link: TIP: Save an InfoPath Form in SharePoint'>TIP: Save an InfoPath Form in SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
<li><a href='http://jimirig.com/2010/01/unique-id-in-infopath-using-sharepoint/' rel='bookmark' title='Permanent Link: Unique ID in InfoPath Using SharePoint'>Unique ID in InfoPath Using SharePoint</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After reading several articles about the built-in Workflow in SharePoint, I wanted to reach out and set a more advanced example. Many articles always state the obvious approval workflow, or check in/out. Well there is much more that can be done with ease. Why other authors do not discuss these, I don&#8217;t know, lack of knowledge, who knows. So here we go.</p>
<p>1. Using workflow with data in a document or form library.</p>
<div id="attachment_1633" class="wp-caption alignright" style="width: 310px"><a href="http://jimirig.com/files/2009/09/ArtType1.png"><img class="size-medium wp-image-1633" src="http://jimirig.com/files/2009/09/ArtType1-300x181.png" alt="Custom Column for Article Type" width="300" height="181" /></a><p class="wp-caption-text">Custom Column for Article Type</p></div>
<p>When storing a document in SharePoint, by default there is not any meta-data entered. These have to be configured with custom columns. Not a difficult ordeal. Simply create a document library, and add columns to the library. Now when you upload a document you will be asked to enter the information pertaining to the document.</p>
<p>So now you can select a type of article like Customer, Management, HR, etc. This tells users more information about that document without opening it. You can add as many columns as needed to describe the data. This also creates more content for the search to index, better qualifying your document for best results.</p>
<p>Now once you have selected a type you now have data to work with. Using <a title="SharePoint Designer Homepage - Microsoft" href="http://office.microsoft.com/en-us/sharepointdesigner/FX100487631033.aspx" target="_blank">SharePoint Designer</a> you can create a workflow for that library. You can make this workflow react based on that information. For example, when a document is uploaded and the article type is HR, then you can start an approval process only to HR, or whomever is selected in the data. A workflow can also write the data associated with the file if that is needed.</p>
<p>If this were an InfoPath form you would add the columns in the InfoPath publishing wizard.</p>
<div id="attachment_1634" class="wp-caption alignright" style="width: 298px"><a href="http://jimirig.com/files/2009/09/ArtType2.PNG"><img class="size-medium wp-image-1634" src="http://jimirig.com/files/2009/09/ArtType2-288x300.PNG" alt="Document Properties" width="288" height="300" /></a><p class="wp-caption-text">Document Properties</p></div>
<p>Instead of uploading you can use your own document template living in SharePoint. Notice what happens in Word when you create a new document directly from SharePoint. You have the option of completing these fields directly in Word and they will be published into SharePoint with the document when it is saved. Requirements can also be configured in SharePoint.</p>
<p><span style="color: #ff0000">***Caution &#8211; If a workflow is enabled using this information variables must be set in the workflow to guarantee that the document is complete and ready for the process to start. Even creating a column that must be checked for the workflow to start would be sufficient.</span></p>
<p><span style="color: #ff0000"><span style="color: #000000">2. Manipulating data in SharePoint Lists</span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">One of the nice features of SharePoint is the ability to create your own custom lists. This is a very simplified usage of forms without using InfoPath. It has many limitations however that we don&#8217;t need to discuss. We will go ahead and use a guestbook list as an example here. This guestbook will be for a wedding and we will have thank you emails sent automatically 7 days after the wedding. </span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000"> </span></span></p>
<div id="attachment_1639" class="wp-caption alignright" style="width: 285px"><a href="http://jimirig.com/files/2009/09/EmailDate.PNG"><img class="size-medium wp-image-1639" src="http://jimirig.com/files/2009/09/EmailDate-275x300.PNG" alt="Custom Calculated Formula" width="275" height="300" /></a><p class="wp-caption-text">Custom Calculated Formula</p></div>
<p>Start by creating a custom list in SharePoint. &#8220;Title&#8221; is a default column name in SharePoint, and can be changed to a different name on the list. We will change that to Last Name and create several other colums, First Name, Relationship (drop down list), email address, and guest names. Additionally we will need to create a calculated value column which reads:</p>
<blockquote><p><span style="color: #ff0000"><span style="color: #000000">=Modified+&#8221;7&#8243;</span></span></p></blockquote>
<p><span style="color: #ff0000"><span style="color: #000000">This formula will make a date that is 7 days after the modified date.</span></span></p>
<div id="attachment_1637" class="wp-caption alignright" style="width: 310px"><a href="http://jimirig.com/files/2009/09/GuestDemo1.PNG"><img class="size-medium wp-image-1637" src="http://jimirig.com/files/2009/09/GuestDemo1-300x197.PNG" alt="New Guest List" width="300" height="197" /></a><p class="wp-caption-text">New Guest List</p></div>
<p>Your list should look something like the image to the right. Now open SharePoint Designer and create a new worflow. Set the condtion to be a compaison of data and set as Email Date is equal to Today. This will make the workflow wait to send email until then.</p>
<p>The action needs to be set to email a message. The &#8220;To:&#8221; field is the email address entered in the form. You can even get creative with the names. Remember the guest names that were asked to be entered? Well you can set an else if condition also which states that if the guest name field is not empty to send a different message which would include all the names in the greeting.</p>
<div id="attachment_1640" class="wp-caption alignright" style="width: 310px"><a href="http://jimirig.com/files/2009/09/EmailCompare.PNG"><img class="size-medium wp-image-1640" src="http://jimirig.com/files/2009/09/EmailCompare-300x240.PNG" alt="Workflow Conditons" width="300" height="240" /></a><p class="wp-caption-text">Workflow Conditons</p></div>
<p>These are two very simple examples of uses with SharePoint workflow. Many other functions are available without writing code. All of these features can be used to create many different applications for SharePoint like a support ticket system, remiders and more. Many of these are never mentioned and should be.</p>
<p>Advanced? Check out the things you can do with adding a third party workflow solution like <a title="K2 Workflow" href="http://jimirig.com/solutions/workflow/k2-workflow/">K2 BlackPearl</a>!</p>
<p>Part 2 of SharePoint Workflow next week!</p>


<p>Related posts:<ol><li><a href='http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/' rel='bookmark' title='Permanent Link: TIP: Save an InfoPath Form in SharePoint'>TIP: Save an InfoPath Form in SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
<li><a href='http://jimirig.com/2010/01/unique-id-in-infopath-using-sharepoint/' rel='bookmark' title='Permanent Link: Unique ID in InfoPath Using SharePoint'>Unique ID in InfoPath Using SharePoint</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimirig.com/2009/08/sharepoint-workflow-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Save with InfoPath and SharePoint</title>
		<link>http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/</link>
		<comments>http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:09:33 +0000</pubDate>
		<dc:creator>cory</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://jimirig.com/?p=1590</guid>
		<description><![CDATA[All businesses use paper in one way or another for purchasing, receipts, orders, time sheets. These forms are usually custom printed with a logo, and pertaining information for that company. Some of these forms once they are completed are either stored in a box or manually entered into a computer. Why not just knock out [...]


Related posts:<ol><li><a href='http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/' rel='bookmark' title='Permanent Link: TIP: Save an InfoPath Form in SharePoint'>TIP: Save an InfoPath Form in SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
<li><a href='http://jimirig.com/2009/06/workflow-what-is-it/' rel='bookmark' title='Permanent Link: Workflow. What is it?'>Workflow. What is it?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>All businesses use paper in one way or another for purchasing, receipts, orders, time sheets. These forms are usually custom printed with a logo, and pertaining information for that company. Some of these forms once they are completed are either stored in a box or manually entered into a computer. Why not just knock out 90% of that hassle and have the forms digital from the start. Not only will you save money from buying paper, you will also be one step closer to being a greener company which is a big deal these days.</p>
<p><div id="attachment_1591" class="wp-caption alignright" style="width: 210px"><a href="http://jimirig.com/files/2009/09/010785051.gif"><img class="size-medium wp-image-1591 " src="http://jimirig.com/files/2009/09/010785051-286x300.gif" alt="Microsoft Office InfoPath Absence Request" width="200" height="210" /></a><p class="wp-caption-text">Microsoft Office InfoPath Absence Request</p></div>Several options are available right off the bat without really having to have some professional design help. <a title="Microsoft Office Online Templates" href="http://office.microsoft.com/en-us/templates/FX100595491033.aspx?pid=CL100632981033" target="_blank">Microsoft Office</a> has many contributed templates that others have submitted available to download for free. Some of these templates are word orders, time sheets, asset tracking, etc. Adding your logo is very simple. Microsoft has made InfoPath very simple to use for the basic functions. If you can use Microsoft Word, then you can customize basic features of InfoPath. Once this form is filled out it can be saved and sent where it needs to go via email or folder share.</p>
<p>More advanced option would be to save the form directly in SharePoint. Speaking of SharePoint, what about a simple Punch In/Out site on MOSS or WSS where employees just go to a site on your intranet and click a button. When the day is done, go back to the site, click punch out, and supply information if needed. Let SharePoint calculate the time spent on the job. SharePoint knows who is visiting the page so there is no need to identify the employee. You can also just simply create a custom list in SharePoint where a user enters the required information.</p>
<p>An even more advanced option for larger organizations is to build custom forms for orders, time sheets, and others that are stored in SharePoint and require an approval process. Many of which could be attached to a workflow to automate the process. For example when a time sheet is submitted for approval, it is sent automatically to the manager, and then once approved there all the time is recorded in SharePoint and payroll only has to verify the information and get a check completed.</p>
<p>There are many different variables that can be programed to ease business. Many of which only need to be done once and then they run for years so the overhead is very low and the ROI is very high due to maintenance. This also increases the time spent everyday doing business. Instead of manually taking down all the information for an order and then walking over and faxing or handing over to another person, have a computer do it instantly for each order. That saves a huge amount of time and money for business owners.</p>
<p>Find out more by looking at our <a title="Jimirig Solutions" href="http://jimirig.com/solutions/">solutions</a> or <a title="Contact Jimirig" href="http://jimirig.com/contact/">contact us</a> for more details.</p>


<p>Related posts:<ol><li><a href='http://jimirig.com/2009/09/tip-save-an-infopath-form-in-sharepoint/' rel='bookmark' title='Permanent Link: TIP: Save an InfoPath Form in SharePoint'>TIP: Save an InfoPath Form in SharePoint</a></li>
<li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
<li><a href='http://jimirig.com/2009/06/workflow-what-is-it/' rel='bookmark' title='Permanent Link: Workflow. What is it?'>Workflow. What is it?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workflow. What is it?</title>
		<link>http://jimirig.com/2009/06/workflow-what-is-it/</link>
		<comments>http://jimirig.com/2009/06/workflow-what-is-it/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:41:56 +0000</pubDate>
		<dc:creator>cory</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[BlackPearl]]></category>

		<guid isPermaLink="false">http://jimirig.com/?p=1041</guid>
		<description><![CDATA[Written by: Cory (cory@jimirig.com) Recently I was searching the web for workflow and found many different types. Workflow is automation to be plain and simple. Think of it sort of like an assembly line, different parts get put together by a machine and then BAM! you have a finished product or process. Adobe has workflow, [...]


Related posts:<ol><li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
<li><a href='http://jimirig.com/2009/07/free-consultation-in-august/' rel='bookmark' title='Permanent Link: Free consultation in August'>Free consultation in August</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Written by: Cory (<a title="Email Cory" href="mailto:cory@jimirig.com?subject=Workflow. What is it?">cory@jimirig.com</a>)</p>
<p>Recently I was searching the web for workflow and found many different types. Workflow is automation to be plain and simple. Think of it sort of like an assembly line, different parts get put together by a machine and then BAM! you have a finished product or process. Adobe has workflow, Microsoft, IBM, K2, and they all serve a different purpose. Here at Jimirig, we specialize in <a title="Windows Worflow" href="http://jimirig.com/?page_id=553">Microsoft workflows</a>, and <a title="K2 BlackPearl Workflow" href="http://jimirig.com/?page_id=555">K2 workflow</a>, using <a title="Microsoft Office SharePoint" href="http://jimirig.com/?page_id=547">Microsoft SharePoint</a> and <a title="Microsoft Office InfoPath" href="http://jimirig.com/?page_id=548">Microsoft InfoPath</a>. The way that we use it is for business process automation. We aren&#8217;t building cars. Business workflows are organzied to streamline some activities in business and create more effiecient processes. Workflows can also be designed to make business decisions. An example of that would be purchase orders, if the requested amount is less than $10,000.00, approve, if more, notify a manager for approval. That is a very simple example since the technology can do much more.</p>
<p>Some businesses depending on that they do could use a different technology to achieve efficiency. Some may be fine just using SharePoint workflows, which can do many things with documents, lists, etc. Document approvals, email notification, retention. Others may need more &#8220;umph&#8221; for the process and may use more advanced workflow built on the Micrsoft Windows Worfkflow Foundation in .Net or K2 BlackPearl for even more robust workflows which can tap into different systems like SharePoint, BizTalk, SAP, or Oracle. All depends on the situation. Workflow is still a young technology so-to-speak even though it has been around for quite some time.</p>
<blockquote>
<h3 id="siteSub" style="color: black;background-color: initial;font-weight: normal;margin-top: 0px;margin-right: 0px;margin-bottom: 0.3em;margin-left: 0px;padding-top: 0.5em;padding-bottom: 0.17em;border-bottom-width: initial;border-bottom-style: none;border-bottom-color: initial;font-size: 12px">From Wikipedia, the free encyclopedia</h3>
<p style="margin-top: 0.4em;margin-right: 0px;margin-bottom: 0.5em;margin-left: 0px;line-height: 1.5em">A <strong><a title="Workflow on Wikipedia" href="http://en.wikipedia.org/wiki/Workflow" target="_blank">workflow</a></strong> is a depiction of a sequence of operations, declared as work of a person, work of a simple or complex mechanism, work of a group of persons,<sup>[1<span>]</span></sup> work of an organization of staff, or machines. Workflow may be seen as any abstraction of real work, segregated in workshare, work split or whatever types of ordering. For control purposes, workflow may be a view on real work under a chosen aspect,<sup>[2]</sup> thus serving as a virtual representation of actual work. The flow being described often refers to a document that is being transferred from one step to another.</p>
<p style="margin-top: 0.4em;margin-right: 0px;margin-bottom: 0.5em;margin-left: 0px;line-height: 1.5em">A workflow is a model to represent real work for further assessment, e.g., for describing a reliably repeatable sequence of operations. More abstractly, a workflow is a pattern of activity enabled by a systematic organization of resources, defined roles and mass, energy and information flows, into a<em>work process</em> that can be documented and learned.<sup>[3<span>]</span></sup><sup><span>[</span>4<span>]</span></sup> Workflows are designed to achieve processing intents of some sort, such as physical transformation, service provision, or information processing.</p>
<p style="margin-top: 0.4em;margin-right: 0px;margin-bottom: 0.5em;margin-left: 0px;line-height: 1.5em">Workflow concepts are closely related to other concepts used to describe organizational structure, such as silos, functions, teams, projects, policies and hierarchies. Workflows may be viewed as one primitive building block of organizations. The relationships among these concepts are described later in this entry.</p>
<p style="margin-top: 0.4em;margin-right: 0px;margin-bottom: 0.5em;margin-left: 0px;line-height: 1.5em">The term <em>workflow</em> is used in computer programming to capture and develop human to machine interaction. Workflow (management) software aims to provide end users with an easier way to orchestrate or describe complex processing of data in a visual form, much like flow charts but without the need to understand computers or programming.</p>
<p style="margin-top: 0.4em;margin-right: 0px;margin-bottom: 0.5em;margin-left: 0px;line-height: 1.5em">
</blockquote>
<p style="margin-top: 0.4em;margin-right: 0px;margin-bottom: 0.5em;margin-left: 0px;line-height: 1.5em">


<p>Related posts:<ol><li><a href='http://jimirig.com/2009/08/sharepoint-workflow-part-1/' rel='bookmark' title='Permanent Link: SharePoint Workflow &#8211; Part 1'>SharePoint Workflow &#8211; Part 1</a></li>
<li><a href='http://jimirig.com/2009/08/save-with-infopath-and-sharepoint/' rel='bookmark' title='Permanent Link: Save with InfoPath and SharePoint'>Save with InfoPath and SharePoint</a></li>
<li><a href='http://jimirig.com/2009/07/free-consultation-in-august/' rel='bookmark' title='Permanent Link: Free consultation in August'>Free consultation in August</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimirig.com/2009/06/workflow-what-is-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
