<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Michael&#039;s R3 Business Solution&#039;s Blog</title>
	<atom:link href="http://michaelr3bsolutions.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelr3bsolutions.wordpress.com</link>
	<description>Building applications for SharePoint</description>
	<lastBuildDate>Mon, 03 May 2010 20:09:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='michaelr3bsolutions.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f1737bd0e79fe3aa8d0adc6ee6008d1c?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Michael&#039;s R3 Business Solution&#039;s Blog</title>
		<link>http://michaelr3bsolutions.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://michaelr3bsolutions.wordpress.com/osd.xml" title="Michael&#039;s R3 Business Solution&#039;s Blog" />
	<atom:link rel='hub' href='http://michaelr3bsolutions.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Focusing the User on Information Specific to them &#8211; Part 3</title>
		<link>http://michaelr3bsolutions.wordpress.com/2010/05/03/focusing-the-user-on-information-specific-to-them-part-3/</link>
		<comments>http://michaelr3bsolutions.wordpress.com/2010/05/03/focusing-the-user-on-information-specific-to-them-part-3/#comments</comments>
		<pubDate>Mon, 03 May 2010 20:09:02 +0000</pubDate>
		<dc:creator>michaelr3bs</dc:creator>
				<category><![CDATA[CorasWorks]]></category>
		<category><![CDATA[R3 Business Solutions]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Applications]]></category>
		<category><![CDATA[Time-Off]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SharePoint Design]]></category>

		<guid isPermaLink="false">http://michaelr3bsolutions.wordpress.com/?p=64</guid>
		<description><![CDATA[Introduction In Part 2, I talked about the power of Snaplets.  Snaplets are self contained components that carry with them all of the business functionality of forms, displays, access to data, and end-user actions.  They can be distributed and consumed by end-users without configuration. And because they are centrally configured and managed, the application owner [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=64&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>In Part 2, I talked about the power of Snaplets.  Snaplets are self contained components that carry with them all of the business functionality of forms, displays, access to data, and end-user actions.  They can be distributed and consumed by end-users without configuration. And because they are centrally configured and managed, the application owner can make a change, and that change will automatically updated wherever the Snaplet is used. </p>
<p>In part 3, I will discuss how to build a Snaplet using CorasWorks Global Links, Central Views and Actions.  We will use the My Time-Off Requests Snaplet as an example.  When added to a page within your SharePoint environment, this Snaplet will allow the logged in user to see the status of their time-off requests, create new ones, or work with existing ones:</p>
<p style="text-align:center;"><a href="http://michaelr3bsolutions.files.wordpress.com/2010/05/image12.jpg"><img class="size-full wp-image-75    aligncenter" title="Image1" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image12.jpg?w=450&#038;h=165" alt="" width="450" height="165" /></a></p>
<p><strong>Key Concepts</strong></p>
<p>In order to being to understand how to build Snaplets, there are several key concepts you should be familiar with:</p>
<p>Global Links</p>
<p>Global links are a feature that simplifies the process of naming and maintaining a reference to a URL. It is simply an entry in a list that is comprised of a name and URL. Once created, a global link can be used whenever you want to reference a location where an application or list is located.  The global link is used to tell the Snaplet where it can find the information it needs. If the application or list is moved, simply update the Global Link with the new URL, and automatically any view or action that uses the Global Link will automatically be updated. The Time-Off Request application uses a global link called [R3 Time-Off Request] which stores the URL of where the application is located. We will be referencing the global link when building our central views and actions</p>
<p>Central Views</p>
<p>Central Views are used to create and maintain CorasWorks views that can be shared by multiple data or navigation displays throughout your environment.  They are saved to a library and then made available for use in a display.  The advantage of using central views is that when you change a central view, any display that is using that view will automatically be updated. When configuring our Central View we will be referencing the Global Link [R3 Time-Off Request].</p>
<p><strong>Configuring a Snaplet</strong></p>
<p>Step 1 &#8211; Creating a Global Link</p>
<p>The first step is to create a global link for the Time-Off application. From the Site Settings page, use the Global Links Manager to create the global link [R3 Time-Off Request] and add the URL of where the Time-Off application is located.</p>
<p style="text-align:center;"><a href="http://michaelr3bsolutions.files.wordpress.com/2010/05/image21.jpg"><img class="aligncenter size-full wp-image-76" title="Image2" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image21.jpg?w=450&#038;h=116" alt="" width="450" height="116" /></a></p>
<p>Once created, we will use the global link when we build our Actions and Central Views.</p>
<p>Step 2 &#8211; Creating our Actions</p>
<p>We will now use the Actions Wizard to create the Actions which will part of the Snaplet. In this example we will be creating the action to allow a user to create a new time-off request.  When creating the action, we will specify the Model List by using the Specify Site and substituting the Global Link.  The action will use the Global Link to know where the model list is located:</p>
<p style="text-align:center;"> <a href="http://michaelr3bsolutions.files.wordpress.com/2010/05/image31.jpg"><img class="aligncenter size-full wp-image-77" title="Image3" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image31.jpg?w=450&#038;h=235" alt="" width="450" height="235" /></a></p>
<p>Set the Data Source Selection to Static. This means that whenever the end user works here, they will use the centrally configured actions:</p>
<p style="text-align:center;"><a href="http://michaelr3bsolutions.files.wordpress.com/2010/05/image41.jpg"><img class="aligncenter size-full wp-image-78" title="Image4" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image41.jpg?w=450" alt=""   /></a></p>
<p style="text-align:left;">From that point on, configure the action as you normally would.</p>
<p>Step 3 &#8211; Creating the display for the Snaplet</p>
<p style="text-align:left;">We will use the Central Views Wizard to create our central view.  In this case we will call it My Time-Off Request.  Select the display type as grid. Once the central view is named and the display type is selected, the View Display Wizard will appear.  It works almost exactly like a local display wizard does. When we configure the central view, we will be substituting the global link in several key places. </p>
<p>For the Model List, use Specify Site and enter the Global Link:</p>
<p style="text-align:center;"><a href="http://michaelr3bsolutions.files.wordpress.com/2010/05/image61.jpg"></a></p>
<p style="text-align:center;"> <img title="Image5" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image51.jpg?w=450&#038;h=323" alt="" width="450" height="323" /></p>
<p style="text-align:left;">When selecting the Sites, use the Other Sites and enter the global link:</p>
<p style="text-align:center;"><img title="Image6" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image61.jpg?w=450&#038;h=118" alt="" width="450" height="118" /> </p>
<p style="text-align:center;"> </p>
<p>When adding actions to the central view, use the global link to point to the location where the action library is stored:</p>
<p style="text-align:center;"><img title="Image7" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image71.jpg?w=450&#038;h=173" alt="" width="450" height="173" /> </p>
<p style="text-align:left;">Any other configuration options are built exactly the same way as when using the local Display Wizard.</p>
<p>Step 4 &#8211; Creating a display that uses the central view</p>
<p>Once created, the Central View can be used in any similar display.  To associate the My Time-Off Request Central View, add a grid display to a page.  Instead of creating a local view, select Attach a Central View. Specify the central view location by using the global link [R3 Time-Off Request]. Then select the My Time-Off Requests central view and click on Add Reference:</p>
<p style="text-align:center;"><a href="http://michaelr3bsolutions.files.wordpress.com/2010/05/image81.jpg"><img class="aligncenter size-full wp-image-82" title="Image8" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image81.jpg?w=450" alt=""   /></a> </p>
<p>Once you&#8217;ve associated your central view, click Apply and then the Views.  You should see your Associated Central View:</p>
<p style="text-align:center;"><a href="http://michaelr3bsolutions.files.wordpress.com/2010/05/image91.jpg"><img class="aligncenter size-full wp-image-83" title="Image9" src="http://michaelr3bsolutions.files.wordpress.com/2010/05/image91.jpg?w=450&#038;h=72" alt="" width="450" height="72" /></a></p>
<p>If someone accesses the Display Wizard and tried to modify the view, they will be notified that the properties of the view are Read Only.</p>
<p>Step 5 &#8211; Saving the Snaplet to the Web Part Gallery</p>
<p>Once the grid display is configured to use the My Time-Off Requests Central View, the web part can be saved to the Web Part Gallery by clicking on the Save to Web Part Gallery link. Once the Snaplet is saved to the gallery, it is available to be added to any page within your SharePoint environment.</p>
<p><strong>Conclusion</strong></p>
<p>If at any point the Snaplet needs to be changed, simply open the Snaplets central view using the Central View Wizard and update the view. You can change how the display looks, or even add additional actions.</p>
<p>Although in the example, our Snaplet only contains a single view, it can actually contain an unlimited number of views.  The only criteria are that they all must be the same display type.</p>
<p>Snaplets are a great way to allow users views and work with information anywhere they wish.  And because they are centrally configured and managed, they will save you a lot of time and effort whenever you wish to make a change.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelr3bsolutions.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelr3bsolutions.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelr3bsolutions.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelr3bsolutions.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/michaelr3bsolutions.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/michaelr3bsolutions.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/michaelr3bsolutions.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/michaelr3bsolutions.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelr3bsolutions.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelr3bsolutions.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelr3bsolutions.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelr3bsolutions.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelr3bsolutions.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelr3bsolutions.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=64&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelr3bsolutions.wordpress.com/2010/05/03/focusing-the-user-on-information-specific-to-them-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/171ae22765a389d6b2e2251a461e8069?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelr3bs</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image12.jpg" medium="image">
			<media:title type="html">Image1</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image21.jpg" medium="image">
			<media:title type="html">Image2</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image31.jpg" medium="image">
			<media:title type="html">Image3</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image41.jpg" medium="image">
			<media:title type="html">Image4</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image51.jpg" medium="image">
			<media:title type="html">Image5</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image61.jpg" medium="image">
			<media:title type="html">Image6</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image71.jpg" medium="image">
			<media:title type="html">Image7</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image81.jpg" medium="image">
			<media:title type="html">Image8</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/05/image91.jpg" medium="image">
			<media:title type="html">Image9</media:title>
		</media:content>
	</item>
		<item>
		<title>Focusing the User on Information Specific to Them &#8211; Part 2</title>
		<link>http://michaelr3bsolutions.wordpress.com/2010/04/13/focusing-the-user-on-information-specific-to-them-part-2/</link>
		<comments>http://michaelr3bsolutions.wordpress.com/2010/04/13/focusing-the-user-on-information-specific-to-them-part-2/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:31:40 +0000</pubDate>
		<dc:creator>michaelr3bs</dc:creator>
				<category><![CDATA[CorasWorks]]></category>
		<category><![CDATA[R3 Business Solutions]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Applications]]></category>
		<category><![CDATA[SharePoint Design]]></category>
		<category><![CDATA[Time-Off]]></category>

		<guid isPermaLink="false">http://michaelr3bsolutions.wordpress.com/?p=56</guid>
		<description><![CDATA[Organizations are starting to build and deploy business applications within their SharePoint environment. Once deployed, these applications are available to users within a single department or across the entire organization. Users navigate to the application and access specific features based on what they need to do. For example, R3 Business Solutions (R3BS) publishes a Time-Off Request [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=56&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Organizations are starting to build and deploy business applications within their SharePoint environment. Once deployed, these applications are available to users within a single department or across the entire organization. Users navigate to the application and access specific features based on what they need to do. For example, R3 Business Solutions (R3BS) publishes a Time-Off Request Management application. The application allows employees to create time-off requests. They submit their requests to a manager who reviews and approves the request. The application would typically be installed and managed by the HR department. The assumption is that there would be one or more administrators in the HR Department who would be working in the application and be responsible for managing it. End-users would go to the application to add a new request or check on the status of an existing one. Their manager would need to go to the application to review and approve the requests they are assigned. Both groups of users would need to be familiar with the application in order to access a particular feature. And because there would be information that shouldn&#8217;t be available to them, individual pages or lists would need to be secured.  In any case, users would be working in the application.</p>
<p>However, in a distributed work environment such as SharePoint there may be a better way. Imagine if you could distribute features of the Time-Off Request Management application across your SharePoint environment. End-users would be able to add new requests and check the status of existing requests from wherever they work within SharePoint, such as a My Site or departmental dashboard. Managers would be able to see all of the requests they need to approve from where they work as well. They would have access to the same features just as if they were working in the actual application, but would never have to actually go to the application. This can be accomplished by building and deploying Snaplets.</p>
<p>Snaplets are self contained components that carry with them all of the business functionality of forms, displays, access to data, and end-user actions. Snaplets give the ability to distribute functionality outside of the application. This technology allows you to create pre-configured web parts that are specific to a task. They can then be distributed and consumed by end-users without configuration. Additionally, they are centrally configured and managed by the application owner. This means that the application owner can make a single change within the application and the distributed Snaplets will change without having to touch the UI where they are deployed.</p>
<p>As an example, the Time-Off Request Management application comes with four Snaplets:</p>
<ul>
<li>My Time-Off Requests &#8211; shows the currently logged in user the status of their requests along with actions to create and submit requests</li>
<li>Time-Off Requests Assigned To Me &#8211; shows the currently logged in user those requests that are assigned to them for review along with actions to approve or reject the request</li>
<li>Shared Time-Off Calendar &#8211; shows a calendar view of approved time-off requests</li>
<li>Approved Time-Off Requests Chart Report &#8211; Shows a chart of approved time-off requests organized by type of request and the person who made the request</li>
</ul>
<p>These Snaplets can be added to any page within your SharePoint environment. They work exactly the same as if the user was actually in the application. And because they are centrally managed (one touch), they require minimal maintenance. Any change that is made to the display will automatically be changed anywhere the Snaplet is used. Whether the change requires adding a new column to display, or associating a new action, simply make the change once and you are finished.</p>
<p>In Part 3, I will show you how to actually build and deploy a Snaplet using Global Links and Central Views.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelr3bsolutions.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelr3bsolutions.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelr3bsolutions.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelr3bsolutions.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/michaelr3bsolutions.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/michaelr3bsolutions.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/michaelr3bsolutions.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/michaelr3bsolutions.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelr3bsolutions.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelr3bsolutions.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelr3bsolutions.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelr3bsolutions.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelr3bsolutions.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelr3bsolutions.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=56&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelr3bsolutions.wordpress.com/2010/04/13/focusing-the-user-on-information-specific-to-them-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/171ae22765a389d6b2e2251a461e8069?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelr3bs</media:title>
		</media:content>
	</item>
		<item>
		<title>Focusing the User on Information Specific to Them &#8211; Part 1</title>
		<link>http://michaelr3bsolutions.wordpress.com/2010/03/22/focusing-the-user-on-information-specific-to-them-part-1/</link>
		<comments>http://michaelr3bsolutions.wordpress.com/2010/03/22/focusing-the-user-on-information-specific-to-them-part-1/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 19:06:46 +0000</pubDate>
		<dc:creator>michaelr3bs</dc:creator>
				<category><![CDATA[CorasWorks]]></category>
		<category><![CDATA[R3 Business Solutions]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Applications]]></category>
		<category><![CDATA[SharePoint Design]]></category>
		<category><![CDATA[Time-Off]]></category>

		<guid isPermaLink="false">http://michaelr3bsolutions.wordpress.com/?p=42</guid>
		<description><![CDATA[Like most developers, there are certain standards that I try to following when designing or building SharePoint applications using CorasWorks. Some of these standards relate to simple naming conventions of lists, columns, or actions. Some of them are larger architectural considerations such as when to build local versions of an application and when to build [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=42&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Like most developers, there are certain standards that I try to following when designing or building SharePoint applications using CorasWorks. Some of these standards relate to simple naming conventions of lists, columns, or actions. Some of them are larger architectural considerations such as when to build local versions of an application and when to build one touch versions using Central Views and Global Links.  One interface standard I always try to follow is making sure that end-users can easily access information that&#8217;s specific to them and their job. This is especially true of business process applications where an end-user makes a request and a manager approves the request.</p>
<p>Let&#8217;s take the example of our Time-Off Request Management application. This application allows end-users to request time off and have their manager approve the requests. Once approved, the request will show up on a shared calendar and can also be forwarded to HR or Payroll for additional processing.</p>
<p>When an end-user opens the application they can immediately go to a view called My Requests. This view will show them all of the requests they&#8217;ve created. They are organized by status so that they can easily identify where a particular request stands.</p>
<p>Everything the end-user needs to see and do relating to their own time-off requests are contained within a single view.</p>
<p><a href="http://michaelr3bsolutions.files.wordpress.com/2010/03/time-off-end-user-view.jpg"><img class="alignnone size-medium wp-image-50" title="Time-Off End-User View" src="http://michaelr3bsolutions.files.wordpress.com/2010/03/time-off-end-user-view.jpg?w=300&#038;h=114" alt="" width="300" height="114" /></a></p>
<p>There are multiple actions available that allow an end-user to create new requests, submit requests, or perform a variety of other functions. </p>
<p><a href="http://michaelr3bsolutions.files.wordpress.com/2010/03/end-users-available-actions.jpg"><img class="alignnone size-full wp-image-49" title="End-User Available Actions" src="http://michaelr3bsolutions.files.wordpress.com/2010/03/end-users-available-actions.jpg?w=450" alt=""   /></a></p>
<p>Managers have their own view to show them any requests that have been assigned to them for review. They also have multiple actions available for them to perform their review.</p>
<p><a href="http://michaelr3bsolutions.files.wordpress.com/2010/03/my-requests-to-review1.jpg"><img class="alignnone size-medium wp-image-47" title="My Requests to Review" src="http://michaelr3bsolutions.files.wordpress.com/2010/03/my-requests-to-review1.jpg?w=336&#038;h=127" alt="" width="336" height="127" /></a></p>
<p>Using this design, allows both the end-user and manager to quickly and easily access information that is specific to each of them.</p>
<p>In Part 2, I will show you how you can distribute both the end-user and manager features across your SharePoint environment using Snaplets.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelr3bsolutions.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelr3bsolutions.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelr3bsolutions.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelr3bsolutions.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/michaelr3bsolutions.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/michaelr3bsolutions.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/michaelr3bsolutions.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/michaelr3bsolutions.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelr3bsolutions.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelr3bsolutions.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelr3bsolutions.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelr3bsolutions.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelr3bsolutions.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelr3bsolutions.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=42&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelr3bsolutions.wordpress.com/2010/03/22/focusing-the-user-on-information-specific-to-them-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/171ae22765a389d6b2e2251a461e8069?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelr3bs</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/03/time-off-end-user-view.jpg?w=300" medium="image">
			<media:title type="html">Time-Off End-User View</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/03/end-users-available-actions.jpg" medium="image">
			<media:title type="html">End-User Available Actions</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/03/my-requests-to-review1.jpg?w=300" medium="image">
			<media:title type="html">My Requests to Review</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Knowledge Base application released</title>
		<link>http://michaelr3bsolutions.wordpress.com/2010/02/04/free-knowledge-base-aplication-released/</link>
		<comments>http://michaelr3bsolutions.wordpress.com/2010/02/04/free-knowledge-base-aplication-released/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:15:21 +0000</pubDate>
		<dc:creator>michaelr3bs</dc:creator>
				<category><![CDATA[CorasWorks]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[R3 Business Solutions]]></category>

		<guid isPermaLink="false">http://michaelr3bsolutions.wordpress.com/?p=27</guid>
		<description><![CDATA[R3 Business Solutions has released a Knowledge Base application which allows you to create and manage knowledge base articles for your employees, customers, or partners.  It can be used for many different purposes such as providing customer support for products or services, training of new employees, or sharing partner documentation. Administrators create and publish knowledge [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=27&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>R3 Business Solutions has released a Knowledge Base application which allows you to create and manage knowledge base articles for your employees, customers, or partners.  It can be used for many different purposes such as providing customer support for products or services, training of new employees, or sharing partner documentation. Administrators create and publish knowledge base articles that can be reviewed by the appropriate individuals before being published.  One or more documents can be attached to any article.  Once published, users can quickly and easily locate and retrieve articles based on a title, category, or one or more key words.  Once a user finds the relevant articles, they can be viewed or emailed to anyone. When an article is no longer applicable, it can be archived.  The archived article will remain in the system but will only be available to administrators.  Archived articles can be updated and published again.</p>
<p>One of the new Workplace Suite features is Dynamic Filtering.  Our Knowledge Base application takes advantage of this by feature by allowing users to enter information into a display such as a search box.  Whatever is entered is passed to one or more CorasWorks displays using the URL.  It works with Grid, Calendar, and Chart displays. </p>
<p>In the example shown below, the grid display is being filtered to show information based on what a user enters in the search string box.  It searches and returns articles that contain what the user entered within the title, category, or one or more key words.</p>
<p> <a href="http://michaelr3bsolutions.files.wordpress.com/2010/02/pubkblarge1.jpg"><img class="alignnone size-medium wp-image-39" title="PubKBLarge" src="http://michaelr3bsolutions.files.wordpress.com/2010/02/pubkblarge1.jpg?w=300&#038;h=87" alt="" width="300" height="87" /></a><a href="http://michaelr3bsolutions.files.wordpress.com/2010/02/pubkb.jpg"></a></p>
<p> The Knowledge Base application runs on the CorasWorks Workplace Suite version 10.2 or higher.  It also uses the Workplace ID Generator v1.6 which is available for free in the <a href="http://community.corasworks.net/FrameAppDetail.aspx?&amp;RID=134">CorasWorks App Store</a>.</p>
<p>For more information about R3 Business Solutions and our applications, please visit our <a href="http://r3bsolutions.com">website</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelr3bsolutions.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelr3bsolutions.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelr3bsolutions.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelr3bsolutions.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/michaelr3bsolutions.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/michaelr3bsolutions.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/michaelr3bsolutions.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/michaelr3bsolutions.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelr3bsolutions.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelr3bsolutions.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelr3bsolutions.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelr3bsolutions.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelr3bsolutions.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelr3bsolutions.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=27&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelr3bsolutions.wordpress.com/2010/02/04/free-knowledge-base-aplication-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/171ae22765a389d6b2e2251a461e8069?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelr3bs</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/02/pubkblarge1.jpg?w=300" medium="image">
			<media:title type="html">PubKBLarge</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Time Tracker application</title>
		<link>http://michaelr3bsolutions.wordpress.com/2010/01/18/free-time-tracker-application/</link>
		<comments>http://michaelr3bsolutions.wordpress.com/2010/01/18/free-time-tracker-application/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:05:16 +0000</pubDate>
		<dc:creator>michaelr3bs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CorasWorks]]></category>
		<category><![CDATA[R3 Business Solutions]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://michaelr3bsolutions.wordpress.com/?p=16</guid>
		<description><![CDATA[We have just released a free Time Tracker application which was built using the CorasWorks Workplace Suite v10 for SharePoint 2007.  The Time Tracker application allows you to record and track time for both employees and contractors. It can be used to track time associated with specific projects or as a general time tracking solution [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=16&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have just released a free Time Tracker application which was built using the CorasWorks Workplace Suite v10 for SharePoint 2007.  The Time Tracker application allows you to record and track time for both employees and contractors. It can be used to track time associated with specific projects or as a general time tracking solution for a team or project. Time entries can be organized by activity and can also be categorized as billable or non-billable. The application comes with both grid and chart reports as well as dynamic search to allow you to pinpoint specific time entries.   For more information or to download the application visit the <a href="http://community.corasworks.net/FrameAppDetail.aspx?&amp;RID=125">CorasWorks Community App Store.</a></p>
<p><a href="http://michaelr3bsolutions.files.wordpress.com/2010/01/timetracker1.jpg"><img class="alignnone size-medium wp-image-21" title="TimeTracker Grid" src="http://michaelr3bsolutions.files.wordpress.com/2010/01/timetracker1.jpg?w=300&#038;h=94" alt="" width="300" height="94" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelr3bsolutions.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelr3bsolutions.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelr3bsolutions.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelr3bsolutions.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/michaelr3bsolutions.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/michaelr3bsolutions.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/michaelr3bsolutions.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/michaelr3bsolutions.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelr3bsolutions.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelr3bsolutions.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelr3bsolutions.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelr3bsolutions.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelr3bsolutions.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelr3bsolutions.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=16&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelr3bsolutions.wordpress.com/2010/01/18/free-time-tracker-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/171ae22765a389d6b2e2251a461e8069?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelr3bs</media:title>
		</media:content>

		<media:content url="http://michaelr3bsolutions.files.wordpress.com/2010/01/timetracker1.jpg?w=300" medium="image">
			<media:title type="html">TimeTracker Grid</media:title>
		</media:content>
	</item>
		<item>
		<title>Budget Change Request app released</title>
		<link>http://michaelr3bsolutions.wordpress.com/2009/09/01/10/</link>
		<comments>http://michaelr3bsolutions.wordpress.com/2009/09/01/10/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:52:57 +0000</pubDate>
		<dc:creator>michaelr3bs</dc:creator>
				<category><![CDATA[CorasWorks]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelr3bsolutions.wordpress.com/?p=10</guid>
		<description><![CDATA[We just released The Budget Change Request Management application - a comprehensive solution that enables a department or business function to manage the process of submitting and approving budget change requests.  You can see it in the CorasWorks App Store  along with other applications published by R3 Business Solutions &#8211; http://community.corasworks.net/appshome.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=10&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We just released The Budget Change Request Management application - a comprehensive solution that enables a department or business function to manage the process of submitting and approving budget change requests.  You can see it in the CorasWorks App Store  along with other applications published by R3 Business Solutions &#8211; <a href="http://community.corasworks.net/appshome.aspx">http://community.corasworks.net/appshome.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelr3bsolutions.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelr3bsolutions.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelr3bsolutions.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelr3bsolutions.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/michaelr3bsolutions.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/michaelr3bsolutions.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/michaelr3bsolutions.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/michaelr3bsolutions.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelr3bsolutions.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelr3bsolutions.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelr3bsolutions.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelr3bsolutions.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelr3bsolutions.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelr3bsolutions.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelr3bsolutions.wordpress.com&amp;blog=9277530&amp;post=10&amp;subd=michaelr3bsolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelr3bsolutions.wordpress.com/2009/09/01/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/171ae22765a389d6b2e2251a461e8069?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelr3bs</media:title>
		</media:content>
	</item>
	</channel>
</rss>
