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

<channel>
<!--	<title>VOSibilities &#187; Cloud Extend</title>
  COmmented out by AN 08/20/09 in favor of showing just the blog name
-->
    <title>VOSibilities</title>
	<atom:link href="http://www.activevos.com/blog/category/cloud-extend/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activevos.com/blog</link>
	<description>ActiveVOS: the BPMS that development teams love</description>
	<lastBuildDate>Fri, 25 Jan 2013 16:13:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Supercharging Salesforce Portals to Improve Customer Service</title>
		<link>http://www.activevos.com/blog/active-endpoints/supercharging-salesforce-portals-to-improve-customer-service/2013/01/23/</link>
		<comments>http://www.activevos.com/blog/active-endpoints/supercharging-salesforce-portals-to-improve-customer-service/2013/01/23/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 21:10:51 +0000</pubDate>
		<dc:creator>Clive Bearman</dc:creator>
				<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=4274</guid>
		<description><![CDATA[In today&#8217;s socially connected world customer service is more important than ever. You can offer promotions and incentives, but unless you can  get those customers to spread positive feedback about your company, you won&#8217;t be in business for long. So how can you improve customer service and keep those customers  happy? In this post [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/supercharging-salesforce-portals-to-improve-customer-service/2013/01/23/">Supercharging Salesforce Portals to Improve Customer Service</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>In today&#8217;s socially connected world customer service is more important than ever. You can offer promotions and incentives, but unless you can  get those customers to spread positive feedback about your company, you won&#8217;t be in business for long. So how can you improve customer service and keep those customers  happy? In this post we will describe how Cloud Extend can be used to supercharge the process of case creation within the Service Cloud portal to reduce the time it takes to process a trouble ticket, whether by customer self-service or via a customer service agent.</p>
<p>So lets begin. A common use of Cloud Extend is to guide portal users through the process of quickly setting up a <strong>Case</strong> object in Saleforce.  So when the customer calls the support hotline, they are dealt with promptly rather than kept on hold for an eternity.</p>
<p>There are three main considerations in this type of Cloud Extend application:</p>
<ol>
<li>The Process Guide</li>
<li>Validating Data Entry</li>
<li>Ensuring Business Rules are followed</li>
</ol>
<p>So let&#8217;s address each of these items in turn.</p>
<p><strong>The Process Guides</strong></p>
<p>With Cloud Extend, you can build a process wizard that will guide a Portal user (or any other Salesforce user) through a series of steps. The steps can be a combination of screen steps (which prompt the user to enter data and make choices), automated steps (which do work for the user by creating Salesforce objects, sending email, creating tasks, etc), and data decision steps. Here is a sample Cloud Extend guide:</p>
<p><a href="http://www.activevos.com/blog/wp-content/uploads/2013/01/guide.png"><img class="size-full wp-image-4284 alignnone" style="border: 1px solid gray;" title="guide" src="http://www.activevos.com/blog/wp-content/uploads/2013/01/guide.png" alt="" width="628" height="283" /></a></p>
<p>Cloud Extend guides can be run from a Saleforce portal, in which case a portal user is guided through a process to enter data and create objects in Salesforce.   The Cloud Extend guide will have access to any Salesforce objects and fields to which a portal user has access.</p>
<p>Now let&#8217;s examine the second of our three considerations &#8211; validating data.</p>
<p><strong>Validating Data Entry</strong></p>
<p>Since a Cloud Extend guide walks a user through all of the data entry steps, and Cloud Extend screens can contain detailed instructions on how to enter the data, errors in data entry are greatly reduced. In addition, Cloud Extend guides can automatically enter data and create relationships between objects based on the context of the Cloud Extend guide.</p>
<p>Of course, there are still times when users will make errors or do the wrong thing. You can design Cloud Extend screen steps so that any data field is required to be entered correctly before the Cloud Extend guide will advance (even if the data field is not a required field in the underlying Saleforce implementation). This is useful because a data field may not always be required (so it not practical to make it a required field in Salesforce), but in the context of a particular step in a process, the data field is required:</p>
<p><a href="http://www.activevos.com/blog/wp-content/uploads/2013/01/validation.png"><img class="alignnone size-full wp-image-4283" style="border: 1px solid gray;" title="validation" src="http://www.activevos.com/blog/wp-content/uploads/2013/01/validation.png" alt="" width="628" height="547" /></a></p>
<p>It&#8217;s always useful to perform data validation on entries for data fields (for instance, to ensure a due date for a Task is not set to a date prior to today). Salesforce has excellent facilities for defining validation rules in the Saleforce implementation, and Cloud Extend honors all Salesforce validation rules.   If a user attempts to enter data that causes a validation rule in Saleforce to fail, the Cloud Extend guide will not advance, and instead will prompt the user to correct the entry.</p>
<p>Now onto our last consideration &#8211; business rules.</p>
<p><strong>Applying Business Rules</strong></p>
<p>Because Cloud Extend guides can branch based on user input, many “business rules” (such as “do X if the customer is calling about Product A”, “do Y if the customer is calling about Product B”) can be implemented directly in a Cloud Extend guidance tree:</p>
<p><a href="http://www.activevos.com/blog/wp-content/uploads/2013/01/business-rule1.png"><img class="alignnone size-full wp-image-4282" style="border: 1px solid gray;" title="business-rule1" src="http://www.activevos.com/blog/wp-content/uploads/2013/01/business-rule1.png" alt="" width="638" height="347" /></a></p>
<p>Cloud Extend can also perform flow decisions based on the values of data fields in Salesforce. Therefore, business rules such as “Do X if this is a Large Company, Do Y if this is a Medium-Sized Company, Do Z if this is a Small Company” can be implemented easily:</p>
<p><a href="http://www.activevos.com/blog/wp-content/uploads/2013/01/business-rule2.png"><img class="alignnone size-full wp-image-4281" style="border: 1px solid gray;" title="business-rule2" src="http://www.activevos.com/blog/wp-content/uploads/2013/01/business-rule2.png" alt="" width="642" height="342" /></a></p>
<p>And data decisions can also be based on the value of fields in Salesforce.   For example you can set the threshold values or parameters for the business rules individually per process – i.e. the process of lead qualification for one client might define a Large Customer as over $1B in annual revenue, while another client might define a Large Customer as over $50B in annual revenue.</p>
<p><strong>Putting it Altogether<br />
</strong></p>
<p>The final step is to combine the three items to create efficient support processes.  For example one customer in the energy industry created a set of guides to handle account creation and querying that drastically reduced call waiting times and increased support throughput (for full details see the guest post <a href="http://www.cloudextend.com/blog/active-endpoints/energizing-our-crm-with-cloud-extend-for-salesforce/2012/04/26/">here</a>). Another customer in the telecoms industry wrote guides that revolutionized their case resolution processes and  improved service levels by 90% (read more <a href="http://www.activeendpoints.com/content/blog/active_endpoints_and_scancom_press_release_20130109.pdf">here</a>).</p>
<p>So no matter your industry or your type of Salesforce portal, you can supercharge your CRM with the easy to use Cloud Extend.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/supercharging-salesforce-portals-to-improve-customer-service/2013/01/23/">Supercharging Salesforce Portals to Improve Customer Service</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/active-endpoints/supercharging-salesforce-portals-to-improve-customer-service/2013/01/23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Extend Enables Scancom to Improve Customer Service Levels by 90%!</title>
		<link>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/cloud-extend-enables-scancom-to-improve-customer-service-levels-by-90/2013/01/10/</link>
		<comments>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/cloud-extend-enables-scancom-to-improve-customer-service-levels-by-90/2013/01/10/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 13:31:02 +0000</pubDate>
		<dc:creator>Clive Bearman</dc:creator>
				<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Chen Kotecha]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Process Automation]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Scancom]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=4253</guid>
		<description><![CDATA[There&#8217;s nothing better than customer validation, except of course customer validation with a fantastic ROI. So that&#8217;s why we&#8217;re so excited to share a this fantastic customer story with you. Today Scancom Distribution Ltd, a leading B2B supplier of mobile airtime, handsets and data-related products, announced that Cloud Extend helped then reduce the time required [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/cloud-extend-enables-scancom-to-improve-customer-service-levels-by-90/2013/01/10/">Cloud Extend Enables Scancom to Improve Customer Service Levels by 90%!</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img id="il_fi" class="alignleft" src="http://business-orange-live-orangedigital.s3.amazonaws.com/styles/content_item_content_image_third_width/s3/EEPP-scancom_266x266.png" alt="" width="229" height="229" />There&#8217;s nothing better than customer validation, except of course customer validation with a fantastic ROI. So that&#8217;s why we&#8217;re so excited to share a this fantastic customer story with you. Today Scancom Distribution Ltd, a leading B2B supplier of mobile airtime, handsets and data-related products, announced that Cloud Extend helped then reduce the time required to resolve customer service issues by 90%!</p>
<p>It&#8217;s really impressive to hear how they&#8217;ve used desktop and mobile wizards to handle customer billing and support issues. In fact, it wouldn&#8217;t be boasting to say that Cloud Extend has revolutionized the way they treat their customers. The full details are in the the press release below.</p>
<p>So <a href="https://www.activeendpoints.com/content/blog/active_endpoints_and_scancom_press_release_20130109.pdf">check it out</a> and see why Scancom&#8217;s Managing Director Chen Kotecha said, “<em><strong>Cloud Extend is a must have application for anyone who uses Salesforce.</strong></em>”.</p>
<p>High praise indeed.  Thanks Chen.</p>
<p><a href="https://www.activeendpoints.com/content/blog/active_endpoints_and_scancom_press_release_20130109.pdf"><img style="border: 0px none;" src="http://www.activevos.com/themes/default/images/button_view_large.gif" border="0" alt="" width="146" height="43" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/cloud-extend-enables-scancom-to-improve-customer-service-levels-by-90/2013/01/10/">Cloud Extend Enables Scancom to Improve Customer Service Levels by 90%!</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/cloud-extend-enables-scancom-to-improve-customer-service-levels-by-90/2013/01/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Cloud Extend Mobile Optimizes SaaS Access for Enterprise Mobility</title>
		<link>http://www.activevos.com/blog/cloud/how-cloud-extend-mobile-optimizes-saas-access-for-enterprise-mobility-2/2012/09/27/</link>
		<comments>http://www.activevos.com/blog/cloud/how-cloud-extend-mobile-optimizes-saas-access-for-enterprise-mobility-2/2012/09/27/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 19:28:34 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[idn]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[touchscreen]]></category>
		<category><![CDATA[Vance McCarthy]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=4206</guid>
		<description><![CDATA[Recently, we met with Vance McCarthy, editor for Integration Developer News, to show him the recently launched Cloud Extend Mobile.  Cloud Extend Mobile fundamentally changes the way business people use  smartphones to  perform daily work with enterprise cloud applications,  enabling voice-to-text and touchscreen input with end-user   customization. Read Vance&#8217;s [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/how-cloud-extend-mobile-optimizes-saas-access-for-enterprise-mobility-2/2012/09/27/">How Cloud Extend Mobile Optimizes SaaS Access for Enterprise Mobility</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-4210" href="http://www.activevos.com/blog/cloud/how-cloud-extend-mobile-optimizes-saas-access-for-enterprise-mobility-2/2012/09/27/attachment/cloudextendmobile_01/"><img class="alignleft size-full wp-image-4210" title="cloudextendmobile" src="http://www.activevos.com/blog/wp-content/uploads/2012/09/cloudextendmobile_01.jpg" alt="Cloud Extend Mobile" width="277" height="182" /></a>Recently, we met with Vance McCarthy, editor for <a title="Active Endpoints Gives Mobile Users Simple, Code-Free Access to Salesforce, Other SaaS" href="http://www.idevnews.com/stories/5405/Active-Endpoints-Gives-Mobile-Users-Simple-Code-Free-Access-to-Salesforce-Other-SaaS" target="_blank">Integration Developer News</a><!--s_links--><!--check code--><!--/s_links-->, to show him the recently launched <a title="Cloud Extend Mobile overview" href="http://www.cloudextend.com/salesforce/features/mobile" target="_blank">Cloud Extend Mobile</a>.  Cloud Extend Mobile fundamentally changes the way business people use  smartphones to  perform daily work with enterprise cloud applications,  enabling voice-to-text and touchscreen input with end-user   customization. <a title="Active Endpoints Gives Mobile Users Simple, Code-Free Access to Salesforce, Other SaaS" href="http://www.idevnews.com/stories/5405/Active-Endpoints-Gives-Mobile-Users-Simple-Code-Free-Access-to-Salesforce-Other-SaaS" target="_blank">Read</a> Vance&#8217;s take on how Cloud Extend Mobile provides business users with  mobile access to Salesforce, simplifying and streamlining access to this  leading CRM &#8211; all without writing any code.</p>
<p>See Cloud Extend Mobile for yourself in this quick <a title="Cloud Extend Mobile overview" href="http://www.cloudextend.com/cp/795/cloud-extend-for-salesforce-overview" target="_blank">video</a>.</p>
<p>As always, we appreciate Vance’s attention to Cloud Extend and Active Endpoints.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/how-cloud-extend-mobile-optimizes-saas-access-for-enterprise-mobility-2/2012/09/27/">How Cloud Extend Mobile Optimizes SaaS Access for Enterprise Mobility</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/how-cloud-extend-mobile-optimizes-saas-access-for-enterprise-mobility-2/2012/09/27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s So Simple, It&#8217;s Childs Play! Looping Through Salesforce Records With Cloud Extend.</title>
		<link>http://www.activevos.com/blog/cloud/its-so-simple-its-childs-play-looping-through-salesforce-records-with-cloud-extend/2012/09/26/</link>
		<comments>http://www.activevos.com/blog/cloud/its-so-simple-its-childs-play-looping-through-salesforce-records-with-cloud-extend/2012/09/26/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 20:15:09 +0000</pubDate>
		<dc:creator>Eric Egertson</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Guidance Trees]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[wizard]]></category>
		<category><![CDATA[wizards]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3977</guid>
		<description><![CDATA[If you&#8217;re like me, you&#8217;ll often find yourself repeating the same action on a set of records in Salesforce.  You look things up, decide what needs to be done, do the action and then repeat the whole process again with another record.  In fact when I&#8217;m preparing for a sales meeting I do [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/its-so-simple-its-childs-play-looping-through-salesforce-records-with-cloud-extend/2012/09/26/">It&#8217;s So Simple, It&#8217;s Childs Play! Looping Through Salesforce Records With Cloud Extend.</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3988" title="lather-rinse-repeat" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/lather-rinse-repeat.jpg" alt="" width="215" height="215" />If you&#8217;re like me, you&#8217;ll often find yourself repeating the same action on a set of records in Salesforce.  You look things up, decide what needs to be done, do the action and then repeat the whole process again with another record.  In fact when I&#8217;m preparing for a sales meeting I do that &#8220;<strong>a lot</strong>&#8220;.  I first look up a contact record on the account, decide if the contact needs to be invited to the meeting, then send an email invite. Finally rinse and repeat with another contact on the account.</p>
<p>If the meeting is small, say two or three people, then the whole process doesn&#8217;t take very long.  However things get out of hand when the guest list gets longer.  The preparation and followup time quickly escalates to consume a significant portion of my day. But I really want to be selling, since I&#8217;m a sales guy, not doing the admin.  In an ideal world I&#8217;d like to automate this type of activity to maximize the best use of my time.</p>
<p>Luckily for me there&#8217;s a great new feature in Cloud Extend that can make this all happen. Cloud Extend has the ability to do searches and then iteratively run a process on the search results. And the best thing is that it&#8217;s so easy to do.  So for the remainder of this blog post I&#8217;m going to explain how it works using my &#8220;pre-meeting planner&#8221; scenario as the example. There&#8217;s a <a href="http://help.cloudextend.com/salesforce/learn/use-cases/">video </a>that illustrates all the action and a complete <a href="http://www.cloudextend.com/content/products/cloud_extend/samples/Meeting_Preparation.gt.zip">sample guide</a><!--s_links--><!--check code--><!--/s_links--> to download to try it out for yourself.  It&#8217;s an excellent example, if I say so myself.</p>
<p>The pre-meeting planner helps a sales rep get ready for a meeting by considering whether additional Contacts should be invited to, or briefed about a sales meeting.  It also lets the sales person review recent support Cases in order to head off any outstanding issues that could potentially derail the meeting.  Finally the guide highlights the best marketing materials to take to the meeting.  The screenshot below illustrates the beginning of the process:</p>
<p style="text-align: center;"><a href="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-1.png"><img class="size-full wp-image-3980 aligncenter" title="meeting-prep-1" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-1.png" alt="" width="311" height="208" /></a></p>
<p>So as I said before, Cloud Extend can now search for objects (we give you a visual search builder), and then display the results.<span style="mso-spacerun: yes;"> </span>The sales rep can then select all objects returned from the search, or a subset of the objects as shown below:</p>
<p style="text-align: center;"><a href="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-2.png"><img class="size-medium wp-image-3986 aligncenter" title="meeting-prep-2" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-2-300x193.png" alt="" width="300" height="193" /></a></p>
<p>The Cloud Extend wizard then walks the rep through the process of calling the contact, recording the notes, sending a calendar invite, if appropriate, for each selection in the list:</p>
<p style="text-align: center;"><a href="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-3.png"><img class="size-medium wp-image-3985 aligncenter" title="meeting-prep-3" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-3-300x173.png" alt="" width="300" height="173" /></a></p>
<p style="text-align: center;"><a href="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-4.png"><img class="size-medium wp-image-3984 aligncenter" title="meeting-prep-4" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-4-300x174.png" alt="" width="300" height="174" /></a></p>
<p>Then the guide does a similar search as before, but this time looking for Case objects associated with the Account.<span style="mso-spacerun: yes;"> </span>That way, the rep can review all recent support Cases to ensure that there aren&#8217;t any lingering customer service issues that will derail the sales meeting:</p>
<p style="text-align: center;"><a href="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-5.png"><img class="size-medium wp-image-3983 aligncenter" title="meeting-prep-5" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-5-300x173.png" alt="" width="300" height="173" /></a></p>
<p>As with Contacts, the rep can then review each Case individually, and then escalate the Case to a support manager if required:</p>
<p style="text-align: center;"><a href="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-6.png"><img class="size-medium wp-image-3982 aligncenter" title="meeting-prep-6" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-6-300x174.png" alt="" width="300" height="174" /></a></p>
<p style="text-align: center;"><a href="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-7.png"><img class="size-medium wp-image-3981 aligncenter" title="meeting-prep-7" src="http://www.cloudextend.com/blog/wp-content/uploads/2012/09/meeting-prep-7-300x173.png" alt="" width="300" height="173" /></a></p>
<p>And that&#8217;s all their is to it.  It now only takes a few minutes to prep for a large meeting.  Everyone is kept in the loop, all the notes have been recorded and any outstanding issues have been addressed.  Perfect. My sales meetings should be smooth sailing from here!</p>
<p>&#8220;But wait!&#8221; I hear you cry. &#8220;Can&#8217;t we do this with Visual Flow?&#8221;</p>
<p>I&#8217;m sorry to report, &#8220;<strong>No</strong>&#8220;.  Some of our larger customers have reported that this type of &#8220;Search, get list of Objects, then work on Objects iteratively&#8221; is not available in Salesforce Visual Flow, and when they have inquired about this type of functionality, they have been told it is not on the Visual Workflow roadmap (which at the time of writing, currently extends through 2013).</p>
<p>Incidentally, another item not on the Visual Workflow roadmap for the foreseeable future is flow persistence – that is the ability for a user to pause work in a guide, do other work in Salesforce, and then return to the guide at a later time.<span style="mso-spacerun: yes;"> Again </span>Cloud Extend comes to the rescue.  Cloud Extend is stateful, meaning that the Sales rep can paused guide, go off and do other work, then resume working on the the guide at a later date at the SAME point where they left off.<span style="mso-spacerun: yes;"> </span>With Visual Workflow, the flow would have to be restarted and all previously completed steps would have to be repeated. Of course Visual Workflow would also have to &#8220;undo&#8221; previous steps too!</p>
<p>So I hope you enjoyed this blog post and remember to try out the guide in your own Cloud Extend environment.</p>
<p>To watch a video of the pre-meeting planner go <a href="http://help.cloudextend.com/salesforce/learn/use-cases/">here</a>. And finally, click <a href="http://www.cloudextend.com/content/products/cloud_extend/samples/Meeting_Preparation.gt.zip">here</a> to download the completed pre-meeting planner guide sample.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/its-so-simple-its-childs-play-looping-through-salesforce-records-with-cloud-extend/2012/09/26/">It&#8217;s So Simple, It&#8217;s Childs Play! Looping Through Salesforce Records With Cloud Extend.</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/its-so-simple-its-childs-play-looping-through-salesforce-records-with-cloud-extend/2012/09/26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plymouth Rock Energy Selects Cloud Extend via Salesforce.com&#8217;s AppExchange, Speaks at Dreamforce &#8216;12</title>
		<link>http://www.activevos.com/blog/cloud-extend/plymouth-rock-energy-selects-cloud-extend-via-salesforce-coms-appexchange/2012/09/18/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/plymouth-rock-energy-selects-cloud-extend-via-salesforce-coms-appexchange/2012/09/18/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 11:45:26 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[appexchange]]></category>
		<category><![CDATA[dreamforce]]></category>
		<category><![CDATA[enterprise resource planning]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[Jonathan Adlerstein]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[moscone]]></category>
		<category><![CDATA[Plymouth Rock Energy]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3947</guid>
		<description><![CDATA[We&#8217;re thrilled to announce that our customer, Plymouth Rock Energy, has selected Cloud Extend for Salesforce to automate and streamline tasks in its enterprise resource planning (ERP) system, redefining how the company connects with its customers. Details are in the press release below.
We&#8217;ll be at salesforce.com&#8217;s Dreamforce &#8216;12, the world’s largest cloud computing and enterprise [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/plymouth-rock-energy-selects-cloud-extend-via-salesforce-coms-appexchange/2012/09/18/">Plymouth Rock Energy Selects Cloud Extend via Salesforce.com&#8217;s AppExchange, Speaks at Dreamforce &#8216;12</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-3959  alignleft" title="Dreamforce" src="http://www.activevos.com/blog/wp-content/uploads/2012/09/Picture1-300x218.png" alt="" width="132" height="95" />We&#8217;re thrilled to announce that our customer, <a title="Plymouth Rock Energy" href="http://www.plymouthenergy.com/" target="_blank">Plymouth Rock Energy</a>, has selected <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_blank">Cloud Extend for Salesforce</a> to automate and streamline tasks in its enterprise resource planning (ERP) system, redefining how the company connects with its customers. Details are in the press release below.</p>
<p>We&#8217;ll be at salesforce.com&#8217;s <a title="Dreamforce '12" href="http://www.salesforce.com/dreamforce/DF12/" target="_blank">Dreamforce &#8216;12</a>, the world’s largest cloud computing and enterprise technology event, this week and we&#8217;d love to see you! Come find us at Dreamforce:</p>
<ul>
<li><strong>Customer presentation</strong>: Plymouth&#8217;s CIO, Jonathan Adlerstein, will be speaking on Thursday, September 20 at 9am (3005/3007 Moscone West Level 3), about how Cloud Extend simplified very complex processes, improving call center productivity by 20% and reducing customer waiting time to zero. <a title="Register for the Dreamforce '12 Plymouth Energy session" href="http://bit.ly/RM3Wwk" target="_blank">Register</a> before the seats fill up (session registration requires a valid Dreamforce conference login).</li>
<li><strong>Stop by our booth</strong> (#1540) for live demos of <a title="Cloud Extend Mobile overview" href="http://www.cloudextend.com/salesforce/features/mobile" target="_blank">Cloud Extend Mobile</a> and to meet our execs. And of course, pick up a flying, screaming Cloud Extend monkey!</li>
</ul>
<p>Can&#8217;t make it to Dreamforce this year? Check out the recent Cloud Extend reviews on <a title="Cloud Extend on AppExchange" href="http://www.cloudextend.com/appexchange" target="_blank">AppExchange</a>, including one entitled &#8220;Best Money I&#8217;ve Ever Spent.&#8221; Or <a href="mailto:info@cloudextend.com">drop us a line</a>, we&#8217;d be happy to set up a web demo for you.</p>
<p><a href="http://www.cloudextend.com/content/blog/20120918_dreamforce_announcement.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/plymouth-rock-energy-selects-cloud-extend-via-salesforce-coms-appexchange/2012/09/18/">Plymouth Rock Energy Selects Cloud Extend via Salesforce.com&#8217;s AppExchange, Speaks at Dreamforce &#8216;12</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/plymouth-rock-energy-selects-cloud-extend-via-salesforce-coms-appexchange/2012/09/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Right Way For Cloud Applications To Go Mobile</title>
		<link>http://www.activevos.com/blog/active-endpoints/the-right-way-for-cloud-applications-to-go-mobile/2012/08/24/</link>
		<comments>http://www.activevos.com/blog/active-endpoints/the-right-way-for-cloud-applications-to-go-mobile/2012/08/24/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 16:35:14 +0000</pubDate>
		<dc:creator>Michael Rowley</dc:creator>
				<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Smart phone]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3876</guid>
		<description><![CDATA[
Let’s assume you have an enterprise application and want to provide a good mobile experience for it. Conventional wisdom says that you have to have a development team create a native mobile application in order to provide the best mobile experience. Conventional wisdom is wrong.
The primary problem with adapting an application to a smart phone [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/the-right-way-for-cloud-applications-to-go-mobile/2012/08/24/">The Right Way For Cloud Applications To Go Mobile</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Home.png"><img class="alignleft size-medium wp-image-3879" title="iPhone Home" src="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Home-150x300.png" alt="" width="165" height="330" /></a><a href="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Custom-Picklist.png"><img class="alignleft size-medium wp-image-3878" title="iPhone Custom Picklist" src="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Custom-Picklist-150x300.png" alt="" width="165" height="330" /></a><a href="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Siri.png"><img class="alignleft size-medium wp-image-3880" title="iPhone Siri" src="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Siri-150x300.png" alt="" width="165" height="330" /></a><a href="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Update-Opportunity.png"><img class="alignleft size-medium wp-image-3881" title="iPhone Update Opportunity" src="http://www.activevos.com/blog/wp-content/uploads/2012/07/iPhone-Update-Opportunity-150x300.png" alt="" width="165" height="330" /></a></p>
<p style="text-align: left;"><strong>Let’s</strong> assume you have an enterprise application and want to provide a good mobile experience for it. Conventional wisdom says that you have to have a development team create a native mobile application in order to provide the best mobile experience. Conventional wisdom is wrong.</p>
<p>The primary problem with adapting an application to a smart phone is the small screen real estate. The best way to optimize the mobile experience for this small screen is to show the user only what <strong><em>they</em> </strong>want to see. Asking an expert mobile developer to create an ideal mobile experience is a flawed approach. They may be able to show some fancier graphics than what would be shown in a mobile web application, but they have to write a single application that will work for everyone. For most enterprise applications, there is just too much data and the developer can’t know for sure that any of it is irrelevant. Only the user knows that.</p>
<p>So, the best approach is for the user to think of the situations when <strong><em>they</em> </strong>need to use their enterprise application from their smart phone, such as recording results from a sales call in a CRM after leaving a meeting. Then, for each of these situations, <strong><em>the user</em></strong> can create a custom mobile experience that shows them exactly the data they need to see or update. The user also adds questions to their mobile app, to accommodate common variations to the scenario that they encounter, with each variation showing appropriate screens. Allowing many users to customize their experience in this way produces a result that is far superior to than anything that a small number of developers could design and build.</p>
<p>A great experience also demands quick changes to adapt to changing needs. Deploying and maintaining native applications for the growing multitude of mobile operating system versions is so unwieldy that developers, by necessity, have to roll out changes slowly and infrequently. By contrast, using customization by the end-user as the means of improving the experience means that HTML 5 can be used (it is more than powerful enough) and changes can be made whenever there is need for it, without creating an untenable tangle of native application versions.</p>
<p>So, the key to an optimal mobile experience is in providing a mobile application design environment that is so simple that anyone can use it to create exactly what they need. This is what Cloud Extend does for Salesforce. <a href="http://cloudextend.com/" target="_blank">Check it out!</a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/the-right-way-for-cloud-applications-to-go-mobile/2012/08/24/">The Right Way For Cloud Applications To Go Mobile</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/active-endpoints/the-right-way-for-cloud-applications-to-go-mobile/2012/08/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Endpoints Named Finalist in Mass Technology Leadership Council Leadership Awards for Innovative Technology of the Year, Cloud Computing</title>
		<link>http://www.activevos.com/blog/cloud/active-endpoints-named-finalist-in-mass-technology-leadership-council-leadership-awards-for-innovative-technology-of-the-year-cloud-computing/2012/07/31/</link>
		<comments>http://www.activevos.com/blog/cloud/active-endpoints-named-finalist-in-mass-technology-leadership-council-leadership-awards-for-innovative-technology-of-the-year-cloud-computing/2012/07/31/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 13:23:00 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Mass Technology Leadership Council]]></category>
		<category><![CDATA[masstlc]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3915</guid>
		<description><![CDATA[Exciting news! Right on the heels of our recent announcement of the availability of Cloud Extend Mobile, we were just informed that Cloud Extend is a finalist for the MassTLC Leadership Awards 2012 in its Innovative Technology of the Year, Cloud Computing category. Full press release below.
Mark Taber, CEO, Active Endpoints, says, “We’re honored to [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/active-endpoints-named-finalist-in-mass-technology-leadership-council-leadership-awards-for-innovative-technology-of-the-year-cloud-computing/2012/07/31/">Active Endpoints Named Finalist in Mass Technology Leadership Council Leadership Awards for Innovative Technology of the Year, Cloud Computing</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-3919 alignright" title="Mass TLC" src="http://www.activevos.com/blog/wp-content/uploads/2012/07/logo_mass_tlc-300x64.png" alt="" width="300" height="64" /><!--s_links--><!--check code--><!--/s_links--><strong>Exciting news!</strong> Right on the heels of our <a href="http://www.activevos.com/blog/cloud/new-cloud-extend-mobile-simplifies-and-accelerates-daily-work/2012/07/24/">recent announcement of the availability of Cloud Extend Mobile</a>, we were just informed that <a href="http://www.cloudextend.com">Cloud Extend</a> is a finalist for the <a title="MassTLC Leadership Awards 2012" href="http://masstlcawards.org/finalists/" target="_blank">MassTLC Leadership Awards 2012</a> in its Innovative Technology of the Year, Cloud Computing category. Full press release below.</p>
<p>Mark Taber, CEO, Active Endpoints, says, “We’re honored to be recognized by MassTLC as a Leadership Awards finalist amongst some of the most notable companies on the Massachusetts tech scene. Building on last week’s announcement of Cloud Extend Mobile, this nomination is further validation of how Active Endpoints exemplifies cloud innovation and continues to push the envelope to make it even easier for users to fully realize the power of cloud-based enterprise apps.”</p>
<p>To learn more about Cloud Extend Mobile, feel free to <a title="Cloud Extend Mobile overview video" href="http://ow.ly/cmHdv">view and share this two-minute video</a>.<strong></strong><a href="http://ow.ly/cmHdv" target="_blank"></a></p>
<p><a href="http://www.cloudextend.com/content/blog/20120731_masstlc_award_finalist_cloud.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/active-endpoints-named-finalist-in-mass-technology-leadership-council-leadership-awards-for-innovative-technology-of-the-year-cloud-computing/2012/07/31/">Active Endpoints Named Finalist in Mass Technology Leadership Council Leadership Awards for Innovative Technology of the Year, Cloud Computing</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/active-endpoints-named-finalist-in-mass-technology-leadership-council-leadership-awards-for-innovative-technology-of-the-year-cloud-computing/2012/07/31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Cloud Extend Mobile Simplifies and Accelerates Daily Work</title>
		<link>http://www.activevos.com/blog/cloud/new-cloud-extend-mobile-simplifies-and-accelerates-daily-work/2012/07/24/</link>
		<comments>http://www.activevos.com/blog/cloud/new-cloud-extend-mobile-simplifies-and-accelerates-daily-work/2012/07/24/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 16:25:43 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[touchscreen]]></category>
		<category><![CDATA[voice-to-text]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3855</guid>
		<description><![CDATA[Today Active Endpoints announced Cloud Extend Mobile, enabling voice-to-text and touchscreen input with end-user customization. For full details, please read the press release below.
What does this mean for sales and customer support staff?

No more waiting: Users can now perform their daily tasks, such as updating information and scheduling next steps while on the go, on [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/new-cloud-extend-mobile-simplifies-and-accelerates-daily-work/2012/07/24/">New Cloud Extend Mobile Simplifies and Accelerates Daily Work</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Today Active Endpoints announced Cloud Extend Mobile, enabling voice-to-text and touchscreen input with end-user customization. For full details, please read the press release below.<img class="size-medium wp-image-3863 alignright" title="Cloud Extend Mobile" src="http://www.activevos.com/blog/wp-content/uploads/2012/06/mobile_social_support3-300x219.gif" alt="" width="300" height="219" /></p>
<p>What does this mean for sales and customer support staff?</p>
<ul>
<li><strong>No more waiting:</strong> Users can now perform their daily tasks, such as updating information and scheduling next steps while on the go, on their favorite device, a smartphone.</li>
<li><strong>Take Salesforce on the road:</strong> Wizards built to streamline and simplify sales and customer support tasks in Salesforce can be accessed anywhere, anytime.</li>
<li><strong>No coding or IT support needed:</strong> Sales and field support teams can create mobile-optimized interfaces for qualifying leads, identifying cross-selling opportunities.</li>
</ul>
<p><a title="Try Cloud Extend Mobile today" href="http://www.cloudextend.com/l/cesf-mobile-launch" target="_blank">Try</a> the new Cloud Extend mobile capabilities today, or <a title="Watch demo: Cloud Extend Mobile" href="http://www.cloudextend.com/l/mobileoverview" target="_blank">watch</a> a two minute video to see how they can help sales and support staff do their jobs better.</p>
<p><a href="http://www.cloudextend.com/content/blog/20120724_cloud_extend_mobile_announce.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/new-cloud-extend-mobile-simplifies-and-accelerates-daily-work/2012/07/24/">New Cloud Extend Mobile Simplifies and Accelerates Daily Work</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/new-cloud-extend-mobile-simplifies-and-accelerates-daily-work/2012/07/24/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Initiating a Customer Service Case with Cloud Extend</title>
		<link>http://www.activevos.com/blog/cloud/initiating-a-customer-service-case-with-cloud-extend/2012/06/12/</link>
		<comments>http://www.activevos.com/blog/cloud/initiating-a-customer-service-case-with-cloud-extend/2012/06/12/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 15:56:40 +0000</pubDate>
		<dc:creator>Eric Egertson</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[customer support]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[sales rep]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[use case]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3820</guid>
		<description><![CDATA[Sales is a dominant use case for Cloud Extend, so we spend a lot of time focusing on how our wizards can make life easier – and more profitable &#8212; for sales reps and managers. But customer service is another popular use case that benefits from the simple, step-by-step guidance provided by Cloud Extend.
Here, I’m [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/initiating-a-customer-service-case-with-cloud-extend/2012/06/12/">Initiating a Customer Service Case with Cloud Extend</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-3822" href="http://www.activevos.com/blog/cloud/initiating-a-customer-service-case-with-cloud-extend/2012/06/12/attachment/customer-support-case/"><img class="alignleft size-full wp-image-3822" title="customer-support-case" src="http://www.activevos.com/blog/wp-content/uploads/2012/06/customer-support-case.jpg" alt="" width="157" height="157" /></a>Sales is a dominant use case for <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_blank">Cloud Extend</a>, so we spend a lot of time focusing on how our wizards can make life easier – and more profitable &#8212; for sales reps and managers. But customer service is another popular use case that benefits from the simple, step-by-step guidance provided by Cloud Extend.</p>
<p>Here, I’m going to walk through an example of how to use Cloud Extend to set up a new case in Salesforce. You can also check out the related video, <a title="Cloud Extend Use Case: Initiating a Support Case" href="http://www.cloudextend.com/cp/853/initiating-a-support-case" target="_blank">Initiating a Support Case</a>.</p>
<p>This scenario begins with someone from Acme Dynamite calling in to open a new case. As the customer support agent, the first thing you do is open the Acme Dynamite account screen in Salesforce and expand the Account Wizards section to run the New Case Set Up wizard. The wizard then walks you through each step of the set up process:</p>
<ul>
<li><strong>Step 1</strong>: Identifies why the person is calling. Options appear as on-screen buttons for “paid ad listing,” “free listing” or “other.” This call is about a paid ad, and clicking the “paid ad listing” button takes you to the next step.</li>
</ul>
<ul>
<li><strong>Step 2</strong>: Confirms who is calling, with options for “customer” or “sales rep.” This caller is a rep calling on behalf of the customer, so click “sales rep” to get to the third step.</li>
</ul>
<ul>
<li><strong>Step 3</strong>: Confirms the sales rep you’re talking to is the account owner listed in the Account Detail section of Salesforce. If not, update the record here using a pop-up “lookup user” window that lists the company’s sales reps. Click “continue.”</li>
</ul>
<ul>
<li><strong>Step 4</strong>: Sets up the case in Salesforce for a new paid listing. First, select the account contact for this case using a drop down box that lists the Acme Dynamite contacts. Then enter a free form text description for this paid listing and click “continue.”</li>
</ul>
<ul>
<li><strong>Step 5</strong>: Confirms a new case has been created and provides the case number as well as link to the new case. Click “done” to complete the wizard.</li>
</ul>
<p>At step 5, you can also click on the link to the new case, which opens in a new browser tab. You’ll see the case details you just gathered from the New Case Set Up wizard. You’ll also have access to any Cloud Extend wizards you create for cases – for instance, a wizard to walk customer support agents step-by-step through case resolution.</p>
<p>Of course, your wizards can be as simple or elaborate as you’d like, with steps that reflect your unique support processes. As with all Cloud Extend wizards, customer support wizards 1) display only the information agents need at a given moment; and 2) automate tasks they need to perform during and/or after the call.</p>
<p>Check out our other wizard examples and ideas in the <a title="Cloud Extend for Salesforce Use Cases" href="http://www.cloudextend.com/salesforce/resources#UseCases" target="_blank">Use Cases</a> section of our website. Or post a comment below or give us a call at 781-547-2900 to  brainstorm other ways we can make life easier for your Salesforce users.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/initiating-a-customer-service-case-with-cloud-extend/2012/06/12/">Initiating a Customer Service Case with Cloud Extend</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/initiating-a-customer-service-case-with-cloud-extend/2012/06/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three-Touch Telesales</title>
		<link>http://www.activevos.com/blog/cloud/three-touch-telesales/2012/06/05/</link>
		<comments>http://www.activevos.com/blog/cloud/three-touch-telesales/2012/06/05/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 13:00:02 +0000</pubDate>
		<dc:creator>Clive Bearman</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Process Automation]]></category>
		<category><![CDATA[sales people]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Telesales]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3801</guid>
		<description><![CDATA[Like most tech companies, we eat our own dog food at Active Endpoints and so we use Cloud Extend for Salesforce extensively. The wizards we’ve created reflect best practices for sales activities that we perform on a regular basis. In this post, I cover a few highlights of the wizard-driven, three-touch approach that we use [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/three-touch-telesales/2012/06/05/">Three-Touch Telesales</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-3805  alignleft" title="sales-process" src="http://www.activevos.com/blog/wp-content/uploads/2012/06/sales-process-300x192.jpg" alt="" width="300" height="192" /><strong>Like most tech companies</strong>, we eat our own dog food at Active Endpoints and so we use <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_blank">Cloud Extend for Salesforce</a> extensively. The wizards we’ve created reflect best practices for sales activities that we perform on a regular basis. In this post, I cover a few highlights of the wizard-driven, three-touch approach that we use for telesales  that you may find suitable for your needs.</p>
<p>Of course, you can use this approach without a wizard and work all of the the steps manually in Salesforce.  However, the wizard ensures our team follows the best practice and walks each sales person through the telesales process, step by step.  The wizard automatically updates contact records and creates follow-up activities in Salesforce and the rep never has to touch separate screens.</p>
<p>As “three-touch telesales” suggests, our sales people try to reach a customer or prospect three times in the course of a given call campaign for a particular vertical market. Typically, the goal is to set up a meeting or demonstration, either in person or online.</p>
<p>To that end, we design our three-touch campaigns with some key ingredients, including:</p>
<ul>
<li>Develop scripts for live conversations.</li>
<li>Develop scripts for voice-mails, with a different script for each successive message.</li>
<li>Track call outcomes and note whether we spoke with contact, admin or other person; got a wrong number or left a voice-email message; etc.</li>
<li>Perform follow-up activities such as schedule a meeting or send additional information, or suspend email marketing if the contact is no longer interested.</li>
<li>Update records to reflect changes in lead status, add new contacts, and capture other relevant information gleaned from each call.</li>
</ul>
<p>Again, you <em>can</em> do all of those things manually in Salesforce, without a wizard. But it’s a lot to juggle and remember. In the heat of the moment, for instance, the telesales rep may promise to send the prospect an analyst report but completely forget about it by the end of the call. Or the rep may leave a voice-mail message that repeats a previous message, fail to update the lead status, change the contact information, etc.</p>
<p>A wizard simplifies things by:</p>
<p>1) displaying only the information the rep needs at that particular moment</p>
<p>2) automating tasks that he or she needs to perform during and/or after the call.</p>
<p>For more best practices and uses, please visit the <a title="Cloud Extend for Salesforce Use Cases" href="http://www.cloudextend.com/salesforce/resources#UseCases" target="_blank">Use Cases</a> section of our website.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/three-touch-telesales/2012/06/05/">Three-Touch Telesales</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/three-touch-telesales/2012/06/05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relationship selling and the role of technology</title>
		<link>http://www.activevos.com/blog/cloud-extend/relationship-selling-and-the-role-of-technology/2012/05/31/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/relationship-selling-and-the-role-of-technology/2012/05/31/#comments</comments>
		<pubDate>Thu, 31 May 2012 19:31:02 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[relationship selling]]></category>
		<category><![CDATA[Rolodex]]></category>
		<category><![CDATA[sales force automation]]></category>
		<category><![CDATA[sales team]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[technophile]]></category>
		<category><![CDATA[technophobe]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3784</guid>
		<description><![CDATA[The best sales people have an uncanny ability to build relationships and trust with prospects and customers. We have all seen it. They easily bond with decision makers on the golf course, at cocktail parties, at sporting events, or just by exchanging personal stories. Their emphasis on interpersonal relationships, however, can interfere with their investments [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/relationship-selling-and-the-role-of-technology/2012/05/31/">Relationship selling and the role of technology</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-3786" href="http://www.activevos.com/blog/cloud-extend/relationship-selling-and-the-role-of-technology/2012/05/31/attachment/businessteam-wrapping-up-a-meeting-with-handshake/"><img class="alignleft size-medium wp-image-3786" title="relationship-selling" src="http://www.activevos.com/blog/wp-content/uploads/2012/05/relationship-selling-300x211.jpg" alt="" width="300" height="211" /></a>The best sales people have an uncanny ability to build relationships and trust with prospects and customers. We have all seen it. They easily bond with decision makers on the golf course, at cocktail parties, at sporting events, or just by exchanging personal stories. Their emphasis on interpersonal relationships, however, can interfere with their investments in new technologies. While many sales people are technophiles who run out at the first opportunity to buy the latest tablet or smart phone, others are the polar opposite – technophobes who stubbornly cling to their tried and true Rolodexes and hand written notes. For a vice president of sales looking at automation as a way to help maximize and optimize their reps’ time in front of potential customers, the question is how to get sales people to buy in to automation technology.</p>
<p>The first step, in terms of automation, that most VPs of sales take is adopting a customer relationship management (CRM) system. Salesforce.com has made it incredibly easy to adopt CRM by offering their software as a service with virtually no upfront investment. But while Salesforce may be a great system of record, it’s not a sales force automation tool per se. As a result, the typical sales person, both the technophiles and technophobes, see limited value.</p>
<p>If the goals of CRM adoption are to improve efficiency, generate more revenue and increase customer face time, then a v.p. of sales will quickly become disillusioned. Sales people will inevitably enter data sporadically. Forecasting will be inaccurate.  Revenue goals will be missed.  User adoption will be low and ROI will be minimized. You can fire the sales person, claim their incompetence, or blame them for not following procedures but it will all be for naught. Every v.p. of sales is allowed to do this exactly once before they become the target of the CEO’s wrath.</p>
<p>Instead, anybody championing CRM needs to look at and promote it from the sales person’s point of view. Make their life easier and you will be amazed at the results. I&#8217;m a big fan of letting computers do the mundane, mind-numbing chores that human beings <strong>&#8211;</strong> and sales people, in particular <strong>&#8211;</strong> just don&#8217;t want to do. And in sales organizations, there are thousands of ways that automation can be applied to simplify lives and improve bottom lines, including general use case scenarios such as:</p>
<ul>
<li><strong>Improving efficiency</strong> <strong>&#8211;</strong> Automating manual tasks such as information collection and report writing      accelerate turnaround times, improve accuracy and help sales people maximize      the time they spend with customers and prospects.</li>
<li><strong>Generating revenue &#8211;</strong> As more companies try to leverage their      existing client base, automated systems help with direct sales reps&#8217;      efforts to cross sell and upsell the various products in their portfolio.</li>
<li><strong>Onboarding and adoption &#8212; </strong>Automation ensures that new hires      are productive immediately by giving them the account plans, guides and      tools that reflect the expertise of the most seasoned account execs. The      same automations encourage technology adoption by making it simple and      easy to use.</li>
<li><strong>Messaging consistency</strong> &#8212; Companies spend countless dollars to      reach the right audience with the right messaging. In the marketing      department, automation makes messaging more consistent.</li>
</ul>
<p>As technologies like <a href="http://www.cloudextend.com/">Cloud Extend</a> make it easier for sales, marketing, customer service and other business users to automate tasks by themselves – without training or IT intervention – the opportunities will continue to multiply. And the costs for pursuing those opportunities will be modest. Companies won’t have to spend thousands of dollars in consulting fees. Instead, the sales team can do it themselves, in a matter of minutes. Sales people will buy in from the beginning. Only then can you truly leverage the power of their relationships and the latest in automation.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/relationship-selling-and-the-role-of-technology/2012/05/31/">Relationship selling and the role of technology</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/relationship-selling-and-the-role-of-technology/2012/05/31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wizard Writing Basics for Salesforce Users</title>
		<link>http://www.activevos.com/blog/cloud-extend/wizard-writing-basics-for-salesforce-users/2012/05/29/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/wizard-writing-basics-for-salesforce-users/2012/05/29/#comments</comments>
		<pubDate>Tue, 29 May 2012 18:55:10 +0000</pubDate>
		<dc:creator>Eric Egertson</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[automate task]]></category>
		<category><![CDATA[Guidance Trees]]></category>
		<category><![CDATA[lead qualification]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3775</guid>
		<description><![CDATA[Cloud Extend for Salesforce wizards are pretty easy to use. We’ve demonstrated that in the video for our free Meeting Follow-up Wizard and in the demo of the First Contact Wizard, which I blogged about before. Below, I want to highlight some of the Cloud Extend features that make it easy for regular sales and [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/wizard-writing-basics-for-salesforce-users/2012/05/29/">Wizard Writing Basics for Salesforce Users</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Cloud Extend for Salesforce wizards are pretty easy to use. We’ve demonstrated that in the <a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=2pKd9XHaK1U">video</a> for our <a href="http://www.cloudextend.com/salesforce/signup">free Meeting Follow-up Wizard</a> and in the <a href="http://www.activevos.com/blog/cloud-extend/lead-qualification-and-process-progress-for-salesforce-users/2012/05/01/">demo of the First Contact Wizard</a>, which I <a href="http://www.activevos.com/blog/cloud-extend/lead-qualification-and-process-progress-for-salesforce-users/2012/05/01/">blogged about before</a>. Below, I want to highlight some of the Cloud Extend features that make it easy for regular sales and business users – not power users who write code in their spare time – to create those wizards with our guide designer. You can also see the guide designer in action by viewing the <a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=lgA3glQnRUQ">First Contact Wizard video</a> below; start viewing at the 8:30 mark.</p>
<iframe src="http://www.youtube.com/embed/lgA3glQnRUQ?version=3&amp;wmode=transparent" width="650" height="390" title="YouTube video player" style="background-color:#000;display:block;margin-bottom:0;max-width:100%;" frameborder="0" allowfullscreen></iframe><p style="font-size:11px;margin-top:0;"><a href="http://www.youtube.com/watch?v=lgA3glQnRUQ" target="_blank" title="Watch on YouTube">Watch this video on YouTube</a>.</p>
<p>The guide designer runs within Salesforce. It’s another tab in the Salesforce interface, so you never have to leave Salesforce to do your work. The design environment itself is WYSIWYG – highly visual with much of the design work performed via point-and-click or drag-and-drop. And you don’t have to know about variables or object IDs or any other programmer constructs.</p>
<p>Everything in Cloud Extend is based on guidance trees that walk users through a process step by step. Each subsequent step is a branch in the tree, which is based on answers to previous questions. When you’re creating wizards, you’re basically working with two basic types of steps in Cloud Extend:</p>
<ul>
<li>Screen steps present users with a question or prompt to answer.</li>
<li>Automated steps do work in the background for the user, e.g., scheduling a meeting or updating the lead source.</li>
</ul>
<p>Cloud Extend is natively integrated with Salesforce, so you simply select the Salesforce actions from a drop-down list to include them as automated steps in your wizard. For instance, you can design a wizard to automatically search LinkedIn, send email from a Salesforce template, set task reminders, etc. And the list is extensible. Anything that’s available via Salesforce APIs can be implemented. You can even implement automated steps to other cloud or on-premise applications.</p>
<p>Along those integration lines, Cloud Extend inspects  the Salesforce data model when you install it in your Salesforce org. So Cloud Extend finds any custom objects, custom fields and custom pick lists you have defined and makes them available within the guide designer. Of course, you can create a screen step that asks for information that has not been defined and wizard users will just enter that info as free form text.</p>
<p>The guide designer keeps you focused on what’s immediately relevant to your wizard design. As a design metaphor, guidance trees tend to break down when they get big, especially when it comes to layout. It’s just hard to work with an entire tree all at once. In contrast, Cloud Extend lets you expand those parts of the tree that are relevant and collapse the parts that are not. Cloud Extend also lays out the tree for you automatically. And you can always preview individual wizard steps &#8212; or the entire wizard – from the user’s point of view.</p>
<p>Behind the scenes, information collected by Cloud Extend wizards is written to Salesforce. As a guide designer, you don’t have to interact with a separate database. And all of your existing Salesforce reports will work, unmodified. Cloud Extend does track and report on some process data that can help with future guide designs. For instance, you can report on wizard activity, e.g., who has been running a wizard and for how long. You can also report on wizard outcomes like how many leads were qualified using a specific lead qualification.</p>
<p>There are other tools out there that let IT people collaborate with business people to automate tasks in Salesforce. Cloud Extend is not one of them. Cloud Extend is designed specifically for sales, sales operations, marketing, customer service and other business people, so they can automate tasks on their own – without coding, training or help from IT.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/wizard-writing-basics-for-salesforce-users/2012/05/29/">Wizard Writing Basics for Salesforce Users</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/wizard-writing-basics-for-salesforce-users/2012/05/29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consumerization of IT</title>
		<link>http://www.activevos.com/blog/active-endpoints/consumerization-of-it/2012/05/24/</link>
		<comments>http://www.activevos.com/blog/active-endpoints/consumerization-of-it/2012/05/24/#comments</comments>
		<pubDate>Thu, 24 May 2012 19:55:55 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[andrew nusca]]></category>
		<category><![CDATA[consumerization]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[sapphire]]></category>
		<category><![CDATA[software as a service]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[zdnet]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3750</guid>
		<description><![CDATA[Reading Andrew Nusca’s blog on ZDNet earlier last week from the SAP Sapphire conference caused me to think some more about this concept of “consumerization of IT.”
Today, everyone interacts with enterprise applications in their work life, from Global 2000 companies to mom and pops from sales representatives to health care providers to service technicians to [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/consumerization-of-it/2012/05/24/">Consumerization of IT</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-3772" href="http://www.activevos.com/blog/active-endpoints/consumerization-of-it/2012/05/24/attachment/consumerization/"><!--s_links--><!--check code--><!--/s_links--><img class="alignleft size-full wp-image-3772" title="consumerization-of-it" src="http://www.activevos.com/blog/wp-content/uploads/2012/05/consumerization.jpg" alt="" width="280" height="180" /></a>Reading Andrew Nusca’s <a href="http://www.zdnet.com/blog/btl/sap-sapphire-facing-consumer-revolution-mcdermott-tacks-toward-innovation/76947">blog</a> on ZDNet earlier last week from the SAP Sapphire conference caused me to think some more about this concept of “consumerization of IT.”</p>
<p>Today, everyone interacts with enterprise applications in their work life, from Global 2000 companies to mom and pops from sales representatives to health care providers to service technicians to retail clerks. Quite a number of these applications are from SAP. Few like the experience. Enterprise applications have not kept pace with how and where we do our work in the 21st century. This is in sharp contrast to our consumer life. Applications like Facebook and Twitter are fun, reliable and easy to use.  The IT departments of most companies, big and small, are still in the dark ages, writing Java code, creating messes, the way they did in the 80s. This is why we are all so frustrated. There is a better way.</p>
<p>Everyone today (sales, customer service, health care, HR, accounting, etc.) can select the Software as a Service (SaaS) application of their choice, “an anchor application,” along the same lines as Facebook and Twitter are anchor applications at home. There are literally thousands of SaaS applications for just about everything we do, many attractively priced. Once you subscribe to SaaS, subject matter experts can easily customize the experience, creating scenario-based mobile user interfaces (UI), no developers needed. The result would be almost immediate; successful meetings, improved customer service, better patient care and yes, a better quality of life.</p>
<p>However, before we throw the entire IT department under the bus, let’s make sure we acknowledge the fact that Facebook and Twitter are great applications not just because of a pretty UI. Robust runtimes underlie their platforms. To those people screaming, and rightfully so, for the consumerization of IT, I’d encourage an alternative definition: “enterprise-enabling consumer technology.”</p>
<p>There is no reason everyone can’t have the consumer-style UIs and usability features. But good consumer-like technologies are also backed by a set of enterprise-grade IT sophisticated capabilities – exception and error handling, rollback and compensation, persistence, clustering, redundancy, scalability, security, visibility, etc.</p>
<p>While I think that the vast majority of Java developers can and should be made obsolete, and yes even those low cost ones in India and China, the tried and true enterprise IT policies and best practices that have evolved over the last 30 years need to survive. Rethinking “consumerization of IT” opens the door to a union that takes the best of consumer technology, which empowers users with the latest and greatest business features, and combines it with the enterprise-grade capabilities that IT demands. Think of it as consumerization without compromise. Technical issues are abstracted to the point that regular business users can get their work done without help from IT. Meanwhile, IT can rest assured that all of their service availability, uptime, security and other concerns are being met in full.</p>
<p>Given the overwhelming workloads in most IT departments, IT should be all in favor of consumerization and giving their users more control. I am not sure anyone will miss those Java developers.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/consumerization-of-it/2012/05/24/">Consumerization of IT</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/active-endpoints/consumerization-of-it/2012/05/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Cloud Extend Meeting Follow-Up Wizard Improves Sales Effectiveness</title>
		<link>http://www.activevos.com/blog/cloud-extend/new-cloud-extend-meeting-follow-up-wizard-improves-sales-effectiveness/2012/05/22/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/new-cloud-extend-meeting-follow-up-wizard-improves-sales-effectiveness/2012/05/22/#comments</comments>
		<pubDate>Tue, 22 May 2012 13:20:25 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[sales effectiveness]]></category>
		<category><![CDATA[sales force]]></category>
		<category><![CDATA[sales force automation]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3741</guid>
		<description><![CDATA[Salesforce offers many ways to follow up with prospects but there is no real opportunity to enforce best practices or data accuracy so that reps focus on selling rather than mundane, but necessary, data entry. Until now…
Today, Active Endpoints is pushing the boundary of just how effective sales reps can be by making available a [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/new-cloud-extend-meeting-follow-up-wizard-improves-sales-effectiveness/2012/05/22/">New Cloud Extend Meeting Follow-Up Wizard Improves Sales Effectiveness</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Salesforce offers many ways to follow up with prospects but there is no real opportunity to enforce best practices or data accuracy so that reps focus on selling rather than mundane, but necessary, data entry. Until now…</p>
<p>Today, Active Endpoints is pushing the boundary of just how effective sales reps can be by making available a <a title="Get the Cloud Extend for Salesforce Free Meeting Follow-up Wizard" href="http://www.cloudextend.com/salesforce/signup" target="_blank">free meeting follow-up wizard</a>. Built in Cloud Extend for Salesforce, this wizard guides users, directly in the CRM, through the process of entering meeting notes, capturing new contacts, creating follow up tasks and creating new opportunities. Details are in the press release below.</p>
<p>We invite you to take a minute to <a title="Free Wizard Makes for Priceless Meeting Follow-up" href="/blog/cloud-extend/free-wizard-makes-for-priceless-meeting-follow-up/2012/05/22/" target="_blank">read</a> about how the wizard offers priceless meeting follow-up, making the lives of sales reps much easier. Directly from Eric Egertson, our VP, Business Development and Strategic Accounts, he describes the wizard’s benefits from his own viewpoint as a salesperson, and how it allows him to focus on selling, not admin.</p>
<p><a href="/content/blog/20120522_free_cloudextend_meeting_wizard.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/new-cloud-extend-meeting-follow-up-wizard-improves-sales-effectiveness/2012/05/22/">New Cloud Extend Meeting Follow-Up Wizard Improves Sales Effectiveness</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/new-cloud-extend-meeting-follow-up-wizard-improves-sales-effectiveness/2012/05/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Wizard Makes for Priceless Meeting Follow-up</title>
		<link>http://www.activevos.com/blog/cloud-extend/free-wizard-makes-for-priceless-meeting-follow-up/2012/05/22/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/free-wizard-makes-for-priceless-meeting-follow-up/2012/05/22/#comments</comments>
		<pubDate>Tue, 22 May 2012 13:00:49 +0000</pubDate>
		<dc:creator>Eric Egertson</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[sales effectiveness]]></category>
		<category><![CDATA[sales force]]></category>
		<category><![CDATA[sales force automation]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3726</guid>
		<description><![CDATA[We all like free stuff. Try something at no risk. The Apple Store culture, in particular, has taught us to like free software. Well, Active Endpoints is taking Apple’s lead and offering a free Meeting Follow-up wizard, built with Cloud Extend for Salesforce, the leading cloud based sales force automation (SFA) system, to make the [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/free-wizard-makes-for-priceless-meeting-follow-up/2012/05/22/">Free Wizard Makes for Priceless Meeting Follow-up</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>We all like free stuff. Try something at no risk. The Apple Store culture, in particular, has taught us to like free software. Well, Active Endpoints is taking Apple’s lead and offering a free <a title="Get the Cloud Extend for Salesforce Free Meeting Follow-up Wizard" href="http://www.cloudextend.com/salesforce/signup" target="_blank">Meeting Follow-up wizard</a>, built with <a href="http://www.cloudextend.com/">Cloud Extend for Salesforce</a>, the leading cloud based sales force automation (SFA) system, to make the lives of sales reps much easier. Documenting notes from a sales call, new contacts you met, new opportunities you identified, and follow-up tasks such as additional meetings are now automated through this free Meeting Follow-up Wizard. This is just one sample of the wizards that can be built in Cloud Extend.</p>
<p><a title="Get the Cloud Extend for Salesforce Free Meeting Follow-up Wizard" href="http://www.cloudextend.com/salesforce/signup" target="_blank">Get</a> the wizard now or <a title="Cloud Extend for Salesforce Free Meeting Follow-up Wizard video" href="http://www.cloudextend.com/cp/849/meeting-follow-up-wizard" target="_blank">watch</a> a quick five minute video of it. Below the video, you&#8217;ll find a quick overview of how the wizard works.</p>
<iframe src="http://www.youtube.com/embed/2pKd9XHaK1U?version=3&amp;wmode=transparent" width="650" height="390" title="YouTube video player" style="background-color:#000;display:block;margin-bottom:0;max-width:100%;" frameborder="0" allowfullscreen></iframe><p style="font-size:11px;margin-top:0;"><a href="http://www.youtube.com/watch?v=2pKd9XHaK1U" target="_blank" title="Watch on YouTube">Watch this video on YouTube</a>.</p>
<p>Once the wizard is installed, you’ll find a “Guides” section in the Salesforce Contact screen. Expand the Guides section to run the Meeting Follow-up wizard, which prompts you to:</p>
<ol>
<li><strong>Enter general meeting notes </strong>as free-form text.</li>
<li><strong>Enter new contacts</strong>, including first name, last name, email      address, business phone and title.</li>
<li><strong>Enter new opportunities</strong>, including opportunity name, booking      amount, expected close date and stage.       Close date and stage are entered via pop-up calendar and pick list,      respectively.</li>
<li><strong>Create follow-up tasks</strong>, including task due date (set via      pop-up calendar) and the task itself (via free-form text). Follow-up tasks      can also be created for and assigned to other users.</li>
</ol>
<p>As you move through the wizard, each completed step is numbered and tracked in the “History” window that sits to right of the main wizard window. To go back to an earlier step and add another meeting note, for instance, or follow-up task, simply click on that earlier step in the History window. After completing the wizard, all the information entered displays in the corresponding fields of Salesforce Contact and/or Account screens.</p>
<p>Sure, you could memorize the four steps above and enter all of the information in the Salesforce UI directly. But you’d be jumping from field to field or screen to screen entering new information. Worse, an incoming call or some other distraction could interrupt your post-call routine, leaving a new contact or opportunity undocumented.</p>
<p>The wizard, on the other hand, prompts you for everything you may need to enter – in logical order, within a single screen. Step away from the wizard for a minute or a day or longer, and when you return, it picks up where you left off – with the History window confirming the completed steps.</p>
<p>By streamlining meeting follow-up, the wizard can improve customer relationship management, marketing programs and pipeline visibility. And now, you can streamline your follow-ups for free. <a href="http://www.cloudextend.com/salesforce/signup">Get the Meeting Follow-up wizard</a>, and let us know what you think.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/free-wizard-makes-for-priceless-meeting-follow-up/2012/05/22/">Free Wizard Makes for Priceless Meeting Follow-up</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/free-wizard-makes-for-priceless-meeting-follow-up/2012/05/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Data Interaction for Sales and Service Teams, Mobile Users and the Rest of Us</title>
		<link>http://www.activevos.com/blog/cloud/big-data-interaction-for-sales-and-service-teams-mobile-users-and-the-rest-of-us/2012/05/10/</link>
		<comments>http://www.activevos.com/blog/cloud/big-data-interaction-for-sales-and-service-teams-mobile-users-and-the-rest-of-us/2012/05/10/#comments</comments>
		<pubDate>Thu, 10 May 2012 16:04:51 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[enterprise applications]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[middleware]]></category>
		<category><![CDATA[mobile users]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3710</guid>
		<description><![CDATA[Big Data processing improvements over the last several years have been incredible. Between in-memory solutions and massively parallel high performance analytics, it is just mind-boggling the computations that can be completed almost instantaneously. With the near universal connectivity and information available from both Big Data and transactional data sources, it is now possible to get [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/big-data-interaction-for-sales-and-service-teams-mobile-users-and-the-rest-of-us/2012/05/10/">Big Data Interaction for Sales and Service Teams, Mobile Users and the Rest of Us</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-3716" href="http://www.activevos.com/blog/cloud/big-data-interaction-for-sales-and-service-teams-mobile-users-and-the-rest-of-us/2012/05/10/attachment/data-funnel/"><!--s_links--><!--check code--><!--/s_links--><img class="alignleft size-medium wp-image-3716" title="data-funnel" src="http://www.activevos.com/blog/wp-content/uploads/2012/05/data-funnel-207x300.jpg" alt="" width="207" height="300" /></a>Big Data processing improvements over the last several years have been incredible. Between in-memory solutions and massively parallel high performance analytics, it is just mind-boggling the computations that can be completed almost instantaneously. With the near universal connectivity and information available from both Big Data and transactional data sources, it is now possible to get the answer to just about any question no matter if it is from transaction histories, social media interactions or machine to machine sensors. It all translates into faster problem resolution and greater insight into customer satisfaction, which in turn should help every business create higher value for their customers.</p>
<p>However, enterprise applications have not maintained pace. Not only are they poorly suited for mobile, a topic in <a title="Equipping Today’s Road Warriors for Mobile Sales Success" href="http://www.cloudextend.com/blog/active-endpoints/equipping-today%E2%80%99s-road-warriors/2012/04/17/" target="_blank">one</a> of my previous posts, but today’s enterprise applications are woefully inadequate at integrating all that data into business users’ everyday workflow so they can react ahead of time.</p>
<p>The solution is not more middleware or enterprise application integration, as some of the big stack vendors such as IBM, Oracle and SAP have suggested. Instead, the solution is to divide and conquer, so to speak.</p>
<p>First, keep IT focused strictly on the data, keeping it clean, keeping it secure, making it available from every source (including Big Data sources), providing metadata views, etc. Second, permit business users to create their own processes by using their own wizards that leverage this newfound intelligence over the data.</p>
<p>In this new enterprise architecture, data services, created by IT, become the foundation for how we do our work at our desk or on the road. Each product group, geography and functional area would then create their own “customer centric” methods of interacting with the data and not be held hostage to antiquated applications that need to be rewritten or optimized.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/big-data-interaction-for-sales-and-service-teams-mobile-users-and-the-rest-of-us/2012/05/10/">Big Data Interaction for Sales and Service Teams, Mobile Users and the Rest of Us</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/big-data-interaction-for-sales-and-service-teams-mobile-users-and-the-rest-of-us/2012/05/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Extend Live at Cloudforce Chicago</title>
		<link>http://www.activevos.com/blog/cloud-extend/cloud-extend-live-at-cloudforce-chicago/2012/05/08/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/cloud-extend-live-at-cloudforce-chicago/2012/05/08/#comments</comments>
		<pubDate>Tue, 08 May 2012 15:16:08 +0000</pubDate>
		<dc:creator>John Cingari</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Cloudforce]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[user group]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3685</guid>
		<description><![CDATA[Last week, salesforce.com’s Cloudforce Social Enterprise Tour hit Chicago and we were in town for the festivities. As a sponsor of the event, we were excited to bring Cloud Extend to the masses, doing live demos for attendees representing telecommunications, manufacturing, professional services, insurance and systems integrators. Doing hundreds of demos makes the day go [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/cloud-extend-live-at-cloudforce-chicago/2012/05/08/">Cloud Extend Live at Cloudforce Chicago</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Last week, salesforce.com’s Cloudforce Social Enterprise Tour hit Chicago and we were in town for the festivities. As a sponsor of the event, we were excited to bring <a href="http://www.cloudextend.com/">Cloud Extend</a> to the masses, doing live demos for attendees representing telecommunications, manufacturing, professional services, insurance and systems integrators. Doing hundreds of demos makes the day go by quickly and it’s hard to remember many of the comments. However, a few key ones stood out in my mind: “this is the coolest demo at the conference” and “your product made it worth my while to drive over four hours to this event.”</p>
<p>It wouldn’t be Cloudforce without a party so once the conference concluded, many attendees stopped by our happy hour next door at the Hyatt Regency McCormick Place. It was a relaxing and fun way to recap the Cloudforce sessions, as well as meet many of the members of the regional Salesforce user groups. A big THANK YOU to the user group leaders for encouraging their members to join us. Feel free to contact them if you&#8217;re interested in joining:</p>
<p><a title="Chicago Salesforce User Group" href="http://twitter.com/#!/chicagosfdcug" target="_blank">Denise Carbone</a>, leader, Chicago User Group<br />
<a title="Leader, Wisconsin Salesforce User Group" href="http://twitter.com/#!/julianapolitano" target="_blank">Julia Napolitano</a>, leader, Wisconsin User Group<br />
<a title="Leader, Chicago Suburban Salesforce User Group" href="http://twitter.com/nickiklink" target="_blank">Nicki Klinkhamer</a>, leader, Chicago Suburban User Group<br />
<a title="Leader, Evansville (IN) Salesforce User Group" href="http://twitter.com/#!/ericdresh" target="_blank">Eric Dreshfield</a>, leader, Evansville, IN User Group</p>
<p>Our infamous screaming, flying Cloud Extend monkey made a special appearance at happy hour; he couldn’t resist the cupcakes!</p>
<p><a rel="attachment wp-att-3689" href="http://www.activevos.com/blog/cloud-extend/cloud-extend-live-at-cloudforce-chicago/2012/05/08/attachment/cloudforce-chciago_may2012_2185d/"><img class="aligncenter size-medium wp-image-3689" title="cloud_extend_monkey_cloudforce_chicago" src="http://www.activevos.com/blog/wp-content/uploads/2012/05/Cloudforce-Chciago_May2012_2185D-225x300.jpg" alt="Cloud Extend monkey enjoying happy hour after Cloudforce Chicago" width="225" height="300" /></a></p>
<p>Next on the Cloudforce Social Enterprise Tour is Toronto on June 6<sup>th</sup>. We’ll be there and hope to see you, as well!</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/cloud-extend-live-at-cloudforce-chicago/2012/05/08/">Cloud Extend Live at Cloudforce Chicago</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/cloud-extend-live-at-cloudforce-chicago/2012/05/08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call Centers, Sales and the “Social Enterprise”</title>
		<link>http://www.activevos.com/blog/cloud-extend/call-centers-sales-and-the-social-enterprise/2012/05/03/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/call-centers-sales-and-the-social-enterprise/2012/05/03/#comments</comments>
		<pubDate>Thu, 03 May 2012 16:23:24 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[knowledge base]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[prospects]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[social enterprise]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3667</guid>
		<description><![CDATA[Those of us on the front lines, especially the ones sitting in call centers around the world, know that virtually everything we do today is more complicated than it used to be. The competitive landscape is constantly shifting, new products and features are coming out faster than ever, and rules and policies seem to be [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/call-centers-sales-and-the-social-enterprise/2012/05/03/">Call Centers, Sales and the “Social Enterprise”</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-3669" href="http://www.activevos.com/blog/cloud-extend/call-centers-sales-and-the-social-enterprise/2012/05/03/attachment/social-media-call-center/"></a><!--s_links--><!--check code--><!--/s_links--><a rel="attachment wp-att-3669" href="http://www.activevos.com/blog/cloud-extend/call-centers-sales-and-the-social-enterprise/2012/05/03/attachment/social-media-call-center/"><img class="alignleft size-medium wp-image-3669" title="social-media-call-center" src="http://www.activevos.com/blog/wp-content/uploads/2012/05/social-media-call-center-300x200.jpg" alt="" width="300" height="200" /></a>Those of us on the front lines, especially the ones sitting in call centers around the world, know that virtually everything we do today is more complicated than it used to be. The competitive landscape is constantly shifting, new products and features are coming out faster than ever, and rules and policies seem to be in a perpetual state of flux. Closing our hottest prospects and supporting our most loyal customers become more complex with every passing day.</p>
<p>Today, it’s a given that no sales or support person can retain all that product, customer, competitor, market and other related information in his or her head. In response, marketing people, sales managers and domain experts of every sort try to help by providing vast amounts of information, building knowledge bases, and setting up social networks.</p>
<p>But more is not always better. All those well-intended efforts can overwhelm and confuse sales and support people where huge volumes of undifferentiated, and possibly conflicting information are readily available, especially on a social network,</p>
<p>Don’t get me wrong. Content, knowledge bases and social networks are extremely helpful. It’s really tough to sort through all that stuff when you’re on the phone with someone who’s expecting an answer NOW! On the front line, you don’t need more information. You need context aware automation that delivers the answers you need, when and where you need it. I don’t mind chatting with colleagues or putting a question out to the group, or searching a knowledge base. But to tell you the truth, it is a royal pain and keeps me on the phone too long. I prefer a business user-oriented, easy to use approach such as a wizard, developed by sales, marketing or support (and not IT consultants) that asks me a few questions. The wizard then gathers the information I need automatically behind the scenes, giving me the answer, or a suggestion of what to do next, in “real time.” I’m left to focus on what I do best – selling – rather than information hunting and gathering.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/call-centers-sales-and-the-social-enterprise/2012/05/03/">Call Centers, Sales and the “Social Enterprise”</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/call-centers-sales-and-the-social-enterprise/2012/05/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lead Qualification and Process Progress for Salesforce Users</title>
		<link>http://www.activevos.com/blog/cloud-extend/lead-qualification-and-process-progress-for-salesforce-users/2012/05/01/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/lead-qualification-and-process-progress-for-salesforce-users/2012/05/01/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:31:35 +0000</pubDate>
		<dc:creator>Eric Egertson</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloudforce]]></category>
		<category><![CDATA[lead qualification]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[sales effectiveness]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3656</guid>
		<description><![CDATA[I’ve been a really happy Salesforce user since 2003. But it can be a little overwhelming for newer users, especially when they&#8217;re selling or servicing a lot of products. Thing is, like most cloud apps, Salesforce is very data-centric. It gives you lots of screens for entering data and tracking data. And Salesforce has excellent [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/lead-qualification-and-process-progress-for-salesforce-users/2012/05/01/">Lead Qualification and Process Progress for Salesforce Users</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>I’ve been a really happy Salesforce user since 2003. But it can be a little overwhelming for newer users, especially when they&#8217;re selling or servicing a lot of products. Thing is, like most cloud apps, Salesforce is very data-centric. It gives you lots of screens for entering data and tracking data. And Salesforce has excellent tools for reporting data.</p>
<p>What Salesforce doesn’t really focus on is process. It&#8217;s just not a process-oriented application. So it doesn&#8217;t walk users step-by-step through their workflows, guiding them through processes they need to perform in the course of their work. And that&#8217;s where <a href="http://www.cloudextend.com/">Cloud Extend for Salesforce</a> enters the picture: it lets business users create and add process wizards to the Salesforce UI, making it easier for novice and expert users alike to do their jobs.</p>
<p>Take a brand new lead screen in Salesforce. The lead status is open. There’s no lead source.  There are no pending activities.  There’s no activity history. You just started working on this lead, so you&#8217;ve clearly got a lot of data to collect, but no clearly defined process for collecting it. Cloud Extend for Salesforce adds that clarity, adding a sales guide section in the lead screen to give users a series of guides &#8212; or wizards &#8212; that walk them through capturing a given lead.</p>
<p>For instance, we created a lead wizard for saleforce.com&#8217;s Cloudforce show in New York City last November. I was on the show floor with two other sales reps, armed with iPads and collecting information about prospects that stopped by the booth. We wanted to know 1) whether they were using Salesforce, 2) the size of the Salesforce installation, and 3) their biggest challenges.</p>
<p>Our goal was to qualify whether to pursue the lead. The challenge was to do it during that three- or four-minute conversation, while people were wandering around with drinks and <em>hors d&#8217;œuvres</em> and a recording of Mark Benioff&#8217;s keynote played repeatedly and loudly in the background. It was a hectic, confusing environment made more so by our sleep deprivation.</p>
<p>Now, I know Salesforce and Cloud Extend for Salesforce like the back of my hand, and I&#8217;ve been selling for quite awhile, but I used the wizard like everybody else. Why? <em>Because it made my job easier.</em> It ensured I remembered everything I was supposed to ask and discuss. And it streamlined data entry, automatically loading the gathered information into Salesforce.</p>
<p>Here, see a demo of the wizard we created, &#8220;Cloudforce New York City First Contact.&#8221; Below the video, I&#8217;ll just point out some of the highlights of using it during a typical encounter at the show.</p>
<iframe src="http://www.youtube.com/embed/lgA3glQnRUQ?version=3&amp;wmode=transparent" width="650" height="390" title="YouTube video player" style="background-color:#000;display:block;margin-bottom:0;max-width:100%;" frameborder="0" allowfullscreen></iframe><p style="font-size:11px;margin-top:0;"><a href="http://www.youtube.com/watch?v=lgA3glQnRUQ" target="_blank" title="Watch on YouTube">Watch this video on YouTube</a>.</p>
<p>First of all, the wizard asks for a last name and a company name, which are used to search LinkedIn and pull profile information into Salesforce. After I confirm that the LinkedIn profile retrieved by Cloud Extend for Salesforce is, in fact, the profile of the person I&#8217;m talking to, the wizard prompts me with each of the three questions I want to ask.</p>
<p>The third question &#8212; what&#8217;s your biggest Salesforce challenge? &#8212; is designed to trigger a high-value conversation, a brief but stimulating sales pitch. To that end, the wizard guides me to follow up that question with likely challenges: data consistency, driving user adoption and having people follow best practices.</p>
<p>Depending on the lead&#8217;s response, the wizard presents several discussion points that demonstrate how Cloud Extend for Salesforce overcomes that particular challenge. For instance, if user adoption is the issue, the wizard prompts me to note that user adoption increases when 1) mundane tasks are done automatically, 2) data is consistent, reliable and up to date, and 3) relevant information is easily and readily accessible.</p>
<p>After my pitch, the wizard guides me to schedule a follow-up meeting and demonstration. And if the person says &#8220;yes,&#8221; then I&#8217;ve qualified the lead &#8212; in about four minutes.</p>
<p>Now, the wizard is doing more than guiding my interaction. It&#8217;s also automating a number of steps I&#8217;d otherwise have to do by hand. First, I only enter the lead&#8217;s last name and company name, and the wizard automatically populates my lead screen with the first name, full company name and other company information found on LinkedIn, including the number of users in the company.</p>
<p>Second, the wizard automatically modifies the lead status, changing it from &#8220;open&#8221; to &#8220;qualified&#8221; based on the follow-up meeting I scheduled.  The lead source is also automatically populated, in this case with &#8220;Cloudforce New York.&#8221;</p>
<p>Finally, the wizard creates a pending activity for a follow-up call in seven days, at 10am. And the activity history notes I met this prospect at Cloudforce and his biggest challenge is driving user adoption. I don&#8217;t have to type that note in. Trying to type anything on an iPad can be a pain, especially at a tradeshow. Instead, the wizard adds the note, based on my responses to its’ on-screen prompts while meeting with the prospect at the show.</p>
<p>While I&#8217;ve focused on leads, Cloud Extend for Salesforce wizards can be created for and run on any object in Salesforce, including accounts, opportunities, contacts, cases, even custom objects specific to your organization. And everything runs within the Salesforce UI, so users never have to leave Salesforce to do their work &#8212; something appreciated by first-time and long-time Salesforce users alike.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/lead-qualification-and-process-progress-for-salesforce-users/2012/05/01/">Lead Qualification and Process Progress for Salesforce Users</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/lead-qualification-and-process-progress-for-salesforce-users/2012/05/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Energizing our CRM with Cloud Extend for Salesforce</title>
		<link>http://www.activevos.com/blog/active-endpoints/energizing-our-crm-with-cloud-extend-for-salesforce/2012/04/26/</link>
		<comments>http://www.activevos.com/blog/active-endpoints/energizing-our-crm-with-cloud-extend-for-salesforce/2012/04/26/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 15:20:31 +0000</pubDate>
		<dc:creator>Clive Bearman</dc:creator>
				<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Bluewolf]]></category>
		<category><![CDATA[Cloudforce]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[electricity]]></category>
		<category><![CDATA[Force.com]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[natural gas]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Plymouth Rock Energy]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3640</guid>
		<description><![CDATA[A guest post by Jonathan Adlerstein, CIO Plymouth Rock Energy

After a grueling selection process, months of careful planning and a waterfall implementation with a potpourri of vendors and professional salesforce.com implementation specialists, Active Endpoints made a huge splash in our new Force.com ERP implementation. How did this latecomer have such a dramatic impact on this [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/energizing-our-crm-with-cloud-extend-for-salesforce/2012/04/26/">Energizing our CRM with Cloud Extend for Salesforce</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<h2><em><strong><a href="http://www.plymouthenergy.com"><img class="alignleft size-full wp-image-3643" title="plymouthlogo" src="http://www.activevos.com/blog/wp-content/uploads/2012/04/plymouthlogo.png" alt="" width="250" height="48" /></a>A guest post by Jonathan Adlerstein, CIO Plymouth Rock Energy<br />
</strong></em></h2>
<p>After a grueling selection process, months of careful planning and a waterfall implementation with a potpourri of vendors and professional salesforce.com implementation specialists, Active Endpoints made a huge splash in our new Force.com ERP implementation. How did this latecomer have such a dramatic impact on this strategic project?</p>
<p>First, some background. Founded in 1948, Plymouth Rock Fuel Corp delivered coal and heating oil to homes and businesses in New York City. Many years later <a href="http://www.plymouthenergy.com">Plymouth Rock Energy</a> was formed to expand into the deregulated energy market and serve natural gas and electricity to our customers. In the past few years, we&#8217;ve experienced explosive growth in these new product offerings and have since expanded across state lines to serve hundreds of thousands of customers in the northeastern United States.</p>
<p>That&#8217;s all fine and good for the business, but it presented some pretty serious challenges to our technology team. In my tenure as the CIO, I&#8217;ve had to contend with IT systems that simply weren&#8217;t designed to cope with the sheer volume of customers the company had acquired. We were experiencing growing pains and needed to take action to get our feet back under us.</p>
<p>My first priority was to organize an evaluation of CRM platforms. We looked at all the usual suspects &#8211; Microsoft, Oracle, SAP and salesforce.com &#8211; plus some industry-specific applications. We had a level playing field, with no biases toward any vendor. We didn&#8217;t care if the final solution was &#8220;on-premise&#8221; or &#8220;cloud-based.&#8221; But, it had to be versatile enough to suit our business. After eight months, we selected Salesforce because we felt that it not only matched our initial requirements, it also had the flexibility to handle our future growth.</p>
<p>My next step was to engage a salesforce.com partner to help with the planning, implementation and roll-out. I selected <a href="http://www.bluewolf.com">Bluewolf</a>, and worked with them for four months to map our business processes and carefully plan the project. We produced what Bluewolf terms &#8220;The Blueprint,&#8221; a comprehensive document detailing all our requirements and how we would implement them. The rollout was divided into multiple phases. We rolled out the first phase &#8211; Service Cloud &#8211; to address customer support, account enrollment and termination. Later phases would roll out Sales Cloud and our new custom ERP system for billing, invoicing, sales and marketing. It was during this period that I attended Cloudforce New York in November 2011 and saw a demo of Cloud Extend for Salesforce. I was immediately hooked.</p>
<p>Salesforce is a great platform, but I still faced some issues with making our customer service department more efficient. This was due in part to the customization of Salesforce and the complexity of energy supply billing. For example, we had many processes which required multiple steps from the user, e.g. create the account, associate the appropriate physical delivery location, link to the utility account, etc. These complex processes were required for the proper functioning of the system, but also proved cumbersome and prone to errors. Reps were often entering the same data in multiple locations, duplicating efforts and spending far too much time to resolve issues. While Salesforce had gone a long way towards improving our customer service I could see that we needed a better way to manage data entry and resolve customer service inquiries.</p>
<p>When I saw Cloud Extend, I knew it would be a way to automate the tasks of our customer service agents to resolve our outstanding issues. With fantastic support from Active Endpoints, I created our first Cloud Extend guide in a couple of hours. To complete the guide I realized that I needed some search functionality. Active Endpoints took my feedback and created a search component for me that I could then add to my guide. After a few days of testing, I published my guide into our production Salesforce org.</p>
<p>The effect was instant and I immediately saw our call center productivity improve. The agents are now efficient and there&#8217;s no redundancy. They follow the guide and make decisions that determine what objects need to be created, plus they have the ability to dynamically add objects, as they see fit. Data is entered only once and propagated. In a few clicks, the agents can create a whole billing hierarchy within Salesforce.</p>
<p>There has also been an improvement in data quality. This is because we&#8217;ve eliminated duplicate customer records, such as duplicate accounts for gas and another one for electricity. It just doesn&#8217;t happen anymore. We also don&#8217;t get the angry calls from customers who say &#8220;Hey, I cancelled my service over a month ago, but I&#8217;ve just got another bill.&#8221; This is because the most efficient customer service process is completed <strong>EVERY TIME</strong> since we&#8217;ve added Cloud Extend, so when there&#8217;s a hand-off from one agent to another, no one drops the ball.</p>
<p>The benefits we&#8217;ve achieved are outstanding. We&#8217;ve seen a 20% increase in agent productivity, reduced our customer call waiting times to virtually zero and reduced the time it takes to create new accounts by 85%. What used to be a 10 minute process is now just a minute and a half.</p>
<p>We&#8217;ve started phase two and will implement Sales Cloud with Cloud Extend this summer. We plan to utilize the opportunity management capabilities in Salesforce this summer and Cloud Extend to guide our sale reps through the lead processing and opportunity creation process. Salesforce was a great foundation, but the addition of Cloud Extend has energized our implementation so that we could reach full power (pun intended). Cloud Extend has given us the ability to simplify very complex processes, increase productivity and increase customer satisfaction while giving our business the tools it requires to continue our strong growth.</p>
<p><em>For more information about Plymouth Rock Energy and how businesses and residential customers can save money on gas and electricity bills, please visit <a href="http://www.plymouthenergy.com">www.plymouthenergy.com</a></em><em> or call 855-32-POWER (855-327-6937). </em></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/energizing-our-crm-with-cloud-extend-for-salesforce/2012/04/26/">Energizing our CRM with Cloud Extend for Salesforce</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/active-endpoints/energizing-our-crm-with-cloud-extend-for-salesforce/2012/04/26/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two Billion Lines of APEX Code, Really?</title>
		<link>http://www.activevos.com/blog/cloud/two-billion-lines-of-apex-code-really/2012/04/24/</link>
		<comments>http://www.activevos.com/blog/cloud/two-billion-lines-of-apex-code-really/2012/04/24/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 18:56:50 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[APEX]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3633</guid>
		<description><![CDATA[It’s safe to say that Salesforce.com has changed the face of enterprise applications. By being the first to put software in the cloud and make it available via affordable subscriptions, sales organizations of all sizes are able to rent full-featured commodity software and have it available the next day. Because of Salesforce.com, there’s now a [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/two-billion-lines-of-apex-code-really/2012/04/24/">Two Billion Lines of APEX Code, Really?</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3634" title="Two Billion Lines of Apex Code" src="http://www.activevos.com/blog/wp-content/uploads/2012/04/two_billion.jpg" alt="" width="250" height="201" />It’s safe to say that Salesforce.com has changed the face of enterprise applications. By being the first to put software in the cloud and make it available via affordable subscriptions, sales organizations of all sizes are able to rent full-featured commodity software and have it available the next day. Because of Salesforce.com, there’s now a software-as-a-service (SaaS) application for just about everything. Even Oracle, SAP and Microsoft are making their applications available as SaaS.</p>
<p>But little did we know that as Salesforce.com was kicking off the cloud commoditization trend, they were leading us down the nefarious “lock ‘em in” path of the very companies Marc Benioff was deriding for their on-premise “software” ways. Can anyone say Microsoft .NET?</p>
<p>Quietly, or maybe not so quietly, Salesforce.com has been encouraging the use of APEX, a proprietary programming language, like C#, that only they support. Today, according to Salesforce.com, more than 340,000 APEX developers have written 2 billion plus lines of APEX code. On the surface, this appears to be a good thing as APEX provides the developer (usually a consultant) with a tool set to customize Salesforce.com to meet the company’s needs.</p>
<p>Not so fast! What about the idea of consumerizing IT? What about commodity SaaS?</p>
<p>Let’s not let IT muck up SaaS with a bunch of proprietary middleware.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/two-billion-lines-of-apex-code-really/2012/04/24/">Two Billion Lines of APEX Code, Really?</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/two-billion-lines-of-apex-code-really/2012/04/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplicity Equals Success When Considering Salesforce CRM</title>
		<link>http://www.activevos.com/blog/cloud-extend/simplicity-equals-success-when-considering-salesforce-crm/2012/04/19/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/simplicity-equals-success-when-considering-salesforce-crm/2012/04/19/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 17:00:42 +0000</pubDate>
		<dc:creator>Clive Bearman</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[customer success]]></category>
		<category><![CDATA[infomatica cloud]]></category>
		<category><![CDATA[PSA]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Silverline CRM]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3556</guid>
		<description><![CDATA[A guest post by Justin Hoffman, Director of Marketing, PSA Insurance and Financial Services
Can  a successful, sales-driven organization swing and miss on a CRM  deployment? Absolutely. At least that’s what I confirm below and in the video that discusses the first time we rolled out Salesforce at my company, PSA Insurance and Financial [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/simplicity-equals-success-when-considering-salesforce-crm/2012/04/19/">Simplicity Equals Success When Considering Salesforce CRM</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<h2><img class="size-full wp-image-3559  alignleft" title="psa-logo" src="http://www.activevos.com/blog/wp-content/uploads/2012/04/psa-logo.jpg" alt="" width="347" height="125" /><em><strong>A guest post by Justin Hoffman, Director of Marketing, PSA Insurance and Financial Services</strong></em></h2>
<p>Can  a successful, sales-driven organization swing and miss on a CRM  deployment? Absolutely. At least that’s what I confirm below and in the<a href="http://ow.ly/9LCnu"> video that discusses the first time we rolled out Salesforce</a> at my company,<a href="http://www.psafinancial.com/"> PSA Insurance and Financial Services</a>.</p>
<p>For  context, PSA is a well-established insurance and financial services  firm that was founded in 1928. We’ve since grown to 160 employees  serving businesses and individuals with a broad range of products. We’re  ranked as one of the top 100 insurance brokers in the United States as  well as one of the top 100 in retirement planning with over $1 billion  in assets under advisement.</p>
<p>It’s  safe to say, we know how to sell. And we thought a CRM app — designed  to improve customer sales, service and support — would effectively sell  itself to salespeople. But three years ago, when we first made  Salesforce available to our employees, they just weren’t buying it. Instead  of immediate acceptance, our users expressed resistance. Their primary  criticisms revolved around the value of Salesforce. Most viewed it as  unnecessary data entry at best. As a result, few used Salesforce when it  debuted in 2009.</p>
<p>Looking  back, we made a number of mistakes with our initial Salesforce  deployment. It offered very little customization out of the box and was  not integrated with our agency management system. And it was optional,  so users didn’t have to use it if they didn’t want to. When  we re-launched Salesforce in May 2011, we took a much different  approach to putting CRM tools in our employees’ hands. First, we  integrated Salesforce with our agency management system via <a href="http://www.informaticacloud.com/">Informatica  Cloud</a>. We also customized Salesforce extensively with the help of  <a href="http://http://silverlinecrm.com/">Silverline CRM</a>, a customization firm in New York City that focuses on  the financial services industry.</p>
<p>Additionally, we used<a href="http://www.cloudextend.com/"> Cloud Extend for Salesforce</a> to make it a lot easier for our users to use Salesforce. Given the  variety of our user population, ease of use was a must. PSA has some  tech-savvy users, the kind who won’t give up an iPhone without a fight,  but we also have some very successful, more traditional salespeople who  have amassed a sizable book using &#8220;Post-It&#8221; notes, notebooks, Excel  spreadsheets , Outlook reminders and other home-grown systems.</p>
<p>The  user experience we wanted to emulate was an airport kiosk. That is, we  wanted to give our users a simple, Q&amp;A-style user interface —  Salesforce asks the questions, the user provides the answers. Basically,  the UI leads the user through a given CRM process, from creating a lead  to pursuing a cross-selling opportunity. And while users see a very  straightforward and simple UI, complex logic and algorithms are at work  behind the scenes to route users through precise CRM workflows.</p>
<p>And  that’s the role Cloud Extend plays for us. It provides an easy to use,  kiosk-style UI on the front end to shield users from the complexity of  the Salesforce engine on the backend. That simplicity and ease of use  are essential to driving broad adoption and use. And by turning CRM  tasks into programmatic processes, salespeople and other customer-facing  PSA employees can more fully engage the client and rely on Cloud Extend  for Salesforce to prompt them for the important fields and information  we use for the immediate opportunity as well as for future sales and  marketing efforts.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/simplicity-equals-success-when-considering-salesforce-crm/2012/04/19/">Simplicity Equals Success When Considering Salesforce CRM</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/simplicity-equals-success-when-considering-salesforce-crm/2012/04/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equipping Today’s Road Warriors for Mobile Sales Success</title>
		<link>http://www.activevos.com/blog/active-endpoints/equipping-today%e2%80%99s-road-warriors/2012/04/17/</link>
		<comments>http://www.activevos.com/blog/active-endpoints/equipping-today%e2%80%99s-road-warriors/2012/04/17/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 21:45:30 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3603</guid>
		<description><![CDATA[Android and iPhone smartphones are really cool, but are they any better than an old BlackBerry for doing real business on the road? I don&#8217;t mean browsing consumer-oriented sites, watching movies or playing games, but using critical business applications. Have you ever tried to navigate your back office enterprise applications on the road, or even [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/equipping-today%e2%80%99s-road-warriors/2012/04/17/">Equipping Today’s Road Warriors for Mobile Sales Success</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3605" title="road" src="http://www.activevos.com/blog/wp-content/uploads/2012/04/road.jpg" alt="" width="380" height="283" /><strong>Android and iPhone smartphones are really cool</strong>, but are they any better than an old BlackBerry for doing <em><strong>real </strong></em>business on the road? I don&#8217;t mean browsing consumer-oriented sites, watching movies or playing games, but using critical business applications. Have you ever tried to navigate your back office enterprise applications on the road, or even the more modern cloud-based applications like Salesforce? They are virtually unusable! Even the soon-to-be-released touchscreen version of Salesforce may work on an iPad, but it&#8217;s terrible on a smartphone.</p>
<p>The reason is simple: It&#8217;s not the devices, but the applications! IT-developed applications are still in the dark ages compared with the consumer world. Traditional applications are great at storing data, keeping it safe and clean. But when it comes to the way we want to interact with them on the road, no dice. The apps themselves aren’t formatted properly for new mobile screens, so they look awful. The on-screen keyboards that dominate make it difficult to enter information and navigation is kludgy. As a result, the efficiency and productivity advantages of mobile go out the window. So how can you and your team be efficient with inefficient tools?</p>
<p>Let’s say you’re sitting in a coffee shop, preparing for a meeting with a customer or a prospect. An enterprise application like Salesforce should make it easy to access everything that’s related to the opportunity, including hints around messaging as well as cross-selling and up-selling. And after the meeting, Salesforce should let you take notes right then and there — while it’s still fresh in your mind and the creative juices are flowing — not later when you get home or back to your desk.</p>
<p>Salesforce and the thousands of AppEx developers/consultants that comprise their ecosystem, however, have designed their applications for people sitting at a desk, not for people on the go. So, the pain points that sales organizations face concerning best practices for cultivating business, generating revenue, improving efficiency, adopting sales tools, messaging consistency, etc.? All those problems get magnified when salespeople are no longer tethered to their desks.</p>
<p>If they are going to succeed on the road, salespeople need a new interaction pattern that leverages their smartphones’ built-in device capabilities, such as voice-to-text dictation, and automated processes — that they or their managers design themselves — without AppEx coders who are back at the office.</p>
<p>Can Salesforce be adapted practically to mobile? Absolutely. That&#8217;s what a big part of what we do today!</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/equipping-today%e2%80%99s-road-warriors/2012/04/17/">Equipping Today’s Road Warriors for Mobile Sales Success</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/active-endpoints/equipping-today%e2%80%99s-road-warriors/2012/04/17/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Riffing on Mossberg: Hybrid, Voice-and-Touch Input for Ultimate Mobile Usability</title>
		<link>http://www.activevos.com/blog/active-endpoints/riffing-on-mossberg-hybrid-voice-and-touch-input-for-ultimate-mobile-usability/2012/04/12/</link>
		<comments>http://www.activevos.com/blog/active-endpoints/riffing-on-mossberg-hybrid-voice-and-touch-input-for-ultimate-mobile-usability/2012/04/12/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 21:29:43 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[dictation]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[voice input]]></category>
		<category><![CDATA[Wall Street Journal]]></category>
		<category><![CDATA[Walt Mossberg]]></category>
		<category><![CDATA[wizards]]></category>
		<category><![CDATA[wsj]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3574</guid>
		<description><![CDATA[The Wall Street Journal&#8217;s Walt Mossberg makes a great point in Take a Note: Typing With No Hands: from a usability standpoint, voice input on a smartphone or tablet is usually quicker and more accurate than typing on a virtual keyboard. Actually, I’d suggest that usability improvements for mobile phones and tablets can go even [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/riffing-on-mossberg-hybrid-voice-and-touch-input-for-ultimate-mobile-usability/2012/04/12/">Riffing on Mossberg: Hybrid, Voice-and-Touch Input for Ultimate Mobile Usability</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3581" title="dictation" src="http://www.activevos.com/blog/wp-content/uploads/2012/04/photo.png" alt="" width="248" height="370" /><strong>The Wall Street Journal&#8217;s Walt Mossberg</strong> makes a great point in <a title="Walt Mossberg: Typing With No Hands" href="http://allthingsd.com/20120410/take-a-note-typing-with-no-hands/" target="_blank">Take a Note: Typing With No Hands</a>: from a usability standpoint, voice input on a smartphone or tablet is usually quicker and more accurate than typing on a virtual keyboard. Actually, I’d suggest that usability improvements for mobile phones and tablets can go even further than voice-to-text dictation. To really make life easier for mobile device users, you’d want to combine the smartphone’s voice to text capability with the touch screen.</p>
<p>Much of what we do on mobile devices goes beyond email, tweets, Facebook posts and other content creation tasks to include process-driven interactions like making an online purchase or working with an enterprise application. In those cases, we’re navigating question-oriented trees with yes/no or multiple choice answers. That type of procedural activity can be accomplished much more easily and quickly by touching a button on a screen &#8212; a “thumb click.”  And the combination of voice-to-text and thumb clicks has the possibility of completely changing the way we interact with both business and consumer applications.</p>
<p>At Active Endpoints, we are taking this hybrid usability concept even further. Beyond supporting voice-and-touch input, we will make it possible for you to create your own wizards that combine voice and thumb clicks to automate and simplify the activities you do on an everyday basis.  Doctors, for example, could use a wizard to guide them through the patient intake and initial examination processes, prompting the doctors with common questions and answers for their particular practice. Some questions might be answered by speaking into the smartphone while others may answered with a thumb click. With a bit of integration on our end, that information can be put directly into their back-end application and combined with automated steps for doing things like scheduling a follow-up visit, issuing prescriptions, referrals to another physician. This will make life easier for everybody – no IT required.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/active-endpoints/riffing-on-mossberg-hybrid-voice-and-touch-input-for-ultimate-mobile-usability/2012/04/12/">Riffing on Mossberg: Hybrid, Voice-and-Touch Input for Ultimate Mobile Usability</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/active-endpoints/riffing-on-mossberg-hybrid-voice-and-touch-input-for-ultimate-mobile-usability/2012/04/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Extend for Salesforce Battles It Out With Salesforce Visual Workflow</title>
		<link>http://www.activevos.com/blog/cto/cloud-extend-for-salesforce-battles-it-out-with-salesforce-visual-workflow/2012/04/09/</link>
		<comments>http://www.activevos.com/blog/cto/cloud-extend-for-salesforce-battles-it-out-with-salesforce-visual-workflow/2012/04/09/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 18:55:01 +0000</pubDate>
		<dc:creator>Michael Rowley</dc:creator>
				<category><![CDATA[CTO]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Flow]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Visual Workflow]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3538</guid>
		<description><![CDATA[Everyone says their software is easy to use. And when it comes to anything related to &#8220;process&#8221; or &#8220;workflow,&#8221; everyone claims that a non-technical business user can use it. Certainly we claim it, and so does salesforce.com when they talk about their Visual Workflow product (actually some presenters from salesforce.com have admitted that the tool [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cto/cloud-extend-for-salesforce-battles-it-out-with-salesforce-visual-workflow/2012/04/09/">Cloud Extend for Salesforce Battles It Out With Salesforce Visual Workflow</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><em>Everyone </em>says their software is easy to use. And when it comes to anything related to &#8220;process&#8221; or &#8220;workflow,&#8221; everyone claims that a non-technical business user can use it. Certainly we claim it, and so does salesforce.com when they talk about their Visual Workflow product (actually some presenters from salesforce.com have admitted that the tool requires some programming prowess, but I suspect they were not following the company line).</p>
<p>So, when everyone claims some subjective characteristic like &#8220;ease of use&#8221; for their software, how can you tell who is telling the truth? I know what I would want: a side-by-side comparison. Walk me through what you have to do with each product in order to accomplish the same goal. And, of course, it has to be honest. You can&#8217;t show a side-by-side that claims that one product requires five steps to do something, when there is actually a way to do it in two steps if you know the software well. Unfortunately in this industry, people just don&#8217;t do side-by-side comparisons.</p>
<p>Today that changes &#8212; at least for these two technologies. Here is a  side-by-side video comparison of <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_blank">Cloud Extend for Salesforce</a> and salesforce.com&#8217;s Visual Workflow.</p>
<iframe src="http://www.youtube.com/embed/ppg6ah3O-tI?version=3&amp;wmode=transparent" width="650" height="390" title="YouTube video player" style="background-color:#000;display:block;margin-bottom:0;max-width:100%;" frameborder="0" allowfullscreen></iframe><p style="font-size:11px;margin-top:0;"><a href="http://www.youtube.com/watch?v=ppg6ah3O-tI" target="_blank" title="Watch on YouTube">Watch this video on YouTube</a>.</p>
<p>I have to commend my colleague Clive Bearman. He spent weeks learning Visual Workflow so that he could do an <strong>honest </strong>job of showing what you have to do in order to use it. There are all kinds of things that couldn&#8217;t be put into the side-by-side, like how hard it was for Clive to figure out what he had to do in Visual Workflow. I suppose he could have put together a video that talked about all the things he tried and all the places he looked before he figured out what he needed to do, but that would have been pretty boring to watch, and anyone could have claimed that they would have found it faster.</p>
<p>Luckily he has created the video so that you don&#8217;t have to watch the whole thing in order to get the point. He starts by showing how quickly and easily you can create a small process using Cloud Extend. He then shows the same process being developed using Visual Workflow, which takes much <strong><em>much</em></strong> longer &#8212; in fact, when he is only about half way through building the Visual Workflow equivalent, he gives up and skips to the end. Nonetheless, the Visual Workflow section is still longer (and more painful) than most viewers would be willing to sit through. But there is enough there that you can verify that nothing is being made up and no steps are missed. Those really are all the things you would need to do to get Visual Workflow to work.</p>
<p>So I hope you enjoy seeing a clear comparison between two technologies that make similar claims <em>and</em> (dare I say it)<em> </em>how easy it can be with Cloud Extend.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cto/cloud-extend-for-salesforce-battles-it-out-with-salesforce-visual-workflow/2012/04/09/">Cloud Extend for Salesforce Battles It Out With Salesforce Visual Workflow</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cto/cloud-extend-for-salesforce-battles-it-out-with-salesforce-visual-workflow/2012/04/09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping the Business Life Blood Pumping</title>
		<link>http://www.activevos.com/blog/cloud-extend/keeping-the-business-life-blood-pumping/2012/04/02/</link>
		<comments>http://www.activevos.com/blog/cloud-extend/keeping-the-business-life-blood-pumping/2012/04/02/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 20:59:40 +0000</pubDate>
		<dc:creator>Mark Taber</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3523</guid>
		<description><![CDATA[If information is the life blood of business, then information collection is the heart that pumps life into every team and geography.
However, the mind-numbing, mundane tasks associated with entering information into a CRM sucks the souls out of business people, especially sales people.
Repetitive, routine work crushes creativity, and sales people just won&#8217;t do it. This [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/keeping-the-business-life-blood-pumping/2012/04/02/">Keeping the Business Life Blood Pumping</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-3526     alignleft" title="Business Heart Graph" src="http://www.activevos.com/blog/wp-content/uploads/2012/04/dreamstime_xs_11062662-300x225.jpg" alt="" width="300" height="225" /><strong>If information is the life blood of business, then information collection is the heart that pumps life into every team and geography</strong>.<!--s_links--><!--check code--><!--/s_links--></p>
<p>However, the mind-numbing, mundane tasks associated with entering information into a CRM sucks the souls out of business people, especially sales people.</p>
<p>Repetitive, routine work crushes creativity, and sales people just won&#8217;t do it. This is a problem that applies to every sales team, and I&#8217;ve spent most of my professional life managing sales teams. Communication is especially vital when you have distributed teams because you miss the hallway conversations that help you to understand what is going on and so can&#8217;t begin to assist without having accurate, up-to-date information recorded in applications like Salesforce.</p>
<p>Beyond business predictability and forecasting, information helps you to identify opportunities and overcome obstacles. Sure, you&#8217;re accountable for providing an accurate forecast if you&#8217;re a sales manager. But nobody wants an accurate forecast that predicts you&#8217;re going to be 50 percent of quota. You really want to discover new ways to find new opportunities, close more opportunities, generate more demand and drive more revenue.</p>
<p>When I manage sales people, a key way I add value is through “brainstorming” with a set of facts. At IBM, we had regimented processes to collect those facts including a signature sales cycle with well-defined sales stages and countless spreadsheets with pivot tables, and at the end of the day, it was unmanageable and out of date. The reports may have been accurate around the time of the forecast, but they didn&#8217;t stay accurate going forward. Keeping accurate, current information was still a challenge even when practices and procedures were in place.</p>
<p>How do we fix this? It is clearly not by demanding more reports. We need to find a way to make it easier and more relevant for the sales executive to capture accurate and up-to-date data. The solution is through empowerment, not top down mandates. Business users and sales executives need to be able to self-author their own wizards, or process automations, to simplify their lives, and thereby benefit the company as a whole.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud-extend/keeping-the-business-life-blood-pumping/2012/04/02/">Keeping the Business Life Blood Pumping</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud-extend/keeping-the-business-life-blood-pumping/2012/04/02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-BPM rant makes a key point: add process to Salesforce, don&#8217;t replace it</title>
		<link>http://www.activevos.com/blog/bpm/anti-bpm-rant-makes-a-key-point-add-process-to-salesforce-dont-replace-it/2012/03/23/</link>
		<comments>http://www.activevos.com/blog/bpm/anti-bpm-rant-makes-a-key-point-add-process-to-salesforce-dont-replace-it/2012/03/23/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 14:08:38 +0000</pubDate>
		<dc:creator>Michael Rowley</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[CTO]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Methodology]]></category>
		<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3514</guid>
		<description><![CDATA[In the last couple weeks there has been a lot of talk about Theo Priestley’s recent blog post, which states that BPM must die, and the follow up post: BPM, The sick man of the enterprise.
I have to say that I agree with much of what he says about the claims made by BPM methodologists. [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/anti-bpm-rant-makes-a-key-point-add-process-to-salesforce-dont-replace-it/2012/03/23/">Anti-BPM rant makes a key point: add process to Salesforce, don&#8217;t replace it</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>In the last couple weeks there has been a lot of talk about Theo Priestley’s recent blog post, which states that <a href="http://bpmredux.wordpress.com/2012/03/08/what-the-fk-is-bpm-two-years-on/">BPM must die</a><!--s_links--><!--check code--><!--/s_links-->, and the follow up post: <a href="http://bpmredux.wordpress.com/2012/03/13/bpm-the-sick-man-of-the-enterprise/">BPM, The sick man of the enterprise</a>.</p>
<p>I have to say that I agree with much of what he says about the claims made by BPM methodologists. Their claims often boil down to the business equivalent of motherhood-and-apple-pie statements – better customer experience, more revenue, greater efficiency. The problem is that, although the benefits really are possible, the claims are often too abstract and broad. This over-hyping naturally leads to disillusionment – a pattern that has been formalized in Gartner’s <a href="http://www.gartner.com/technology/research/methodologies/hype-cycle.jsp">hype cycle</a> (which is one Gartner theory that I completely agree with). The hype cycle is more typically associated with technologies than with methodologies, and so it is that BPMS technology is also ready to weather the<em> trough of disillusionment</em> to make it to the nirvana-like <em>plateau of productivity</em>.</p>
<p>But I’d like to zero in on the key points that Theo makes about BPMS technology in his original post – specifically this line:</p>
<p style="padding-left: 30px;">&#8220;[BPMS technology] assimilates and copies most corporate functions with the promise of workflow, dynamic case management and customer focused processes. But so does salesforce.com so why aren’t they BPM ? I wrote two years ago about how they understood process better than half the vendor circuit when they created their Visual Process Manager. &#8220;</p>
<p><!--s_links--><!--check code--><!--/s_links--><br />
Theo is on the right track here. The key question is: what application does the user work with most? The answer with a BPMS has typically been that users should use the BPMS UI for starting processes, running reports, working with task lists and ultimately doing work by claiming tasks and filling out the forms that are embedded in the tasks. As Theo suggests, this means that the incorporation of a BPMS seems to mean that you have to assimilate and copy most of your corporate functions. Naturally, this is a deterrent to adoption – both due to the effort, but also because the users are happy working in their CRM (or other app) and don’t want to replace it.</p>
<p>What this implies is that users should be able to work on processes without having to leave their primary application. Process design and execution should be embedded.</p>
<p>When it comes to applications, salesforce.com is the 800 pound gorilla. So is salesforce.com&#8217;s Visual Workflow product the right way to incorporate business process automation in Salesforce? It isn’t if you want processes to be created by the person who knows what the process <strong>should</strong> be – the <em>subject matter expert</em>. For that, you should use <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_blank">Cloud Extend for Salesforce</a>. It is so dramatically easier to use that we recently posted a <a title="Cloud Extend vs. Visual Workflow" href="http://www.cloudextend.com/l/sidebyside" target="_blank">side-by-side comparison</a> of building a process with each of the two technologies so that you can see for yourself. You’ll be amazed at the difference.</p>
<p>Cloud Extend does not try to make it possible to create any possible kind of business process. This is OK because Theo is right that Salesforce itself provides key benefits like having a single view of the customer – all that is needed is a better way to guide its users to do the right things at the right time, and to do some things for them automatically. This means that the most important characteristics of the technology need to be a completely seamless integration with Salesforce and a design tool that can be used by subject matter experts. Cloud Extend achieves this partly because it does not try to handle more complex business processes, which would require capabilities like event handling or message correlation.</p>
<p>So stop concentrating on BPM as a methodology or even on using a BPMS to replace the applications that your employees use on a day-to-day basis, and start thinking about how you can leverage those applications but allow your subject matter experts to spread their expertise to everyone and improve your productivity.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/anti-bpm-rant-makes-a-key-point-add-process-to-salesforce-dont-replace-it/2012/03/23/">Anti-BPM rant makes a key point: add process to Salesforce, don&#8217;t replace it</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/bpm/anti-bpm-rant-makes-a-key-point-add-process-to-salesforce-dont-replace-it/2012/03/23/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Active Endpoints and PSA Financial Present Cloud Extend for Salesforce at DC Metro Salesforce Users Group on February 23</title>
		<link>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-and-psa-financial-present-cloud-extend-for-salesforce-at-dc-metro-salesforce-users-group-on-february-23/2012/02/22/</link>
		<comments>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-and-psa-financial-present-cloud-extend-for-salesforce-at-dc-metro-salesforce-users-group-on-february-23/2012/02/22/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 16:57:26 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[appexchange]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[customer success]]></category>
		<category><![CDATA[PSA Financial]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3490</guid>
		<description><![CDATA[I’m excited to announce that Justin Hoffman, Marketing Director for PSA Financial &#38; Insurance Services, will be presenting the value his team has realized in Cloud Extend for Salesforce at the Washington DC Metro Salesforce Users Group in Arlington, VA on February 23. If you’re in the Washington DC Metro area, we&#8217;d love for you [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-and-psa-financial-present-cloud-extend-for-salesforce-at-dc-metro-salesforce-users-group-on-february-23/2012/02/22/">Active Endpoints and PSA Financial Present Cloud Extend for Salesforce at DC Metro Salesforce Users Group on February 23</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>I’m excited to announce that Justin Hoffman, Marketing Director for <a title="PSA Financial &amp; Insurance Services" href="http://www.psafinancial.com">PSA Financial &amp; Insurance Services</a><!--s_links--><!--check code--><!--/s_links-->, will be presenting the value his team has realized in <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com">Cloud Extend for Salesforce</a> at the Washington DC Metro Salesforce Users Group in Arlington, VA on February 23. If you’re in the Washington DC Metro area, we&#8217;d love for you to join us&#8230;it&#8217;s hard to pass up a live customer demo and free food! Click <a title="Washington DC Metro Salesforce Users Group Feb 23 Meeting" href="http://ow.ly/9cHzA ">here</a> for details and to register.</p>
<p>Justin will demonstrate a process wizard he built to capture new lead information consistently, show how it was built and discuss lessons learned working with Cloud Extend for Salesforce. We believe PSA’s story perfectly exhibits the ease of use, simplicity and flexibility of Cloud Extend for Salesforce to drive best practices and enforce data consistency across sales and marketing for companies of all sizes.</p>
<p>Details are in the media advisory below.</p>
<p>If you can&#8217;t attend the meeting and would like to see a demo of <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com/">Cloud Extend for Salesforce</a> via web meeting or speak with Justin about his team’s experience, I’d be happy to connect you. <a href="mailto:info@cloudextend.com">Send</a> us an email!</p>
<p><a href="http://www.cloudextend.com/content/blog/20120221_media_alert_metrodc_sf_ug.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-and-psa-financial-present-cloud-extend-for-salesforce-at-dc-metro-salesforce-users-group-on-february-23/2012/02/22/">Active Endpoints and PSA Financial Present Cloud Extend for Salesforce at DC Metro Salesforce Users Group on February 23</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-and-psa-financial-present-cloud-extend-for-salesforce-at-dc-metro-salesforce-users-group-on-february-23/2012/02/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Endpoints CTO Presents on Cloud Computing Panel</title>
		<link>http://www.activevos.com/blog/podcast/active-endpoints-cto-presents-on-cloud-computing-panel/2011/12/21/</link>
		<comments>http://www.activevos.com/blog/podcast/active-endpoints-cto-presents-on-cloud-computing-panel/2011/12/21/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 17:35:37 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[constant contact]]></category>
		<category><![CDATA[jclouds]]></category>
		<category><![CDATA[masstlc]]></category>
		<category><![CDATA[michael rowley]]></category>
		<category><![CDATA[michael skok]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[north bridge]]></category>
		<category><![CDATA[paas]]></category>
		<category><![CDATA[platform-as-a-service]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3441</guid>
		<description><![CDATA[Recently, Active Endpoints CTO Dr. Michael Rowley had the pleasure of participating on a panel at MassTLC’s Software Development Summit. Moderated by North Bridge’s Michael Skok, Michael joined tech leaders Andrew Phillips, PMC Member, jclouds and Stefan Piesche, CTO, Constant Contact, to discuss the implications of application development in the cloud. The panel tackled issues [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/podcast/active-endpoints-cto-presents-on-cloud-computing-panel/2011/12/21/">Active Endpoints CTO Presents on Cloud Computing Panel</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Recently, Active Endpoints CTO Dr. Michael Rowley had the pleasure of participating on a panel at MassTLC’s Software Development Summit. Moderated by North Bridge’s Michael Skok, Michael joined tech leaders Andrew Phillips, PMC Member, jclouds and Stefan Piesche, CTO, Constant Contact, to discuss the implications of application development in the cloud. The panel tackled issues including interoperability challenges, speed and agility vs. flexibility and platform-as-a-service, or PaaS. As you would imagine, the discussion was lively and the panel fielded many questions from the audience.</p>
<p>Watch the <a href="http://www.activevos.com/cp/825/leveraging-the-cloud-in-the-development-environment">replay</a><!--s_links--><!--check code--><!--/s_links--> of the panel discussion for yourself and <a href="http://www.activevos.com/blog/podcast/masstlc-software-development-summit/2011/12/21/">read</a> about Michael’s insights from the event. Details are in the media advisory below.</p>
<p><a href="http://www.activevos.com/content/blog/20111221_media_alert_masstlc_panel.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a><br />
<!--s_links--><!--check code--><!--/s_links--></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/podcast/active-endpoints-cto-presents-on-cloud-computing-panel/2011/12/21/">Active Endpoints CTO Presents on Cloud Computing Panel</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/podcast/active-endpoints-cto-presents-on-cloud-computing-panel/2011/12/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MassTLC Software Development Summit</title>
		<link>http://www.activevos.com/blog/podcast/masstlc-software-development-summit/2011/12/21/</link>
		<comments>http://www.activevos.com/blog/podcast/masstlc-software-development-summit/2011/12/21/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:44:28 +0000</pubDate>
		<dc:creator>Michael Rowley</dc:creator>
				<category><![CDATA[CTO]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Guidance Trees]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[mass tlc]]></category>
		<category><![CDATA[masstlc]]></category>
		<category><![CDATA[michael rowley]]></category>
		<category><![CDATA[middleware]]></category>
		<category><![CDATA[paas]]></category>
		<category><![CDATA[platform-as-a-service]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[software as a service]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3426</guid>
		<description><![CDATA[I was recently on a panel at the MassTLC Software Development Summit in Cambridge, MA. The title of the panel was: Leveraging the Cloud in the Development Environment. It was  a fun experience. You can watch a replay of the panel here. You may also be interested in reading my blog post on the summit [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/podcast/masstlc-software-development-summit/2011/12/21/">MassTLC Software Development Summit</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>I was recently on a panel at the <a title="MassTLC" href="http://www.masstlc.org/" target="_blank">MassTLC</a> Software Development Summit in Cambridge, MA. The title of the panel was: Leveraging the Cloud in the Development Environment. It was  a fun experience. You can watch a replay of the panel <a href="http://www.activevos.com/cp/825/leveraging-the-cloud-in-the-development-environment">here</a>. You may also be interested in reading my blog post on the summit that I posted over at the <a href="http://futureofcloudcomputing.drupalgardens.com/blog/interesting-insights-masstlc%E2%80%99s-software-development-summit">Future of Cloud Computing blog</a>.</p>
<p>Since writing that post, I had some additional thoughts on the topic. Cloud computing is traditionally broken into infrastructure-as-a-service, platform-as-a-service and software-as-a-service. The problem with that division is the middle layer &#8212; it is just too hard to define. It is akin to &#8220;Middleware&#8221; which is anything in between the database and the actual application. That is such a catch-all that it is hard to make any clear statements about it. It is more about what it isn&#8217;t than what it is &#8212; i.e. it isn&#8217;t the bottom layer and it isn&#8217;t the top layer, so it must be Middleware, or PAAS.</p>
<p>With <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_blank">Cloud Extend</a>, we have a system that allows people to create custom applications that guide users through their work. The key thing in this description is that we allow other people to create applications. That would seem to imply it is a PAAS offering. But there are also PAAS offerings that present a programming environment that use Java as a the programming language and large APIs such as J2EE or Spring. It is hard to see the similarity between the simplicity of creating guidance trees and the complexity of writing a J2EE or Spring application. Perhaps we need a new class of software. I&#8217;ll have to think about that. Any ideas?</p>
<p><a href="http://www.activevos.com/cp/825/leveraging-the-cloud-in-the-development-environment"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a><!--s_links--><!--check code--><!--/s_links--></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/podcast/masstlc-software-development-summit/2011/12/21/">MassTLC Software Development Summit</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/podcast/masstlc-software-development-summit/2011/12/21/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Active Endpoints Introduces a New Programming Paradigm for Non-Programmers</title>
		<link>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-introduces-a-new-programming-paradigm-for-non-programmers/2011/11/10/</link>
		<comments>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-introduces-a-new-programming-paradigm-for-non-programmers/2011/11/10/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 19:34:49 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Guidance Trees]]></category>
		<category><![CDATA[michael rowley]]></category>
		<category><![CDATA[sales guide]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[SPLASH]]></category>
		<category><![CDATA[splash 2011]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3417</guid>
		<description><![CDATA[Recently our CTO, Dr. Michael Rowley, was invited to present at SPLASH 2011, the ultimate conference for tech academics. Michael unveiled guidance trees, a new concept that is best described as a mixture of decision trees and workflows. Guidance trees form the foundation of our latest product, Cloud Extend for Salesforce. They make it easy [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-introduces-a-new-programming-paradigm-for-non-programmers/2011/11/10/">Active Endpoints Introduces a New Programming Paradigm for Non-Programmers</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Recently our CTO, Dr. Michael Rowley, was invited to present at SPLASH 2011, the ultimate conference for tech academics. Michael unveiled <em>guidance trees</em>, a new concept that is best described as a mixture of decision trees and workflows. Guidance trees form the foundation of our latest product, <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_self">Cloud Extend for Salesforce</a>. They make it easy for non-tech folks to develop sales guides right inside Salesforce, no technical training or IT skills required.</p>
<p>Take a few minutes to hear Michael&#8217;s <a title="Guidance Trees: A New Programming Paradigm for Non-Programmers" href="http://www.cloudextend.com/cp/822/guidance-trees-a-new-programming-paradigm-for-non-programmers" target="_self">talk</a>, as he presents a new programming paradigm for non-programmers. Details are in the attached media alert.</p>
<p><a href="/content/blog/20111110_splash.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-introduces-a-new-programming-paradigm-for-non-programmers/2011/11/10/">Active Endpoints Introduces a New Programming Paradigm for Non-Programmers</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/press-for-activevos-soa-bpm-cep-bpel-software/active-endpoints-introduces-a-new-programming-paradigm-for-non-programmers/2011/11/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming language researchers get  a look at guidance trees</title>
		<link>http://www.activevos.com/blog/bpm/programming-language-researchers-get-a-look-at-guidance-trees/2011/11/10/</link>
		<comments>http://www.activevos.com/blog/bpm/programming-language-researchers-get-a-look-at-guidance-trees/2011/11/10/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 18:02:43 +0000</pubDate>
		<dc:creator>Michael Rowley</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[CTO]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Guidance Trees]]></category>
		<category><![CDATA[ACM]]></category>
		<category><![CDATA[Non-programmers]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[SPLASH]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3404</guid>
		<description><![CDATA[Back when I was getting my Ph.D. in the area of programming language research, I occasionally attended the major academic conference for that area. At the time the Association for Computing Machinery (ACM) called it OOPSLA. More recently it has been renamed to SPLASH, for Systems, Programming, Languages and   Applications: Software for Humanity. [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/programming-language-researchers-get-a-look-at-guidance-trees/2011/11/10/">Programming language researchers get  a look at guidance trees</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Back when I was getting my Ph.D. in the area of programming language research, I occasionally attended the major academic conference for that area. At the time the <a title="ACM, the world’s largest educational and scientific computing society" href="http://www.acm.org/" target="_self">Association for Computing Machinery</a> (ACM) called it OOPSLA. More recently it has been renamed to <a title="SPLASH" href="http://splashcon.org/2011/" target="_blank">SPLASH</a>, for Systems, Programming, Languages and   Applications: Software for Humanity. I haven&#8217;t been to the conference in years, but this year I went back.</p>
<p>Wow, what a shock. I&#8217;ve only been going to corporate conferences and analyst conferences for the last several years and I&#8217;ve gotten used to having to sit through hours of abstract motherhood-and-apple-pie claims intermixed with meaningless marketecture diagrams. So it was a breath of fresh air to go to a conference where people actually describe their technology in enough detail to understand what it really is, and to hear concrete claims that they can actually back up.</p>
<p>I was also pleased to be able describe and demonstrate <a title="Guidance Trees: A New Programming Paradigm for Non-Programmers" href="http://www.cloudextend.com/cp/822/guidance-trees-a-new-programming-paradigm-for-non-programmers" target="_self">guidance trees</a> at the conference. I don&#8217;t normally talk about guidance tree technology as a programming language, since the technology is targeted to non-programmers (or even technophobes) and that kind of person is likely to be scared off by talking about it as a programming language. However, programming language researchers have a broad view of what constitutes a programming language (anything with control flow counts) and they have always been interested in approaches that would allow non-programmers to effectively write programs.</p>
<p>I described guidance trees as a &#8220;new programming paradigm for non-programmers.&#8221; I got a lot of positive comments about the technology and no one had seen anything like it before, which is quite unusual, since researchers always like to be able to say: &#8220;Isn&#8217;t that just like X?&#8221; My favorite comment was from an attendee who was surprised that I had had the gall to use the overused &#8220;paradigm&#8221; word, but by the end of the talk, he was convinced it really is a new paradigm &#8212; and an exceptionally valuable one at that.</p>
<p>Watch the <a title="Guidance Trees: A New Programming Paradigm for Non-Programmers" href="http://www.cloudextend.com/cp/822/guidance-trees-a-new-programming-paradigm-for-non-programmers" target="_self">video</a> to see if you agree. I&#8217;d love to hear what you think about this new technology that forms the foundation of our latest product, <a title="Cloud Extend for Salesforce" href="http://www.cloudextend.com" target="_self">Cloud Extend for Salesforce</a>.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/programming-language-researchers-get-a-look-at-guidance-trees/2011/11/10/">Programming language researchers get  a look at guidance trees</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/bpm/programming-language-researchers-get-a-look-at-guidance-trees/2011/11/10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PSA Financial Podcast Available on How Cloud Extend for Salesforce Helped Improve Sales Rep Productivity</title>
		<link>http://www.activevos.com/blog/cloud/psa-financial-podcast-available-on-how-cloud-extend-for-salesforce-helped-improve-sales-rep-productivity/2011/09/07/</link>
		<comments>http://www.activevos.com/blog/cloud/psa-financial-podcast-available-on-how-cloud-extend-for-salesforce-helped-improve-sales-rep-productivity/2011/09/07/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 19:16:38 +0000</pubDate>
		<dc:creator>John Cingari</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[PSA Financial]]></category>
		<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3374</guid>
		<description><![CDATA[Listen to an exciting podcast where PSA Financial and Insurance Marketing and IT Directors share their story of how Cloud Extend for Salesforce is capturing the sales knowledge of their top performers, replicating their successful sales patterns and enforcing data consistency to improve their sales productivity.
Podcast highlights include:

Why PSA decided to use Cloud Extend for [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/psa-financial-podcast-available-on-how-cloud-extend-for-salesforce-helped-improve-sales-rep-productivity/2011/09/07/">PSA Financial Podcast Available on How Cloud Extend for Salesforce Helped Improve Sales Rep Productivity</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Listen to an exciting podcast where PSA Financial and Insurance Marketing and IT Directors share their story of how <a href="http://www.cloudextend.com/">Cloud Extend for Salesforce</a> is capturing the sales knowledge of their top performers, replicating their successful sales patterns and enforcing data consistency to improve their sales productivity.</p>
<p><strong>Podcast highlights include:</strong></p>
<ul>
<li>Why PSA decided to use Cloud Extend for Salesforce as opposed to custom coding</li>
<li>Which sales guides are being used to ensure sales reps are maximizing initial opportunities</li>
<li>How sales guides are being used to cross-sell additional insurance and financial services</li>
<li>What benefits are expected, including the increase of the lead-to-close ratio</li>
</ul>
<p><strong>Next steps:</strong></p>
<ul>
<li>Listen to the podcast: <a href="http://bit.ly/PSACloudExtend">http://bit.ly/PSACloudExtend</a></li>
<li>Download the transcript: <a href="http://bit.ly/PSACloudExtend">http://bit.ly/PSACloudExtend</a></li>
<li>Try Cloud Extend for Salesforce free at no risk:<strong> </strong><a href="http://www.cloudextend.com/salesforce/trial">http://www.cloudextend.com/salesforce/trial</a></li>
</ul>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/psa-financial-podcast-available-on-how-cloud-extend-for-salesforce-helped-improve-sales-rep-productivity/2011/09/07/">PSA Financial Podcast Available on How Cloud Extend for Salesforce Helped Improve Sales Rep Productivity</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/psa-financial-podcast-available-on-how-cloud-extend-for-salesforce-helped-improve-sales-rep-productivity/2011/09/07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Endpoints Unveils Cloud Extend for Salesforce at Dreamforce &#8216;11</title>
		<link>http://www.activevos.com/blog/cloud/active-endpoints-unveils-cloud-extend-for-salesforce-at-dreamforce-11/2011/08/31/</link>
		<comments>http://www.activevos.com/blog/cloud/active-endpoints-unveils-cloud-extend-for-salesforce-at-dreamforce-11/2011/08/31/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 14:05:16 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[appexchange]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[dreamforce]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[software as a service]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3363</guid>
		<description><![CDATA[Cloud Extend for Salesforce launched today at Dreamforce ’11, putting business users in control of automating their sales processes with an application that is drop dead simple to learn and use.
Available now on salesforce.com AppExchange, Cloud Extend is already being validated by customers and channel partners alike, as the press release below elaborates.
If you&#8217;re attending [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/active-endpoints-unveils-cloud-extend-for-salesforce-at-dreamforce-11/2011/08/31/">Active Endpoints Unveils Cloud Extend for Salesforce at Dreamforce &#8216;11</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cloudextend.com/">Cloud Extend for Salesforce</a> launched today at <a title="Dreamforce '11" href="http://www.salesforce.com/dreamforce/DF11/">Dreamforce ’11</a>, putting business users in control of automating their sales processes with an application that is drop dead simple to learn and use.</p>
<p>Available now on salesforce.com AppExchange, Cloud Extend is already being validated by customers and channel partners alike, as the press release below elaborates.</p>
<p>If you&#8217;re attending <a title="Dreamforce '11" href="http://www.salesforce.com/dreamforce/DF11/">Dreamforce ’11</a>, the cloud computing event of the year, stop by our booth (#8). We&#8217;d love to show you the power and simplicity of <a href="http://www.cloudextend.com/">Cloud Extend for Salesforce</a> and how you can leverage it for your SaaS application. And for your time, we will give you a super cool monkey that screeches and flies. Just what you want! If you were unable to make the trip to San Francisco, give us a shout or send us an email; we&#8217;d love to set up a few minutes to share Cloud Extend for Salesforce with you in an online demo.</p>
<p><a href="http://www.cloudextend.com/cp/813/active-endpoints-unveils-cloud-extend-for-salesforce-at-dreamforce-putting-sales-and-marketing-pros-in-control-of-automating-sales-processes"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cloud/active-endpoints-unveils-cloud-extend-for-salesforce-at-dreamforce-11/2011/08/31/">Active Endpoints Unveils Cloud Extend for Salesforce at Dreamforce &#8216;11</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cloud/active-endpoints-unveils-cloud-extend-for-salesforce-at-dreamforce-11/2011/08/31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neil Ward-Dutton from MWD Advisors reviews Cloud Extend for Salesforce.com</title>
		<link>http://www.activevos.com/blog/bpm/neil-ward-dutton-from-mwd-advisors-reveiws-cloud-extend-for-salesforce-com/2011/06/15/</link>
		<comments>http://www.activevos.com/blog/bpm/neil-ward-dutton-from-mwd-advisors-reveiws-cloud-extend-for-salesforce-com/2011/06/15/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 20:55:53 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[BPMS]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Active Endpoints]]></category>
		<category><![CDATA[ActiveVOS]]></category>
		<category><![CDATA[MWD]]></category>
		<category><![CDATA[neil ward-dutton]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3318</guid>
		<description><![CDATA[We recently announced Cloud Extend for Salesforce and the positive reviews came in quickly. In particular is a review from MWD Advisors Neil Ward-Dutton, where he says Cloud Extend seamlessly extends the functionality of Salesforce.com applications. Seamlessly being the keyword here. And that, according to Neil, the trend is moving towards &#8220;the closer interweaving of [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/neil-ward-dutton-from-mwd-advisors-reveiws-cloud-extend-for-salesforce-com/2011/06/15/">Neil Ward-Dutton from MWD Advisors reviews Cloud Extend for Salesforce.com</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>We recently announced <a title="Cloud Extend for Salesforce.com" href="http://www.activevos.com/cp/755/cloud-extend-for-salesforce-com-boosts-sales-team-productivity" target="_blank">Cloud Extend for Salesforce</a> and the positive reviews came in quickly. In particular is a <a title="MWD Neil Ward-Dutton's review of Cloud Extend" href="http://www.mwdadvisors.com/blog/2011/05/active-endpoints-cloud-extend-for-salesforce-com-another-sign-of-a-maturing-bpm-tech-market.html" target="_blank">review</a> from MWD Advisors Neil Ward-Dutton, where he says Cloud Extend seamlessly extends the functionality of Salesforce.com applications. Seamlessly being the keyword here. And that, according to Neil, the trend is moving towards &#8220;the closer interweaving of packaged application functionality with model-driven workflow and process management functionality.&#8221; And frankly, we believe we&#8217;re leading the pack here. Take a look at Neil&#8217;s <a title="MWD Neil Ward-Dutton's review of Cloud Extend" href="http://www.mwdadvisors.com/blog/2011/05/active-endpoints-cloud-extend-for-salesforce-com-another-sign-of-a-maturing-bpm-tech-market.html" target="_blank">review</a> and see for yourself how Cloud Extend for Salesforce.com, which is built on the ActiveVOS BPMS foundation, boosts sales productivity.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/neil-ward-dutton-from-mwd-advisors-reveiws-cloud-extend-for-salesforce-com/2011/06/15/">Neil Ward-Dutton from MWD Advisors reviews Cloud Extend for Salesforce.com</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/bpm/neil-ward-dutton-from-mwd-advisors-reveiws-cloud-extend-for-salesforce-com/2011/06/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CTO Michael Rowley Presents Cloud Extend at Red Hat Summit and JBoss World 2011</title>
		<link>http://www.activevos.com/blog/bpm/cto-michael-rowley-presents-cloud-extend-at-red-hat-summit-and-jboss-world-2011/2011/04/28/</link>
		<comments>http://www.activevos.com/blog/bpm/cto-michael-rowley-presents-cloud-extend-at-red-hat-summit-and-jboss-world-2011/2011/04/28/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 13:00:10 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[BPMS]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[ActiveVOS]]></category>
		<category><![CDATA[forrester]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[lori macvittie]]></category>
		<category><![CDATA[michael rowley]]></category>
		<category><![CDATA[mike gualtieri]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[red hat summit]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3216</guid>
		<description><![CDATA[If you haven’t seen Cloud Extend, our new product offering that puts SaaS customization into the hands of business users, here are a few live and virtual opportunities May 3-6 at Red Hat Summit and JBoss World in Boston:
Our CTO, Michael Rowley Ph.D., will be presenting Cloud Extend on May 5 at the Red Hat [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/cto-michael-rowley-presents-cloud-extend-at-red-hat-summit-and-jboss-world-2011/2011/04/28/">CTO Michael Rowley Presents Cloud Extend at Red Hat Summit and JBoss World 2011</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>If you haven’t seen <a title="Cloud Extend" href="http://bit.ly/CloudExtend" target="_blank">Cloud Extend</a>, our new product offering that puts SaaS customization into the hands of business users, here are a few live and virtual opportunities May 3-6 at Red Hat Summit and JBoss World in Boston:</p>
<p>Our CTO, Michael Rowley Ph.D., will be presenting Cloud Extend on May 5 at the <a title="Red Hat Summit" href="http://www.redhat.com/summit/" target="_blank">Red Hat Summit</a> in Boston. The theme is “<a title="Rowley Red Hat Summit session" href="http://red.ht/mrowley" target="_blank">Your Cloud Application Isn’t Done Yet</a>,” meaning that your SaaS application is probably not done until you have added some level of customization. See Lori MacVittie’s insightful review of Could Extend here: <a title="Lori MacVittie" href="http://bit.ly/llIJ8M" target="_blank">http://bit.ly/llIJ8M</a>.</p>
<p>Principal Analyst <a title="Mike Gualtieri bio Forrester Research, Inc." href="http://www.forrester.com/rb/analyst/mike_gualtieri" target="_blank">Mike Gualtieri</a> from Forrester Research, Inc., will be featured in a related live webinar on May 4, “<a title="Webinar: 3 Steps to Get Business Users on Your Side" href="http://bit.ly/3stepswebinar" target="_blank">3 Steps to Get Business Users on Your Side</a>,” on how to encourage business users to design SaaS process applications—at the heart of Cloud Extend and its underlying design technology <a title="Socrates" href="http://www.activevos.com/products/socrates" target="_blank">Socrates</a>.</p>
<p>Stop by booth 204 for live demos of Cloud Extend, Socrates and <a title="ActiveVOS BPMS" href="http://www.activevos.com/products/activevos/overview" target="_blank">ActiveVOS BPMS</a>. And for the chance to win an iPad, which coincidentally, is what we will use to show you the power of our products.</p>
<p>Details on the events are in the attached announcement. We hope to see you, live or virtually, next week!</p>
<p><a href="/cp/762/cto-michael-rowley-presents-cloud-extend-at-red-hat-summit-and-jboss-world-2011"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/cto-michael-rowley-presents-cloud-extend-at-red-hat-summit-and-jboss-world-2011/2011/04/28/">CTO Michael Rowley Presents Cloud Extend at Red Hat Summit and JBoss World 2011</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/bpm/cto-michael-rowley-presents-cloud-extend-at-red-hat-summit-and-jboss-world-2011/2011/04/28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Extend brings process into your cloud application</title>
		<link>http://www.activevos.com/blog/cto/cloud-extend-brings-process-into-your-cloud-application/2011/04/17/</link>
		<comments>http://www.activevos.com/blog/cto/cloud-extend-brings-process-into-your-cloud-application/2011/04/17/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 23:00:12 +0000</pubDate>
		<dc:creator>Michael Rowley</dc:creator>
				<category><![CDATA[CTO]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[socrates]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3200</guid>
		<description><![CDATA[Cloud Extend, which was announced this past Thursday, is a  completely new approach to improving the processes followed by employees. But  before I describe this new approach, let me describe the value of the end  result.
From data-centric to process-centric
Many people have recently discovered the value of moving away from  data-centric applications [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cto/cloud-extend-brings-process-into-your-cloud-application/2011/04/17/">Cloud Extend brings process into your cloud application</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p><em>Cloud Extend</em>, which was announced this past Thursday, is a  completely new approach to improving the processes followed by employees. But  before I describe this new approach, let me describe the value of the end  result.</p>
<h4>From data-centric to process-centric</h4>
<p>Many people have recently discovered the value of moving away from  data-centric applications to process-centric applications. Salesforce.com is  essentially a data centric application. The sales rep can use Salesforce  to essentially do whatever they want at any time. Sales managers, sales  operations, and other executives have to depend on training programs as the only  way they can get the sales reps to follow the process that is known to provide  the highest likelihood of a sale while also providing enough visibility to the  executives so that they can accurately predict future revenues. The problem is  that training doesn’t work very well. People forget the training or interpret it  incorrectly. They are especially stymied when they run into a situation that  doesn’t happen every day. The right way to handle the situation may be in some  sales manual, but that has probably been safely tucked away behind their  employee orientation packet, never to be looked at again.</p>
<p>The right approach is to move from data-centric to process-centric. This  means that the user should be guided to do the right things at the right times.  However,  the user does <em>not</em> want to give up their application UI and be  forced to use the UI of a BPMS or workflow product. One of the key design  principals of Cloud Extend is that users stay in the application they know and  love, but that application includes a panel that guides the user to do the right  things at the right times. In the case of Salesforce.com, that panel contains a  <em>sales guide </em>and it turns a completely data-centric application into one  that can be driven by process.</p>
<p>Sales guides contain more than just instructions. They can also collect  information and make changes to the Salesforce object that they are embedded  within (automatically recording all activities in Saleforce.com – greatly  reducing manual data entry by sales reps). Because of this, using sales guides  improves the consistency in how the Salesforce fields are used across the sales  organization.</p>
<h4>But who creates the processes?</h4>
<p><em>Not</em> some business analyst that has gone through weeks of training  learning tools and techniques. No, the right person to create such a process is  the person with the most knowledge of the effort at hand. In the case of sales,  that person would likely be a sales executive or sales operations manager, and  last I checked, those people haven’t signed up for many BPM courses.</p>
<p>What they need is a tool that they can use just by knowing the screens and  questions that the sales reps should see. The creation of the sales guide should  be so intuitive that no manual is necessary. If you’ve read anything I’ve  written recently or seen any of my latest webinars, you’ll probably guess how we  manage that. The basis of the guide designer is Socrates. With a combination of  Socrates embedded right inside of the Salesforce UI and automated steps designed  specifically for Salesforce.com, anyone can easily create and deploy sales  guides, without training, in minutes.</p>
<h4>Integrating SaaS applications</h4>
<p>Cloud Extend can also be used for SaaS integration. In addition making  changes to Salesforce objects, guides can call out to external systems or other  SaaS applications. However, even when multiple SaaS applications are being  integrated, one of the applications acts as the <em>anchor application</em>. The  anchor application is the application that the end user is used to using and  which is extended to include guides. The other applications are used through  <em>automated steps</em> in the guides.</p>
<p>This asymmetry is key. Each role uses the UI of the application they are most  familiar with, while using the data and capabilities of other applications. A  sales rep uses the CRM application UI, but also causes appropriate changes to be  made in a separate financial application. Someone in the finance department  would use a guide that is embedded in the financial application, but also uses  data and causes changes to be made to CRM objects through automated steps.</p>
<p>This approach is also clearly different from the approach used by many SaaS  integration vendors, who perform batch synchronization of data between  applications after the fact. That is an approach that suffers from the numerous  problems associated with redundant, out-of-date data. With the Cloud Extend  approach, the APIs of the non-anchor applications provide real-time access to  data it is possible to have a single system of record for any kind of data.</p>
<h4>Take a look</h4>
<p>Most of what we are excited about with Cloud Extend is how well it integrates  into Salesforce.com and how easy it is to create new guides. Neither of those  are things that it is easy to really understand until you’ve seen it, so I’ll  encourage you to take a look at the video that you can find at the <a href="../../products/cloud-extend/early-access" target="_blank">Cloud Extend page</a>.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/cto/cloud-extend-brings-process-into-your-cloud-application/2011/04/17/">Cloud Extend brings process into your cloud application</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/cto/cloud-extend-brings-process-into-your-cloud-application/2011/04/17/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PCWorld: Cloud Extend &#8220;makes Salesforce.com easier to use&#8221;</title>
		<link>http://www.activevos.com/blog/bpm/pcworld-cloud-extend-makes-salesforce-com-easier-to-use/2011/04/14/</link>
		<comments>http://www.activevos.com/blog/bpm/pcworld-cloud-extend-makes-salesforce-com-easier-to-use/2011/04/14/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 15:57:57 +0000</pubDate>
		<dc:creator>Sonal Rajan</dc:creator>
				<category><![CDATA[BPM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[idg]]></category>
		<category><![CDATA[kanaracus]]></category>
		<category><![CDATA[pcworld]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3191</guid>
		<description><![CDATA[We&#8217;re all about making things easier here at Active Endpoints. And with our new product, Cloud Extend for Salesforce.com, PCWorld&#8217;s Chris Kanaracus agrees.
Cloud Extend for Salesforce.com gives sales managers and other domain experts the ability to deliver to their users knowledge and interactive guides in an effective manner, without involving developers.
We appreciate Chris&#8217;s mention and [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/pcworld-cloud-extend-makes-salesforce-com-easier-to-use/2011/04/14/">PCWorld: Cloud Extend &#8220;makes Salesforce.com easier to use&#8221;</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re all about making things easier here at Active Endpoints. And with our new product, Cloud Extend for Salesforce.com, PCWorld&#8217;s Chris Kanaracus <a title="PCWorld: New app makes Salesforce.com easier to use" href="http://www.pcworld.idg.com.au/article/383299/new_app_makes_salesforce_com_easier_use/" target="_blank">agrees</a>.</p>
<p><a title="Cloud Extend for Salesforce.com" href="http://activevos.com/products/cloud-extend/early-access" target="_blank">Cloud Extend for Salesforce.com</a> gives sales managers and other domain experts the ability to deliver to their users knowledge and interactive guides in an effective manner, without involving developers.</p>
<p>We appreciate Chris&#8217;s mention and recommend reading his <a title="PCWorld: New app makes Salesforce.com easier to use" href="http://www.pcworld.idg.com.au/article/383299/new_app_makes_salesforce_com_easier_use/" target="_blank">article</a> to see how we are helping customers get the most out of their on demand CRM and what the future holds for Cloud Extend for Salesforce.com.</p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/bpm/pcworld-cloud-extend-makes-salesforce-com-easier-to-use/2011/04/14/">PCWorld: Cloud Extend &#8220;makes Salesforce.com easier to use&#8221;</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/bpm/pcworld-cloud-extend-makes-salesforce-com-easier-to-use/2011/04/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Extend for Salesforce.com Boosts Sales Team Productivity</title>
		<link>http://www.activevos.com/blog/soa/cloud-extend-for-salesforce-com-boosts-sales-team-productivity/2011/04/14/</link>
		<comments>http://www.activevos.com/blog/soa/cloud-extend-for-salesforce-com-boosts-sales-team-productivity/2011/04/14/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 13:23:32 +0000</pubDate>
		<dc:creator>John Cingari</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Extend]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[press]]></category>

		<guid isPermaLink="false">http://www.activevos.com/blog/?p=3178</guid>
		<description><![CDATA[Today, we launched Cloud Extend for Salesforce.com, the first of a series of products that “extend the cloud” by boosting productivity for business users working inside Software-as-a-Service (SaaS) applications. No separate user interface. Drop dead simple. No technical skills required. Social and mobile supported.
Conversations we like to join:
- Comparing the value of on-premise and SaaS [...]<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/soa/cloud-extend-for-salesforce-com-boosts-sales-team-productivity/2011/04/14/">Cloud Extend for Salesforce.com Boosts Sales Team Productivity</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></description>
			<content:encoded><![CDATA[<p>Today, we launched <a title="Cloud Extend for Salesforce.com" href="http://bit.ly/CloudExtend">Cloud Extend for Salesforce.com</a>, the first of a series of products that “extend the cloud” by boosting productivity for business users working inside Software-as-a-Service (SaaS) applications. No separate user interface. Drop dead simple. No technical skills required. Social and mobile supported.</p>
<p>Conversations we like to join:</p>
<p>- Comparing the value of on-premise and SaaS applications<br />
- Extending the value of cloud applications<br />
- Simplifying the creation of custom applications<br />
- Consumerizing enterprise applications – a megatrend for the software industry<br />
- Adding value to SaaS applications by ISVs and consulting firms</p>
<p>Learn more and register for the early access program at <a title="Cloud Extend for Salesforce.com" href="http://bit.ly/CloudExtend">http://bit.ly/CloudExtend</a>.</p>
<p>Click &#8220;View&#8221; below to read the entire press release.</p>
<p>﻿<a href="/content/blog/cloud_extend_for_salesforce.pdf"><img src="/themes/default/images/button_view_large.gif" border="0" alt="" /></a><!--s_links--><!--check code--><!--/s_links--></p>
<p>Post from: <a href="http://www.vosibilities.com">VOSibilities, the Active Endpoints BPMS blog</a>
<br /> <br />Learn more about <a href="http://www.activevos.com">ActiveVOS</a><br/><br/><a href="http://www.activevos.com/blog/soa/cloud-extend-for-salesforce-com-boosts-sales-team-productivity/2011/04/14/">Cloud Extend for Salesforce.com Boosts Sales Team Productivity</a>
<!--s_links--><!--check code--><!--/s_links-->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activevos.com/blog/soa/cloud-extend-for-salesforce-com-boosts-sales-team-productivity/2011/04/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
