<?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>Project Manager, Speaker, and Digital Coach for Salesforce.com, Basecamp, Quickbooks and Technology Challenges .: Your Success Rabbi &#187; pc</title>
	<atom:link href="http://www.successrabbi.com/topic/pc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.successrabbi.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Sep 2011 07:34:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Understanding Business Accounts and Person Accounts &#8211; Part 1</title>
		<link>http://www.successrabbi.com/2009/05/understanding-business-accounts-and-person-accounts-part-1/</link>
		<comments>http://www.successrabbi.com/2009/05/understanding-business-accounts-and-person-accounts-part-1/#comments</comments>
		<pubDate>Mon, 04 May 2009 16:23:12 +0000</pubDate>
		<dc:creator>jcline</dc:creator>
				<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Accounts]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[B2B]]></category>
		<category><![CDATA[B2C]]></category>
		<category><![CDATA[Contacts]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Nonprofits]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[Person Accounts]]></category>

		<guid isPermaLink="false">http://www.successrabbi.com/?p=242</guid>
		<description><![CDATA[How you store your client information inside Salesforce.com makes a big difference. One area where this is very clear is Accounts and Contacts. Salesforce began as a business tool and therefore focused on business to business (B2B) relationships. Therefore, the Account object is oriented toward a business or company by default. These relationships look like [...]]]></description>
			<content:encoded><![CDATA[<p>How you store your client information inside Salesforce.com makes a big difference. One area where this is very clear is Accounts and Contacts. Salesforce began as a business tool and therefore focused on business to business (B2B) relationships. Therefore, the <code>Account</code> object is oriented toward a business or company by default.</p>
<p>These relationships look like this:</p>
<blockquote><p><code>ACCOUNT (i.e. Acme, Inc., www.acme.com, 1-800-ACME-INC)<br />
|<br />
|<br />
----- CONTACT (i.e. Joe Smith, joe@acme.com, 555-555-1212)<br />
----- CONTACT<br />
...</code></p></blockquote>
<p>This works great when there is a company such as a company client, vendor, or partner and it has employees that are related to it.</p>
<p>However, what happens when the client is an individual person such as someone who bought one of your e-books or a t-shirt? What happens when you are a nonprofit that relates to individual as well as institutional donors?<span id="more-242"></span></p>
<p>This is where a fairly recent addition to Salesforce, <code>Person Accounts</code>, comes into play.</p>
<p>Instead of being forced into this parent-child relationship between the <code>Account</code> and <code>Contact</code>, it combines these two objects into one <code>Account/Contact</code> object called a Person Account that looks like this:</p>
<blockquote><p><code>PERSON ACCOUNT (i.e. Joe Smith, www.joesworld.com, joe@gmail.com, 555-555-1212)</code></p></blockquote>
<p>So, let&#8217;s say you started out in Salesforce without <code>Person Accounts</code>enabled or you still find your team creating <code>Accounts</code> and <code>Contacts</code> for B2C individuals. What can you do besides just retyping in all the info in a new <code>Person Account</code>? Can you just convert it?</p>
<p>Well, Salesforce states the only path to change a <code>Contact</code> into a <code>Person Account</code> has these requirements:</p>
<ol>
<li>You must use the Application Programming Interface (API) to do it.</li>
<li>You cannot make any other updates or changes to the record at the same time.</li>
<li>You must create an <code>Account/Contact</code> pair. That&#8217;s one <code>Account</code> with one <code>Contact</code>. The new <code>Person Account</code> will take the <code>Account</code> name.</li>
<li>The <code>Account</code> must have a blank <code>Parent Account</code> value.</li>
<li>The <code>Contact</code> must have a blank <code>Reports To</code> value.</li>
<li>All data in any shared fields (i.e. phone, etc.)  between the <code>Account/Contact</code> need to match.*</li>
</ol>
<p>* I have found that converting a <code>Contact</code> with a mailing address and an <code>Account</code> with no address still works.</p>
<p>Now, the most painful of these steps for a normal Salesforce user is #1. Dealing with the <code>API</code> is a great feature but many stellar admins and users are not familiar with these concepts and are not interested.</p>
<p>Previous discussions I&#8217;ve read cover the <a title="Salesforce.com Data Loader (new window)" href="http://wiki.developerforce.com/index.php/Data_Loader" target="_blank">Data Loader</a> or <a title="Salesforce.com Excel Connector (new window)" href="http://wiki.developerforce.com/index.php/Force.com_Excel_Connector" target="_blank">Excel Connector</a> which can certainly hammer this nail like a sledgehammer but are very developer oriented and overkill for this common task. They are Windows-only apps as well.</p>
<p>Thankfully, there is a much easier way to get this done for Mac, PC, and Linux users on-the-go with less than 10 lines of Javascript from right within Firefox.</p>
<p><a title="Read Part 2" href="/2009/05/understanding-business-accounts-and-person-accounts-part-2/" target="_self">More in Part 2</a>.</p>
<p>&#8211; Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.successrabbi.com/2009/05/understanding-business-accounts-and-person-accounts-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Risky Business: Your Aging Computer</title>
		<link>http://www.successrabbi.com/2008/12/risky-business-your-aging-computer/</link>
		<comments>http://www.successrabbi.com/2008/12/risky-business-your-aging-computer/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 21:27:13 +0000</pubDate>
		<dc:creator>jcline</dc:creator>
				<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Save Money]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[di-no computer]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[migration assistant]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.successrabbi.com/?p=149</guid>
		<description><![CDATA[I have had my current computer for over 3 years. I had my previous computer for four years before selling it to a college student who still uses it two years later. Using a computer for six years should be a somewhat rare occurrence but it is not. Data loss is all too frequent and [...]]]></description>
			<content:encoded><![CDATA[<p>I have had my current computer for over 3 years. I had my previous computer for four years before selling it to a college student who still uses it two years later.</p>
<p>Using a computer for six years should be a somewhat rare occurrence but it is not. Data loss is all too frequent and is estimated to cost $2,900 per incident. Ouch! This is foolish when the problem could have been solved for under $300. Even more, <a title="PC Magazine on Hard Drive Failures" href="http://www.pcworld.com/article/131168/harddrive_failures_surprisingly_frequent.html" target="_blank">hard drives have been failing at an increasing rate</a> as we depend more and more on our computers &#8211; <strong>sometimes as high as 15% in a single year!</strong></p>
<p>Especially in this economy, fully depreciating (and then some!) our assets is a high priority but so should avoiding a catastrophe.</p>
<p>I encourage this attempt at cost savings as long as you are managing your risk well.</p>
<p>Doing so includes:</p>
<ul>
<li><strong>Automated data backups with multiple versions</strong><br />
Examples: <a title="Unlimited backup for Mac" href="http://www.mozy.com" target="_blank">Mozy</a> for Mac, <a title="Unlimited backup for Windows" href="http://www.carbonite.com" target="_blank">Carbonite</a> for Windows, <a title="More backups solutions for Linux" href="http://www.foogazi.com/2008/02/25/free-linux-backup-solutions/" target="_blank">Bacula</a> for Linux</li>
<li><strong>Routine and scheduled Hard Disk replacements &amp; reuse the old drive</strong><br />
Example: Within the estimated life of the Hard Drive, often called <a title="MTTF and MTBF explained" href="http://www.relex.com/resources/art/art_mttf.asp" target="_blank">MTTF</a>, or every three years</li>
<li><strong>Contingency planning for downtime</strong><br />
Example: Have a secondary computer or shared computer just in case.<span id="more-149"></span></li>
</ul>
<p>Here is what has enabled me maximize my hardware investment while minimizing my risk.</p>
<ol>
<li>I buy only Macs. Since Intel is inside, I can use Windows using a superior hardware setup. You don&#8217;t have to, but this is what I do.</li>
<li>I have Mozy unlimited backup my hard drive automatically, a little bit every day for about $25.00 a year.</li>
<li>I religiously replace my hard drive every 3 years and install a fresh version of Mac OS X.<br />
(Disclosure: Actually, I hate losing little screws so I <a title="New MacBook Pro Hard Disk" href="http://eshop.macsales.com/item/Other%20World%20Computing/MOTGFWU2/" target="_blank">buy a hard drive</a> for $109.00 and have Jordan at my local Mac shop, <a title="Di-No Computer in Pasadena" href="http://www.di-no.com" target="_blank">Di-No Computer</a> do it for me for $50.00.)</li>
<li>I put the previous computer hard drive inside a reusable portable hard drive enclosure that cost me $62.00.</li>
<li>I plug in the hard drive using the enclosure via Firewire</li>
<li> I use the <a title="More info on Apple Migration Assistant" href="http://www.apple.com/pro/tips/migration.html" target="_blank">Apple Migration Assistant</a> to migrate all the relevant files, applications, and preferences (including my entire Windows installation inside Parallels) over to my new machine.</li>
</ol>

<a href='http://www.successrabbi.com/2008/12/risky-business-your-aging-computer/migration-3/' title='Choose to use your previous hard disk in its enclosure.'><img width="150" height="150" src="http://www.successrabbi.com/wp-content/uploads/2008/12/migration-3-150x150.png" class="attachment-thumbnail" alt="Choose to use your previous hard disk in its enclosure." title="Choose to use your previous hard disk in its enclosure." /></a>
<a href='http://www.successrabbi.com/2008/12/risky-business-your-aging-computer/migration-2/' title='Start the Migration Assistant'><img width="150" height="150" src="http://www.successrabbi.com/wp-content/uploads/2008/12/migration-2-150x150.png" class="attachment-thumbnail" alt="Start the Migration Assistant" title="Start the Migration Assistant" /></a>
<a href='http://www.successrabbi.com/2008/12/risky-business-your-aging-computer/migration-1/' title='Find the Migration Assistant in the Finder'><img width="150" height="150" src="http://www.successrabbi.com/wp-content/uploads/2008/12/migration-1-150x150.png" class="attachment-thumbnail" alt="Find the Migration Assistant in the Finder" title="Find the Migration Assistant in the Finder" /></a>

<p>Total time: 4-5 hours</p>
<p>Time invested: 17 minutes to walk through the Apple Migration Assistant.</p>
<p>Total cost: $25 + $109 + $50 +  $62 = $246.00</p>
<p>Peace of mind of low risk and having a Plan B just in case: Priceless</p>
<p>For Windows users, moving your previous PC is probably <a title="Why no windows migration assistant?" href="http://tntluoma.com/technology/windows-migration-assistant-in-5-simple-steps/" target="_blank">not desired due to performance issues</a> and for Linux, Ubuntu has a Migration Assistant but mostly from Windows to Linux in the unlikely event you are moving in that direction.</p>
<p><img class="alignnone size-full wp-image-60" style="border: 0pt none;" title="Jon Cline Signature" src="http://www.successrabbi.com/wp-content/uploads/2008/11/signature-transparent.png" alt="Jon Cline Signature" width="120" height="62" /></p>
<p>p.s.</p>
<p>I migrate users from Windows to Windows on Mac all the time. I&#8217;d love to consider the benefits of this option for you. <a title="Let's connect" href="http://www.successrabbi.com/contact/" target="_self">Let&#8217;s connect.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.successrabbi.com/2008/12/risky-business-your-aging-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving Money With Mobility &#8211; Part 5 &#8211; Stay Connected</title>
		<link>http://www.successrabbi.com/2008/12/saving-money-with-mobility-part-5-stay-connected/</link>
		<comments>http://www.successrabbi.com/2008/12/saving-money-with-mobility-part-5-stay-connected/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 16:08:09 +0000</pubDate>
		<dc:creator>jcline</dc:creator>
				<category><![CDATA[Save Money]]></category>
		<category><![CDATA[cost savings]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[FCC]]></category>
		<category><![CDATA[free wifi]]></category>
		<category><![CDATA[hotspot]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://www.successrabbi.com/2008/12/saving-money-with-mobility-part-5-stay-connected/</guid>
		<description><![CDATA[I am on a free hotspot as I write this. I had client meetings with others in Pasadena, Philly, Seattle, West LA, and Florida this week. All without driving anywhere past my nearest EZ Lube, Starbucks, or Coffee Shop. You are feeling the pain of this economy and so am I. Even $50 a month [...]]]></description>
			<content:encoded><![CDATA[<p>I am on a free hotspot as I write this.</p>
<p>I had client meetings with others in Pasadena, Philly, Seattle, West LA, and Florida this week. All without driving anywhere past my nearest EZ Lube, Starbucks, or Coffee Shop.</p>
<p>You are feeling the pain of this economy and so am I. Even $50 a month saved can make a significant difference if used effectively.</p>
<p>I am in the business of helping make others successful so here is what I do to remain competitive as a small business owner and entrepreneur. I coach, train, and support others as they walk down this journey toward competitive advantage with technology.</p>
<blockquote><p><strong>Vons, EZ Lube, Hospitals, &amp; Apple Stores: Unexpected Resource</strong>s<br />
Once you commit to mobilize your office, remaining connected on the go becomes a much higher priority. It used to be that this lifestyle required a cellular card for your computer that could run up to $100 or more per month.</p>
<p>Not so today where you can actually reduce costs by getting out of the office.</p>
<p><span id="more-130"></span></p>
<p>This is possible because most business needs some form of Internet access. Many businesses don&#8217;t utilize the bandwidth they pay for or want to provide an incentive to visiting customers who may have to wait for services such as EZ Lube. These businesses setup a wireless network that their customers &#8211; and you &#8211; can access easily with any portable computer with a wifi card. All macs and most other portables sold in the last three years have these built in.</p>
<p>So, once you know Internet access is available in the wild, the next step is find it when and where you need it on the go. Most computers will have utilities that automatically search for networks you can join. If you want to plan ahead or get more info, here are some tools I use that will get you started.</p>
<ul>
<li><a title="Google Apps for your domain" href="http://www.google.com/a/" target="_blank">The iPhone Jiwire Page</a> is an iPhone formatted web page at http://iphone.jiwire.com that allows a quick lookup by address or area code. It has links to maps and contact information to help you check hours and locations via map. Just point Safari there and bookmark it or save it as a shortcut in your Applications screen.</li>
<li><a title="Wifinder" href="http://www.wifinder.com/" target="_blank">WiFinder.com</a> is a great service that lets you type in an address or zip code and set a radius &#8211; say five miles &#8211; to search in. It provides an integrated Yahoo map and contact inforation for locations.</li>
<li><a title="Wi-fihotspotlist.com info" href="http://www.wi-fihotspotlist.com/" target="_blank">Wi-fiHotspotList.com</a> provides the usual data but allows you to limit results to a provider such as AT&amp;T. It providies an integrated MapQuest map.</li>
<li><a title="More WiFi resources." href="http://www.youcanworkfromanywhere.com/wi-fi/#hotspotlocator" target="_blank">YouCanWorkFromAnywhere.com</a> provides a great list of additional resources so you can be prepared and realize the benefits of working from anywhere.</li>
</ul>
</blockquote>
<p>In addition to the free and paid wifi hotspots listed above, the <a title="Washington Post article on FCC plans." href="http://www.washingtonpost.com/wp-dyn/content/article/2008/12/05/AR2008120503084.html" target="_blank">FCC is considering creating nationwide wireless</a> with a newly released band of spectrum.</p>
<p>Your comments are always welcome below and please let us know if you have found a tip that worked for you.</p>
<p>See you in Starbucks,</p>
<p><img class="alignnone size-medium wp-image-60" style="border: 0pt none;" src="http://www.successrabbi.com/wp-content/uploads/2008/11/signature-transparent.png" alt="" width="120" height="62" /></p>
<p>p.s.<br />
That $50 could get you 60 mins of <a href="/contact/">coaching</a> to give you the confidence and skills to not just survive but thrive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.successrabbi.com/2008/12/saving-money-with-mobility-part-5-stay-connected/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

