<?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; Maintenance</title>
	<atom:link href="http://www.successrabbi.com/subject/maintenance/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 2</title>
		<link>http://www.successrabbi.com/2009/05/understanding-business-accounts-and-person-accounts-part-2/</link>
		<comments>http://www.successrabbi.com/2009/05/understanding-business-accounts-and-person-accounts-part-2/#comments</comments>
		<pubDate>Wed, 27 May 2009 06:07:33 +0000</pubDate>
		<dc:creator>jcline</dc:creator>
				<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Accounts]]></category>
		<category><![CDATA[B2B]]></category>
		<category><![CDATA[B2C]]></category>
		<category><![CDATA[Contacts]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Nonprofits]]></category>
		<category><![CDATA[Person Accounts]]></category>

		<guid isPermaLink="false">http://www.successrabbi.com/?p=248</guid>
		<description><![CDATA[In Part 1 of this series, we reviewed the difference between a [Business] Account and a Person Account. Moving from a Business Account to a Person Account is very common and the converse can be as well so how do we make this easy to do? Let&#8217;s review the requirements to create a Person Account [...]]]></description>
			<content:encoded><![CDATA[<p>In <a title="Part 1 of Understanding Business Accounts and Person Accounts" href="/2009/05/understanding-business-accounts-and-person-accounts-part-1/" target="_self">Part 1 of this series</a>, we reviewed the difference between a <code>[Business] Account</code> and a <code>Person Account</code>.</p>
<p>Moving from a Business Account to a Person Account is very common and the converse can be as well so how do we make this easy to do?</p>
<p>Let&#8217;s review the requirements to create a Person Account from a Contact.</p>
<p>Salesforce states the only path to change a Contact into a Person Account 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 Account with one Contact. The new <code>Person Account</code> will take the Account 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.*<span id="more-248"></span></li>
</ol>
<p>* I have found that converting a <code>Contact</code> with a mailing address and an <code>Account</code> with no <code>address</code> still works with the <code>address</code> being added to the new <code>Person Account</code>.</p>
<p>As I was looking to solve a different problem today, I came across a solution that made this process simple. Instead of using the heavy apps mentioned in my previous post, this one involves adding a simple <code>Custom Link</code> on qualified <code>Business Account Page Layouts</code> that will convert the <code>Account/Contact </code>into a <code>Person Account</code>.</p>
<p>To get this done, follow or print this page for your Salesforce Admin:</p>
<ol>
<li>While logged into http://www.salesforce.com, click the Setup link at the top of the page, just right of center.</li>
<li>Navigate to <code>Apps Setup &gt; Customize &gt; Accounts &gt; Buttons and Links</code>.
<div id="attachment_261" class="wp-caption alignnone" style="width: 160px"><a href="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-1.jpg"><img class="size-thumbnail wp-image-261" title="Navigate to Account Buttons and Links" src="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-1-150x150.jpg" alt="Navigate to Account Buttons and Links" width="150" height="150" /></a><p class="wp-caption-text">Navigate to Account Buttons and Links</p></div></li>
<li>Near the bottom of the page, click the <code>New</code> button to the right of the header <code>Custom Buttons and Links</code>.</li>
<li>Use example image below to match your settings exactly.
<p><div id="attachment_260" class="wp-caption alignnone" style="width: 160px"><a href="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-2.jpg"><img class="size-thumbnail wp-image-260" title="Create the Custom Link using Javascript" src="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-2-150x150.jpg" alt="Create the Custom Link using Javascript" width="150" height="150" /></a><p class="wp-caption-text">Create the Custom Link using Javascript</p></div></li>
<li>Paste all of the Javascript code below into the code area and save. Preferably the second one for added safety.</li>
<li>Get the SalesforceID of the Person Account Record Type you would like to convert to.
<ol>
<li>Navigate to Apps Setup &gt; Customize &gt; Accounts &gt; Person Accounts &gt; Record Types</li>
<li>Copy the value after the &#8220;id=&#8221; in the URL either by clicking the Record Type name or copying the URL to your clipboard. It usually starts with &#8220;012&#8243;.</li>
<li>The value I used out of my url is bolded here:<br />
<code>https://na2.salesforce.com/setup/ui/recordtypefields.jsp?id=<strong>0124000000011NS</strong>&amp;type=01I400000005qaX&amp;setupid=PersonAccountRecords</code></li>
</ol>
</li>
<li>Navigate to <code>Apps Setup &gt; Customize &gt; Accounts &gt; Page Layouts</code></li>
<li>Click the Page Layout you would like to add this Custom Link to. Security note: If you add this to a widely visible Page Layout, you may find that people will convert B2B records because they can. Sigh.</li>
<li>Click Custom Links on the left of the Layout Editor Top Bar.
<p><div id="attachment_258" class="wp-caption alignnone" style="width: 160px"><a href="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-3.jpg"><img class="size-thumbnail wp-image-258" title="Drag your Custom Link onto your Page Layout" src="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-3-150x150.jpg" alt="Drag your Custom Link onto your Page Layout" width="150" height="150" /></a><p class="wp-caption-text">Drag your Custom Link onto your Page Layout</p></div></li>
<li>Drag the Custom Link you created onto the Page Layout and save.
<p><div id="attachment_259" class="wp-caption alignnone" style="width: 160px"><a href="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-4.jpg"><img class="size-thumbnail wp-image-259" title="Custom Link is in the Custom Links section in the Page Layout Editor" src="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-4-150x125.jpg" alt="Custom Link is in the Custom Links section in the Page Layout Editor" width="150" height="125" /></a><p class="wp-caption-text">Custom Link is in the Custom Links section in the Page Layout Editor</p></div></li>
</ol>
<p>Here is the code courtesy of David Schach of <a href="http://www.x2od.com/2008/08/19/convert-between-business-and-person-accounts-b2b-b2c.html" target="_blank">X2OD.com</a>:</p>
<blockquote><p><code>{!REQUIRESCRIPT("/soap/ajax/13.0/connection.js")}<br />
var AccountObj = new sforce.SObject("Account");<br />
AccountObj.Id = '{!Account.Id}';<br />
AccountObj.RecordTypeId = '<span style="color: #ff6600;"><strong>0120000000000000</strong></span>'; // Change by pasting new RecordTypeID<br />
sforce.connection.update([AccountObj]);<br />
location.reload(true);</code></p></blockquote>
<p>Changing the red/bold RecordTypeID will change the behavior from a Business Account =&gt; Person Account to a Person Account =&gt; Business Account. I suppose you could also use this same method to switch Accounts to other Record Types withing B2B and B2C such as a Vendor to a Partner Account, etc.</p>
<p>I like a little confirmation and feedback just to make sure I don&#8217;t accidently do this and cause trouble for me (or my client!) so I added a confirm() and alert():</p>
<blockquote><p><span style="color: #339966;">// convert TO a Person Account</span><br />
{!REQUIRESCRIPT(&#8220;/soap/ajax/13.0/connection.js&#8221;)}<br />
<span style="color: #339966;">if(confirm(&#8216;Are you sure you want to convert this Account and Contact to a single Person Account (B2C)? This is NOT reversable.&#8217;))<br />
{</span><br />
var AccountObj = new sforce.SObject(&#8220;Account&#8221;);<br />
AccountObj.Id = &#8216;{!Account.Id}&#8217;;<br />
AccountObj.RecordTypeId = &#8216;<code><span style="color: #ff6600;"><strong>0120000000000000</strong></span></code>&#8216;; // Paste B2C RecordTypeID<br />
<span style="color: #339966;">msg = </span>sforce.connection.update([AccountObj]);<br />
<span style="color: #339966;">alert(msg);</span><br />
location.reload(true);<br />
<span style="color: #339966;">}</span></p></blockquote>
<p><div id="attachment_257" class="wp-caption alignnone" style="width: 310px"><a href="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-5.jpg"><img class="size-medium wp-image-257" title="Custom Link is now visible on specific Page Layout" src="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-5-300x70.jpg" alt="Custom Link is now visible on specific Page Layout" width="300" height="70" /></a><p class="wp-caption-text">Custom Link is now visible on specific Page Layout</p></div>
<p>This will show a little popup confirming what you are doing and that it is not reversable. It is reversable with a little work but I would like others to realize that they should only do this if they know what they are doing. This avoids the accidental curiosity clicks. This also saves the response from Salesforce for a simple alert to confirm all was successful or the error if received. The original behavior just reloads the page with no messaging.</p>
<div id="attachment_256" class="wp-caption alignnone" style="width: 253px"><a href="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-6.jpg"><img class="size-full wp-image-256" title="Person Account Created. Success!" src="http://www.successrabbi.com/wp-content/uploads/2009/05/salesforce-person-accounts-convert-6.jpg" alt="Person Account Created. Success!" width="243" height="139" /></a><p class="wp-caption-text">Person Account Created. Success!</p></div>
<p>Thanks again David and I hope this helps many the way it has helped me.</p>
<p>&#8211; Jon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.successrabbi.com/2009/05/understanding-business-accounts-and-person-accounts-part-2/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>
	</channel>
</rss>

