<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Internet Creations Blog</title>
	
	<link>http://blog.ic-2000.com</link>
	<description>Salesforce Development and Cloud Computing</description>
	<lastBuildDate>Tue, 15 May 2012 20:44:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/InternetCreationsBlog" /><feedburner:info uri="internetcreationsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Internet Creations is Hiring!</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/qqTQqZmbrSY/</link>
		<comments>http://blog.ic-2000.com/2012/05/internet-creations-is-hiring/#comments</comments>
		<pubDate>Tue, 15 May 2012 20:41:44 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=1045</guid>
		<description><![CDATA[We are currently seeking full-time employees for the following positions: Salesforce Support Analyst Start date: 06/04/2012 Salesforce Administrator / Business Analyst Start date: 5/29/2012 Click the links above to view the job responsibilities, requirements, and benefits, and to apply for the position(s). Contact us via Twitter for more information.]]></description>
			<content:encoded><![CDATA[<h4>We are currently seeking full-time employees for the following positions:</h4>
<p><a href="http://ic.force.com/jobapp?id=a0D4000000AvxRg" target="_blank">Salesforce Support Analyst</a></p>
<p>Start date: 06/04/2012</p>
<p><a href="http://ic.force.com/jobapp?id=a0D4000000BybTl" target="_blank">Salesforce Administrator / Business Analyst</a></p>
<p>Start date: 5/29/2012</p>
<h3></h3>
<p>Click the links above to view the job responsibilities, requirements, and benefits, and to apply for the position(s).</p>
<p>Contact us via <a href="http://www.twitter.com/icsfdc" target="_blank">Twitter</a> for more information.</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/qqTQqZmbrSY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/05/internet-creations-is-hiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/05/internet-creations-is-hiring/</feedburner:origLink></item>
		<item>
		<title>Using Hover Help Text in Visualforce</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/kQrC3HM9obs/</link>
		<comments>http://blog.ic-2000.com/2012/05/using-hover-help-text-in-visualforce/#comments</comments>
		<pubDate>Mon, 14 May 2012 13:00:12 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[force.com]]></category>
		<category><![CDATA[Help Text]]></category>
		<category><![CDATA[helpOrb]]></category>
		<category><![CDATA[Hover Text]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[sfdc]]></category>
		<category><![CDATA[stylesheets]]></category>
		<category><![CDATA[VisualForce]]></category>
		<category><![CDATA[VIsualForce page]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=1013</guid>
		<description><![CDATA[The Problem When you enter Help Text into any field in Salesforce, the user is able to view it by hovering their mouse cursor over the field&#8217;s icon in a standard view page. But how can you access that help text in a Visualforce page? The Solution The easiest solution is to use the helpText [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem</h3>
<p>When you enter Help Text into any field in Salesforce, the user is able to view it by hovering their mouse cursor over the field&#8217;s icon in a standard view page. But how can you access that help text in a Visualforce page?</p>
<p><a href="http://blog.ic-2000.com/2012/05/using-hover-help-text-in-visualforce/hoverhelp1-2/" rel="attachment wp-att-1018"><img class="aligncenter size-medium wp-image-1018" src="http://blog.ic-2000.com/wp-content/uploads/2012/05/hoverhelp11-300x156.jpg" alt="" width="300" height="156" /></a></p>
<h3>The Solution</h3>
<p>The easiest solution is to use the helpText attribute in the &lt; apex:PageBlockSectionItem &gt; tag, but in order to do this, you need to include a &lt; apex:PageBlockSection &gt; nested in a &lt; apex:PageBlock &gt; tag as well. We wanted to avoid using Page Blocks for our page, so this left us scrambling for some kind of alternative to the helpText attribute.</p>
<p>Here comes CSS to the rescue!</p>
<p>By using the &#8220;helpOrb&#8221; class supplied by the standard SFDC stylesheets, and adding our own CSS on top of that, we were able to replicate the look and feel of the hover text seen in other pages.</p>
<p>In this example, we took the Help Text entered in the Contact&#8217;s &#8220;Account Name&#8221; field, but you can substitue it with your own text where you see fit.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;apex:page &gt;
    &lt;style&gt;
        .vfHelpText a            {position:relative;}
        .vfHelpText a span       {display: none;}
        .vfHelpText a:hover span {display: block;
                                  position:absolute;
                                  top:1.25em;
                                  padding:2px 5px;
                                  left:-15em; width:15em;
                                  z-index:100;
                                  border:1px solid orange;
                                  background-color:#FEFDB9;
                                  color:black;
                                 }
    &lt;/style&gt;
    &lt;span class=&quot;vfHelpText&quot;&gt;
        &lt;apex:outputLink value=&quot;javascript:return false;&quot;&gt;
            &lt;img src=&quot;/s.gif&quot; alt=&quot;&quot; class=&quot;helpOrb&quot; /&gt;
            &lt;span&gt;{!$ObjectType.Contact.fields.AccountId.inlineHelpText}&lt;/span&gt;
        &lt;/apex:outputLink&gt;
    &lt;/span&gt;

&lt;/apex:page&gt;
</pre>
<p><a href="http://blog.ic-2000.com/2012/05/using-hover-help-text-in-visualforce/hoverhelp2/" rel="attachment wp-att-1019"><img class="aligncenter size-medium wp-image-1019" src="http://blog.ic-2000.com/wp-content/uploads/2012/05/hoverhelp2-300x235.jpg" alt="" width="300" height="235" /></a></p>
<h3>The Fine Print</h3>
<p>As always, please be careful about using this code, as calling on the &#8220;helpOrb&#8221; class is not officially supported by Salesforce. They can very easily break it in a future release and have no obligation to support it at all.</p>
<p>Contact us by adding a comment below, or @ reply us on <a href="http://www.twitter.com/icsfdc" target="_blank">Twitter</a> if you have any questions. We&#8217;re on <a href="http://www.facebook.com/WeAccelerateService" target="_blank">Facebook</a> too!</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/kQrC3HM9obs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/05/using-hover-help-text-in-visualforce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/05/using-hover-help-text-in-visualforce/</feedburner:origLink></item>
		<item>
		<title>Salesforce for Government</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/NFWwitFtzoM/</link>
		<comments>http://blog.ic-2000.com/2012/05/salesforce-for-government/#comments</comments>
		<pubDate>Tue, 08 May 2012 16:38:45 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[AppExchange]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Government Cloud]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[Salesforce for Government]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[Social Enterprise]]></category>
		<category><![CDATA[Social Era]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=1009</guid>
		<description><![CDATA[Exactly how &#8220;secure&#8221; is Salesforce.com&#8217;s CRM platform, do you ask? Well, it&#8217;s trusted enough to guide the business of federal, state and local government into the social era. As appropriately discussed at Cloudforce Washington on April 25, 2012, Salesforce.com has unveiled a new product suite called Government Cloud. Simply stated, it is a version of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.ic-2000.com/2012/05/salesforce-for-government/government-us-central/" rel="attachment wp-att-1027"><img class="alignnone  wp-image-1027" title="Government-US-Central" src="http://blog.ic-2000.com/wp-content/uploads/2012/05/Government-US-Central-300x240.png" alt="" width="470" height="172" /></a></p>
<p><strong>Exactly how &#8220;secure&#8221; is Salesforce.com&#8217;s CRM platform, do you ask?</strong></p>
<p>Well, it&#8217;s trusted enough to guide the business of federal, state and local government into the social era.</p>
<p>As appropriately discussed at Cloudforce Washington on April 25, 2012, Salesforce.com has unveiled a new product suite called <a href="http://www.salesforce.com/solutions/public-sector/" target="_blank">Government Cloud</a>. Simply stated, it is a version of the Salesforce cloud infrastructure intended to work with all levels of government to help agencies adapt to social and mobile technologies.</p>
<h3>The U.S. Government goes Social</h3>
<p><a href="http://www.salesforce.com/company/news-press/press-releases/2012/04/120425.jsp" target="_blank">Salesforce&#8217;s press release </a>on this topic mentions their intention to help government adapt to the social revolution that is taking place in the public sector. Nudging them in this direction will hopefully close the gap between U.S. citizens and their communication with government professionals. And yes, this is all being done in compliance with FISMA requirements.</p>
<p>You might be curious about the level of acceptance needed to support this new Government Cloud. How did Salesforce pull this one off? Government agencies must have tested and approved the platform to support the creation of a &#8220;Cloud&#8221; dedicated specifically to government and their social transformation.</p>
<p>According to Salesforce.com, two-thirds of US federal Cabinet-level agencies and governments in more than 80 percent of U.S. states trust Salesforce to power their social enterprises. That&#8217;s quite a user acceptance rate.</p>
<h3>AppExchange for Government</h3>
<p>In addition to the Government Cloud, Salesforce has released AppExchange for Government, where agencies can browse, test and deploy cloud apps specific to their needs. They&#8217;ve also instituted the Government Partner Accelerator Program to train a team of 1,000 integrators to deploy Salesforce.com cloud solutions.</p>
<p>Wow&#8230; Talk about the ultimate implementation project.</p>
<h3></h3>
<p>If you&#8217;ve got more info about Salesforce for Government, or questions regarding the topic, feel free to comment below. We want to hear from you.</p>
<p>And don&#8217;t forget to follow us on <a href="http://www.twitter.com/icsfdc" target="_blank">Twitter</a> and <a href="http://www.facebook.com/WeAccelerateService" target="_blank">Facebook</a> for news, updates, and announcements regarding Salesforce, Cloud Computing, Social Media, and everything in between!</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/NFWwitFtzoM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/05/salesforce-for-government/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/05/salesforce-for-government/</feedburner:origLink></item>
		<item>
		<title>Salesforce Summer ’12 Release</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/QuK118DFkpc/</link>
		<comments>http://blog.ic-2000.com/2012/04/salesforce-summer-12-release/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 21:00:48 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Salesforce Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=1002</guid>
		<description><![CDATA[Just when you thought you had more than enough time to finish those Spring &#8217;12 Release exams&#8230; think again. Salesforce&#8217;s Summer &#8217;12 Release is on the horizon, and we&#8217;re getting prepared for some sweet new features. What to look forward to in Summer &#8217;12 First off, here&#8217;s a link to the Release Notes, for you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.ic-2000.com/2012/04/salesforce-summer-12-release/screen-shot-2012-04-26-at-1-59-37-pm/" rel="attachment wp-att-1003"><img class="alignnone size-full wp-image-1003" title="Screen Shot 2012-04-26 at 1.59.37 PM" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-26-at-1.59.37-PM.png" alt="" width="518" height="109" /></a></p>
<p>Just when you thought you had more than enough time to finish those Spring &#8217;12 Release exams&#8230; think again. Salesforce&#8217;s Summer &#8217;12 Release is on the horizon, and we&#8217;re getting prepared for some sweet new features.</p>
<h3 style="text-align: center;">What to look forward to in Summer &#8217;12</h3>
<p>First off, here&#8217;s a link to the <a title="Summer '12 Release Notes" href="https://prerellogin.pre.salesforce.com/help/doc/en/salesforce_summer12_release_notes.pdf" target="_blank">Release Notes</a>, for you savvy readers out there. 186 pages of fun. Enjoy that.</p>
<p>Get excited for these General Enhancements:</p>
<ul>
<li>Browser Support Changes</li>
<li>Minor HTML and CSS Changes</li>
<li>Email Services Enhancements</li>
</ul>
<p>You&#8217;ll also see some new features and customizations in the following areas:</p>
<ul>
<li>Chatter</li>
<li>Sales</li>
<li>Service</li>
<li>Analytics</li>
<li>Mobile</li>
<li>Data.com</li>
</ul>
<p>We&#8217;ve got the scoop on some slick new Developer Features as well:</p>
<ul>
<li>Schema Builder General Availability: With the addition of field-level security, printing and additional field types, the Schema Builder becomes generally available (GA) in Summer &#8217;12</li>
<li>Developer Console Enhancements: The Developer Console continues its evolution with workspaces for staying organized and easier navigation through your code</li>
<li>Visual Workflow Updates: Factor out common behavior into subflows, and customize the look and feel of your user interface</li>
<li>Apex Code Enhancements: More flexible JSON parsing enables easier integration with external web services</li>
<li>Package Install/Upgrade/Uninstall Scripts: Specify Apex scripts to run automatically after a subscriber installs, upgrades or uninstalls a managed package</li>
</ul>
<h3 style="text-align: center;">Prepare for the upgrade</h3>
<p>If you are a Force.com Sandbox customer, you&#8217;ll get early access to Summer &#8217;12 to test new customizations and features before your production org is upgraded. Visit this <a title="Salesforce.com Summer '12 Blog" href="http://blogs.salesforce.com/product/2012/04/summer-12-sandbox-preview-instructions.html" target="_blank">Salesforce.com blog post</a> for more details.</p>
<p>Want to join a Developer&#8217;s webinar to learn more about the new Developer features above? <a title="Developer Webinar Summer '12" href="http://www.developerforce.com/events/webinars/2012-05-16/registration.php?d=70130000000sUU9&amp;RRID=555574635" target="_blank">Fill out this form</a> to get involved. The Webinar airs May 16.</p>
<h3 style="text-align: center;">Want more info?</h3>
<p>Follow us on <a title="Twitter" href="http://twitter.com/icsfdc" target="_blank">Twitter</a> and <a title="Facebook" href="http://www.facebook.com/WeAccelerateService" target="_blank">Facebook</a> to stay in-the-know about Summer &#8217;12 and the new features. Once our Sandbox is upgraded, we will test out the enhancements and share some of our favorites!</p>
<p>What are you most looking forward to in Summer &#8217;12? We want to hear from you!</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/QuK118DFkpc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/04/salesforce-summer-12-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/04/salesforce-summer-12-release/</feedburner:origLink></item>
		<item>
		<title>Managing a Salesforce Implementation: Tips from Around the Internet</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/tHNmfq-LbBw/</link>
		<comments>http://blog.ic-2000.com/2012/04/managing-salesforce-implementation/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 19:45:37 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Salesforce Tips & Tricks]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Consulting Partner]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Do.com]]></category>
		<category><![CDATA[Internet Creations]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Project Manager]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[salesforce.com]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=917</guid>
		<description><![CDATA[Project Management tools and tips are a hot commodity in the Salesforce Consulting community. While each consulting partner has their own methodology, some project managers may still be questioning: &#8220;Is there an easier way?&#8221; Importance of a PM Overseeing a Salesforce implementation from start to finish can be a daunting task. Many factors contribute to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Project Management tools and tips are a hot commodity in the Salesforce Consulting community. While each consulting partner has their own methodology, some project managers may still be questioning: &#8220;Is there an easier way?&#8221;</strong></p>
<h3 style="text-align: center;"><span style="color: #ff6600;">Importance of a PM</span></h3>
<p>Overseeing a Salesforce implementation from start to finish can be a daunting task. Many factors contribute to the level of difficulty that a PM could anticipate: time allotted for the project, complexity of the project requirements, number of resources needed to achieve project milestones, etc.</p>
<p>Of course, years of experience will help contribute to a smoother project lifecycle and completion. However, not all of us have 10+ years of project management under our belts. Additionally, as an agile environment, Salesforce sees consistent changes. Throughout the evolution and progress of the platform, one thing remains the same for implementations: the role of Project Manager is imperative, and the knowledge and tools that overseer equips are vital to a healthy and successful project.</p>
<p>While I&#8217;d love to call myself a Salesforce implementation PM expert, that&#8217;s quite a few years down the road. In the meantime, I am happy to share my researching, social media communication and web-crawling talents to offer you the most helpful and insightful best practices from professionals in the network.</p>
<h3 style="text-align: center;"><span style="color: #ff6600;">Share the Wealth!</span></h3>
<p>I&#8217;ve spent hours reviewing different sources of information and digesting tips and tricks to compile some of the most helpful PM advice below.</p>
<p>Feel free to comment on these suggestions or offer others not listed. Be sure to explain why you are making the suggestion, and best practices for Project Managers and Salesforce professionals alike!</p>
<h3 style="text-align: center;">Suggestions from LinkedIn groups</h3>
<p><em>Note that clicking on the image will take you to that suggested tool or website.</em></p>
<p><a href="http://appexchange.salesforce.com/listingDetail?listingId=a0N30000003ItrEEAS"><img class=" wp-image-932 alignnone" title="Linkedin1" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/Linkedin12.png" alt="" width="500" height="158" /></a></p>
<p><a href="http://www.clickview.com/"><img class=" wp-image-933 alignnone" title="LinkedIn2" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/LinkedIn21.png" alt="" width="495" height="134" /></a></p>
<p><a href="http://cn.linkedin.com/in/adotlau"><img class=" wp-image-935 alignnone" title="Linkedin3" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/Linkedin31.png" alt="" width="498" height="162" /></a></p>
<p><a href="http://appexchange.salesforce.com/listingDetail?listingId=a0N30000001g22uEAA"><img class=" wp-image-936 alignnone" title="LinkedIn4" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/LinkedIn41.png" alt="" width="502" height="172" /></a></p>
<p><a href="http://appexchange.salesforce.com/listingDetail?listingId=a0N3000000315AeEAI"><img class=" wp-image-937 alignnone" title="LinkedIn5" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/LinkedIn51.png" alt="" width="515" height="163" /></a></p>
<p><a href="http://do.com"><img class=" wp-image-938 alignnone" title="linkedin6" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/linkedin61.png" alt="" width="517" height="159" /></a></p>
<p><a href="http://appexchange.salesforce.com/listingDetail?listingId=a0N30000004fulREAQ"><img class=" wp-image-939 alignnone" title="LinkedIn7" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/LinkedIn71.png" alt="" width="509" height="154" /></a></p>
<h3 style="text-align: center;">Suggestions from around the web</h3>
<p>A snapshot of &#8220;<a href="http://ifpeople.wordpress.com/2010/01/11/salesforce-com-project-management-apps-quick-reviews/" target="_blank">Salesforce.com Project Management Apps Quick Reviews</a>&#8221; by ifPeople</p>
<p><a href="http://blog.ic-2000.com/2012/04/managing-salesforce-implementation/screen-shot-2012-04-13-at-12-54-31-pm/" rel="attachment wp-att-941"><img class="aligncenter size-full wp-image-941" title="Screen Shot 2012-04-13 at 12.54.31 PM" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-13-at-12.54.31-PM.png" alt="" width="492" height="485" /></a></p>
<p><a href="http://www.computerworld.com/s/article/9221601/Salesforce.com_launches_Do_project_management_app" target="_blank">News</a> about Salesforce.com&#8217;s acquisition of Do.com</p>
<p><a href="http://blog.ic-2000.com/2012/04/managing-salesforce-implementation/screen-shot-2012-04-13-at-1-02-15-pm/" rel="attachment wp-att-942"><img class="aligncenter size-full wp-image-942" title="Screen Shot 2012-04-13 at 1.02.15 PM" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-13-at-1.02.15-PM.png" alt="" width="533" height="141" /></a></p>
<p>More News about Do.com <a href="http://venturebeat.com/2011/12/13/salesforces-do-com-opens/" target="_blank">here</a></p>
<p><a href="http://blog.ic-2000.com/2012/04/managing-salesforce-implementation/screen-shot-2012-04-13-at-1-09-58-pm/" rel="attachment wp-att-950"><img class="alignnone size-full wp-image-950" title="Screen Shot 2012-04-13 at 1.09.58 PM" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-13-at-1.09.58-PM.png" alt="" width="563" height="358" /></a></p>
<p>Project Management Essentials and <a href="http://appexchange.salesforce.com/results?type=Apps&amp;filter=a0L30000001Qp82EAC&amp;sort=6" target="_blank">Suggestions from the AppExchange</a></p>
<p><a href="http://blog.ic-2000.com/2012/04/managing-salesforce-implementation/screen-shot-2012-04-13-at-1-04-39-pm/" rel="attachment wp-att-943"><img class="aligncenter size-full wp-image-943" title="Screen Shot 2012-04-13 at 1.04.39 PM" src="http://blog.ic-2000.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-13-at-1.04.39-PM.png" alt="" width="486" height="577" /></a></p>
<h3 style="text-align: center;">We want to hear from you</h3>
<p>Attention Project Managers, Consultants and Salesforce Administrators: we invite you to share your tips, tricks, solutions and best practices! Not sure where to begin? Try answering the following questions:</p>
<ol>
<li>How do you avoid &#8220;scope creep&#8221;?</li>
<li>What&#8217;s your best method of tracking your resources?</li>
<li>How in-depth is your scoping process?</li>
<li>How often do you check in on the implementation progress?</li>
<li>Can one tool really do it all?</li>
</ol>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/tHNmfq-LbBw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/04/managing-salesforce-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/04/managing-salesforce-implementation/</feedburner:origLink></item>
		<item>
		<title>Google+ for [small] Businesses</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/OBlsJVFhaEI/</link>
		<comments>http://blog.ic-2000.com/2012/03/googleplus/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 18:30:49 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Social Enterprise]]></category>
		<category><![CDATA[B2B]]></category>
		<category><![CDATA[B2C]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google+ for Business]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[Social Channels]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media ROI]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=890</guid>
		<description><![CDATA[Why Google+? The main question that comes to mind when a Social Networking channel opens its doors to the business world is, &#8220;How will this benefit our company?&#8221; Google+ has been eliciting the same response ever since they announced their Pages for Businesses in 2011&#8211; especially from companies with less than 50 employees. Small businesses [...]]]></description>
			<content:encoded><![CDATA[<h4><span style="color: #ff6600;">Why <a href="https://plus.google.com/115111540932990619999" target="_blank">Google+</a>?</span></h4>
<p><span style="color: #000000;">The main question that comes to mind when a Social Networking channel opens its doors to the business world is, &#8220;How will this benefit our company?&#8221;</span></p>
<p>Google+ has been eliciting the same response ever since they announced their Pages for Businesses in 2011&#8211; especially from companies with less than 50 employees. Small businesses are slowly coming around to the idea of Social Media as a key player in their marketing efforts, but have adopted more comfortably to popular channels like Twitter, Facebook and LinkedIn.</p>
<p>If your company considers Social Media a top priority, odds are you have signed up for a Google+ page for your business. Maybe you&#8217;ve filled out the profile with your company details and even added a few photos. But what&#8217;s next? Do you have anyone in your Circles? Have you posted any content? Do you feel as if sharing information on this social channel is a waste of time?</p>
<p>Before turning your back on Google+, lets go over how it compares to other social networks. We&#8217;ll provide insight on why this social channel could be useful if a unique approach is taken.</p>
<h4><span style="color: #ff6600;">The Other Guys</span></h4>
<p>Let&#8217;s start by briefly discussing the other social networks and why they have proven to be useful tools for companies of all sizes.</p>
<p><strong>Twitter</strong> is a valuable social channel to connect with other companies and individuals in your industry and beyond. It&#8217;s easy to use, offers a simple keyword search and organization of topics by hashtags, and is virtually universal across all industries. Key phrase: &#8220;Everyone&#8217;s doing it.&#8221;</p>
<p><strong>Facebook</strong>, while probably more profitable for B2C environments, is a useful channel as well. Customers can &#8220;Like&#8221; their favorite brand, check in to a company&#8217;s location, share posts from the business with their friends, and keep up with news and contests regularly. It is the most popular and widely-used social channel, which is why it is a &#8220;must&#8221; for many businesses when building their Social Media marketing plan.</p>
<p><strong>LinkedIn</strong> is thought of as the &#8220;smart choice&#8221; for most companies &#8211; especially B2B environments. Connecting with other businesses and growing your professional network are the two key benefits of using this channel.</p>
<h4><span style="color: #ff6600;">Bringing it All Together </span></h4>
<p>Many 3rd party apps like HootSuite and TweetDeck are growing in popularity because of their ability to arrange your Twitter, Facebook and LinkedIn feeds on one screen. Tools like this make the job of the Social Media manager much easier.</p>
<p>While several makers of these applications have yet to  bring in Google+ as an integrated channel, others are only permitting it for their &#8220;Enterprise&#8221; or top-paying users. For example: HootSuite will allow you to connect your Google+ page to your list of streams to monitor, post, and run reports, but only if you are signed up as an Enterprise User, likely paying upwards of $1500 a month. Small businesses might balk at that cost, and then start to wonder if Google+ is a channel better suited for the &#8220;big guys&#8221; &#8230;</p>
<h3><span style="color: #ff6600;">Why Companies Need to Get on Board</span></h3>
<p><span style="color: #000000;">The final thought is this: Google+ is beneficial for businesses of all sizes. </span></p>
<ul>
<li>Using Google+ can help customers find your business faster and easier. It&#8217;s indexed by Google&#8230; you know, the search engine you use every day.</li>
<li>There are a variety of sharing options built right in (no opening videos or images in separate windows). In addition, you are able to organize your followers into Circles to only share certain information with specific groups.</li>
<li>Tech companies are seeing very large growth and adoption, so if you&#8217;re in the business of Cloud Computing or IT like us, you&#8217;d better get involved.</li>
</ul>
<p>The trick is to use this Social Networking channel in a unique way. That is, sharing information on Google+ that you do not have posted on Twitter, Facebook or anywhere else. Let your followers know that by adding your business to their circles, they will be exposed to prime content that cannot be found elsewhere. Once you&#8217;ve made this promise- stick to it!</p>
<p><span style="color: #000000;">Below is an infographic from <a href="http://www.chrisbrogan.com/gplusinfographic/" target="_blank">Chris Brogan</a>, an online Social Media expert and blogger who believes Google+ can help take your businesses goals to the next level.</span></p>
<p><a href="http://blog.ic-2000.com/2012/03/googleplus/6811502612_b03d47ccd1_o/" rel="attachment wp-att-895"><img class=" wp-image-895 alignnone" title="6811502612_b03d47ccd1_o" src="http://blog.ic-2000.com/wp-content/uploads/2012/03/6811502612_b03d47ccd1_o.png" alt="" width="540" height="5581" /></a></p>
<p>Do you have questions about Google+ or anything related to Social Media? Still a skeptic about what this social channel can offer to your business? We want to hear from you!</p>
<p>Leave a comment below, or connect with us via <a href="http://www.twitter.com/icsfdc" target="_blank">Twitter</a>, <a href="http://www.facebook.com/WeAccelerateService" target="_blank">Facebook</a>, <a href="https://plus.google.com/115111540932990619999" target="_blank">Google+</a>, or <a href="http://www.linkedin.com/company/internet-creations" target="_blank">LinkedIn</a>!</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/OBlsJVFhaEI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/03/googleplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/03/googleplus/</feedburner:origLink></item>
		<item>
		<title>Name our New App for Salesforce</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/sOwLmT7haXs/</link>
		<comments>http://blog.ic-2000.com/2012/03/name-our-app/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 15:39:07 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[AppExchange]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Consulting Partner]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[force.com]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Internet Creations]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[sfdc]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=856</guid>
		<description><![CDATA[We&#8217;ve built a new application that will make it much easier to add Products to a Quote or Opportunity. The app has built-in functionality allowing you to drag and drop Product rows, specify the quantity and discount, and add other fields using Field Sets for total flexibility.  Watch this video to see it in action [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><span style="color: #ff6600;"><a href="http://blog.ic-2000.com/2012/03/name-our-app/product-adder-example/" rel="attachment wp-att-858"><img class="wp-image-858" title="product adder example" src="http://blog.ic-2000.com/wp-content/uploads/2012/03/product-adder-example-1024x510.png" alt="" width="553" height="275" /></a></span></p>
<p style="text-align: left;"><span style="color: #ff6600;">We&#8217;ve built a <a href="http://ic.force.com/nameourapp" target="_blank">new application</a> that will make it much easier to add Products to a Quote or Opportunity.</span></p>
<p>The app has built-in functionality allowing you to drag and drop Product rows, specify the quantity and discount, and add other fields using Field Sets for total flexibility.<em> </em></p>
<p>Watch this <a href="http://youtu.be/XxOQA-KlzAA" target="_blank">video</a> to see it in action</p>
<p><iframe src="http://www.youtube.com/embed/XxOQA-KlzAA" frameborder="0" width="560" height="315"></iframe></p>
<p>Looks pretty neat, right? Well there&#8217;s just one problem&#8230; we don&#8217;t have a name for it yet!</p>
<h3 style="text-align: center;"><span style="color: #ff6600;"><a href="http://ic.force.com/nameourapp" target="_blank">Help us Name our App!</a></span></h3>
<p>Before we launch this new app on the <a href="http://appexchange.salesforce.com/home" target="_blank">AppExchange</a>, we want YOU to help us give it a name.</p>
<p>Fill out this <a href="http://ic.force.com/nameourapp" target="_blank">online form</a>, and if your suggestion is selected, we will award you a $100 Amazon gift card!</p>
<p>The offer ends March 26, so you don&#8217;t have much time! If you&#8217;ve got an idea for a name (or if you just feel like winning $100) <a href="http://ic.force.com/nameourapp" target="_blank">submit</a> your form now.</p>
<h3 style="text-align: center;"></h3>
<address>Here&#8217;s the fine print:</address>
<p><span style="color: #888888;"><em>The information you submit using this form will be used by Internet Creations to communicate with you about this contest and other promotions.</em></span></p>
<p><em style="color: #888888;">Contest Terms: Submissions accepted from 3/12/2012 to 3/26/2012. Must be an active Salesforce user to participate. The winner will be determined by Internet Creations management. You agree that Internet Creations owns copyright of the submitted name if we choose to use it. Winner will be contacted by email on 3/30/2012 and will be rewarded a $100 Amazon.com Gift Card Code.</em></p>
<p><em style="color: #888888;">Amazon.com is a registered trademark of Amazon.com, Inc.</em></p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/sOwLmT7haXs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/03/name-our-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/03/name-our-app/</feedburner:origLink></item>
		<item>
		<title>We Appreciate Our Customers</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/gUEVWhTg2jk/</link>
		<comments>http://blog.ic-2000.com/2012/03/we-appreciate-our-customers/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 18:37:50 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[AppExchange]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Case Flags]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Consulting Partner]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Email to Case]]></category>
		<category><![CDATA[Email to Case Premium]]></category>
		<category><![CDATA[Internet Creations]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[service and support]]></category>
		<category><![CDATA[Service Cloud]]></category>
		<category><![CDATA[sfdc]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=824</guid>
		<description><![CDATA[As the end of the first quarter of 2012 approaches, we&#8217;d like to share a few of our top achievements: Email to Case Premium ranked#23 in popularity on the AppExchange for the month of February. We have a total of 77 five-star reviews on the AppExchange for our purpose-built apps for Salesforce. We believe that our growth [...]]]></description>
			<content:encoded><![CDATA[<h4>As the end of the first quarter of 2012 approaches, we&#8217;d like to share a few of our top achievements:</h4>
<ul>
<li><a href="http://ic.force.com/e2cp" target="_blank">Email to Case Premium</a> ranked#23 in popularity on the AppExchange for the month of February.</li>
</ul>
<ul>
<li>We have a total of <strong>77</strong> five-star reviews on the <a href="http://appexchange.salesforce.com/results?type=Apps&amp;keywords=internet%20creations" target="_blank">AppExchange</a> for our purpose-built apps for Salesforce.</li>
</ul>
<h5><span style="color: #993300;">We believe that our growth and success is a result of our customers&#8217; success.</span></h5>
<p>Throughout the past year, we have updated and released new versions of our applications to increase their efficiency, built time-saving components such as triggers and workflow customizations for Salesforce, and have completed several successful Salesforce implementations.</p>
<p>We appreciate our customers, and look forward to working with organizations in different industries to expand our growing community.</p>
<p style="text-align: center;"><a href="http://blog.ic-2000.com/2012/03/we-appreciate-our-customers/ic_customers_2/" rel="attachment wp-att-826"><img class="wp-image-826 aligncenter" title="ic_customers_2" src="http://blog.ic-2000.com/wp-content/uploads/2012/03/ic_customers_2-768x1024.png" alt="" width="532" height="710" /></a></p>
<p>If you&#8217;d like to join our list of happy customers, please contact us at <strong>+1 609.570.7200</strong> or send an email to <strong>info@ic-2000.com</strong></p>
<p>We host weekly webinars to demo our Apps for Salesforce, and  we&#8217;re happy to answer your troubling questions. <a href="http://ic.force.com/appwebinars" target="_blank">Sign up here</a>!</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/gUEVWhTg2jk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/03/we-appreciate-our-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/03/we-appreciate-our-customers/</feedburner:origLink></item>
		<item>
		<title>Join Our Weekly Webinars!</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/qC4MwXkM8Bw/</link>
		<comments>http://blog.ic-2000.com/2012/03/join-our-weekly-webinars/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 17:21:48 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[AppExchange]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Case Flags]]></category>
		<category><![CDATA[Case Merge]]></category>
		<category><![CDATA[Cases]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Email to Case]]></category>
		<category><![CDATA[Email to Case Premium]]></category>
		<category><![CDATA[force.com]]></category>
		<category><![CDATA[Internet Creations]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[service and support]]></category>
		<category><![CDATA[Service Cloud]]></category>
		<category><![CDATA[sfdc]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=812</guid>
		<description><![CDATA[Watch and listen LIVE as we demo our Apps for Salesforce Here at Internet Creations, we strive on offering the most helpful and enlightening support to not just our customers, but anyone interested in learning more about our purpose-built products for Salesforce. After all&#8230; what good is an application if you don&#8217;t understand it? We are [...]]]></description>
			<content:encoded><![CDATA[<h4><span style="color: #ff6600;">Watch and listen LIVE as we demo our Apps for Salesforce</span></h4>
<p>Here at Internet Creations, we strive on offering the most helpful and enlightening support to not just our customers, but<strong> anyone</strong> interested in learning more about our purpose-built products for Salesforce. After all&#8230; what good is an application if you don&#8217;t understand it?</p>
<p>We are happy to provide one-on-one demos to explain the purpose and functions of our three Apps, but we decided it would be best to offer a conversational environment for your questions, ideas and input.</p>
<h5><strong><span style="color: #000000;"><a href="http://ic.force.com/appwebinars" target="_blank">CLICK HERE TO REGISTER</a></span></strong></h5>
<p>Our webinars are hosted by an Internet Creations App specialist, and he is happy to answer all of your questions. Participation is encouraged!</p>
<p>Here&#8217;s what each session will cover:</p>
<ul>
<li><a href="http://ic.force.com/e2cp" target="_blank">Email to Case Premium</a>: Our most popular app, and the #1 rated App for Agent Productivity on the AppExchage. E2CP extends the basic functionality of the standard email-to-case with a more efficient and streamlined solution.</li>
<li><a href="http://ic.force.com/cf" target="_blank">Case Flags</a>:  Allows you to monitor your organization’s response times with cases, at a glance, via color coded flags. With Case Flags, you can quickly view cases requiring responses to customers.</li>
<li><a href="http://ic.force.com/cmp" target="_blank">Case Merge Premium</a>: This awesome App allows authorized users to find duplicate Cases and merge them together.</li>
</ul>
<h5><a href="http://ic.force.com/appwebinars" target="_blank"><strong>CLICK HERE TO REGISTER</strong></a></h5>
<p>We plan to host these webinars every Tuesday from 4pm-5pm EST.</p>
<p>Questions? Comments? Leave us a message below.</p>
<p>Don&#8217;t forget to follow us on <a href="http://www.twitter.com/icsfdc" target="_blank">Twitter</a> and <a href="http://www.facebook.com/WeAccelerateService" target="_blank">Facebook</a> for more updates and helpful information.</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/qC4MwXkM8Bw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/03/join-our-weekly-webinars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/03/join-our-weekly-webinars/</feedburner:origLink></item>
		<item>
		<title>Documents, Files, and Content, Oh My!</title>
		<link>http://feedproxy.google.com/~r/InternetCreationsBlog/~3/vx5K1j0QR6Y/</link>
		<comments>http://blog.ic-2000.com/2012/02/documents_files_content/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 18:30:50 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Salesforce Tips & Tricks]]></category>
		<category><![CDATA[Attachments]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Customer Community]]></category>
		<category><![CDATA[Documents]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[IdeaExchange]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[Salesforce Answers]]></category>
		<category><![CDATA[Salesforce CRM Content]]></category>
		<category><![CDATA[Salesforce Knowledge]]></category>
		<category><![CDATA[salesforce.com]]></category>
		<category><![CDATA[sfdc]]></category>

		<guid isPermaLink="false">http://blog.ic-2000.com/?p=787</guid>
		<description><![CDATA[Yes, it&#8217;s true. I typically have nothing but positive things to say about the features of Salesforce and how the entire CRM platform helps customers to work more efficiently and productively. In addition to being so useful, Salesforce provides an entire customer community for asking questions, sharing ideas, and learning from experts in the industry [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s true. I typically have nothing but positive things to say about the features of Salesforce and how the entire CRM platform helps customers to work more efficiently and productively.</p>
<p>In addition to being so useful, Salesforce provides an entire customer community for asking questions, sharing ideas, and learning from experts in the industry all within a tab in your browser.</p>
<p>For some time, I had considered using this tool to submit my comments and suggestions concerning the Salesforce CRM Content user interface, as well as Libraries, Files, and Documents. However, before sharing any ideas, I&#8217;d like to ask for input to help shape a more constructive and robust solution to a common frustration. My confusion surrounding Salesforce Content has only increased since I hopped on the sfdc bandwagon in 2009. Let&#8217;s use this opportunity to discuss what is (sort of) working, what could be done better, and what just plain drives us crazy.</p>
<h4>Salesforce CRM Content: Why is this so confusing?</h4>
<p>According to Salesforce&#8217;s Help &amp; Training guidelines, Content can include all file types: anything from traditional business documents like Microsoft Word or Excel, audio files, video files, web pages, Google docs and more. Anything uploaded to your org can be viewed from within the Content, Libraries, or Subscriptions Tabs.</p>
<p>Okay&#8230; this is simple enough to understand, but then what are Libraries and Files and Documents? Are they they same?</p>
<p>Another Help &amp; Training guide (shown below) answers this question. It is a table that displays the purpose, common uses, supported file types, and maximum file sizes for Salesforce CRM Content, Files, Salesforce Knowledge, Documents, and Attachments. This is very supportive and useful information, but why should we need to ask for this? Shouldn&#8217;t there be one streamlined and easy-to-use location to hold all Content added to Salesforce?</p>
<p><a href="http://blog.ic-2000.com/2012/02/documents_files_content/screen-shot-2012-02-23-at-1-34-58-pm/" rel="attachment wp-att-800"><img class="alignnone  wp-image-800" title="Screen Shot 2012-02-23 at 1.34.58 PM" src="http://blog.ic-2000.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-23-at-1.34.58-PM.png" alt="" width="440" height="460" /></a></p>
<h4>Content overview</h4>
<p>Before I go any further, let&#8217;s take a moment to describe the purpose, functions, and aspects of Salesforce CRM Content.</p>
<p>The content management system is set up with a look and feel similar to other modules in Salesforce. There is a filter pane on the left to specify the parameters of your search results, a search bar at the top that allows you to select which Library you&#8217;d like to browse through, and a Search Results section in the middle of the page.</p>
<p>Salesforce CRM Content makes it easy for Users to organize, search, subscribe to, contribute to, and share files within their org.</p>
<p>The image below depicts the Content home page, or what is viewed when clicking the Content tab in Salesforce. When I refer to the Content user interface, this is primarily what I am referencing. Granted, my screenshot contains zero content, pretend with me that this page is full of documents and files, etc.</p>
<p><a href="http://blog.ic-2000.com/2012/02/documents_files_content/screen-shot-2012-02-23-at-1-06-19-pm-2/" rel="attachment wp-att-789"><img class="wp-image-789 alignnone" title="Screen Shot 2012-02-23 at 1.06.19 PM" src="http://blog.ic-2000.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-23-at-1.06.19-PM1.png" alt="" width="667" height="280" /></a></p>
<h4></h4>
<h4>So what&#8217;s the issue?</h4>
<p>Perhaps you&#8217;re a fan of the user interface of this content management system. If you&#8217;ve been accessing it and are accustomed to its layout and functionality, that is understandable.</p>
<p>But if you&#8217;re like me, you might be wondering why this module seems a bit archaic compared to other sections of Salesforce. Yes, I do understand the functions and uses of Content. I just have a few lingering questions and concerns.</p>
<ul>
<li>Why do I need to make so many clicks to browse through my company&#8217;s stuff? It feels like too much work.</li>
<li>Why does Salesforce elect to keep Libraries and Content separate? How come I can perform functions in the Library tab that aren&#8217;t possible in the Content tab?</li>
<li>How come I cannot sync my data offline? Other options for downloading these files to my desktop are way too time-consuming.</li>
<li>Can we keep Files and Documents within the same tab? Aren&#8217;t they similar enough to be grouped in one location along with the Content and Library tabs?</li>
<li>As for the buttons within the Libraries tab: Contribute? Create New? Add? &#8230; I see why these are three different actions, but isn&#8217;t there an easier way?</li>
</ul>
<h4>What others are saying</h4>
<p>If you search the word &#8220;Content&#8221; in the IdeaExchange on success.salesforce.com, 313+ results appear. Some customers are requesting a more streamlined user interface, while others want to simplify Content Delivery steps. A quick browse of Salesforce.com Answers turns up very similar results. Because of the complexity of all the modules within Salesforce that support adding files and attachments, you&#8217;d think there would be one simple master tab to view, create, and organize everything uploaded to your org.</p>
<p>I am sure there is a good reason we are not yet seeing this on the platform. But does anyone know why? Can anyone give a bit of insight? Are there other points within this topic that I&#8217;ve missed?</p>
<p>Please give your feedback! All input is appreciated.</p>
<img src="http://feeds.feedburner.com/~r/InternetCreationsBlog/~4/vx5K1j0QR6Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.ic-2000.com/2012/02/documents_files_content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.ic-2000.com/2012/02/documents_files_content/</feedburner:origLink></item>
	</channel>
</rss>

