<?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>IslandCRM</title>
	<atom:link href="http://islandcrm.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://islandcrm.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Apr 2012 02:54:10 +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>Speed Performance for Document Access in Maximizer</title>
		<link>http://islandcrm.com/blog/?p=428</link>
		<comments>http://islandcrm.com/blog/?p=428#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:54:10 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[Maximizer FAQ]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=428</guid>
		<description><![CDATA[Disable Microsoft SQL File Streaming to increase document speed access in your Maximizer database
If you have upgraded to Maximizer 11 from an earlier version and your document storage for your database is large, you may have notice that Maximizer has slowed down. This is because of the Microsoft File Streaming
Maximizer has enabled Microsoft SQL File [...]]]></description>
			<content:encoded><![CDATA[<h2><strong>Disable Microsoft SQL File Streaming to increase document speed access in your Maximizer database</strong></h2>
<p>If you have upgraded to Maximizer 11 from an earlier version and your document storage for your database is large, you may have notice that Maximizer has slowed down. This is because of the Microsoft File Streaming</p>
<p>Maximizer has enabled Microsoft SQL File Streaming for their SQL database to handle the database size limitation issue and even though it has increased the size capacity of their database limit, which is a good thing, it has also had the backlash effect of slowing down database response time. The larger the amount of document storage the large the response time for Maximizer to sorts through the SQL indexes to find and return the list of documents related the Maximizer entry you just selected.</p>
<p>Now if you had a database which was larger than 4 GBs you just had to live with this issue as we had to live with the database size restrictions in Microsoft SQL express 2008. This is no longer the case. Microsoft in March of 2012, release the latest SQL Express Engine “Microsoft SQL Server Express 2012” with a database size limit of 10GBs. IslandCRM has tested Maximizer 11 and Maximizer 12 (Entrepreneur and Group Editions) against the new Microsoft SQL Server 2012 engine and it responds faster than the Microsoft SQL 2008 engine without disabling File Streaming for the documents folder, but has increased performance with the additional step of disabling File Streaming.</p>
<p>So in summary, if you have a Maximizer database on the Microsoft SQL Server 2008 engine and you are experiencing slow database response times related to document access / storage and your database size is less than 10 GBs, you should be able to increase your database response time by performing 2 steps:</p>
<ol>
<li>Upgrade your Microsoft SQL Server Engine to the new Microsoft SQL Express 2012 edition</li>
<li>Disable document File Streaming for all your Maximizer databases.</li>
</ol>
<p>These steps should only be performed by a Maximizer / SQL server trained technician and all Maximizer databases should be backed up before this maintenance is performed.</p>
<h2><strong>The technical steps to Disable File Streaming for a Maximizer database</strong></h2>
<p><strong>Prerequisite:</strong></p>
<ul>
<li>Base Microsoft Operating System must be Microsoft Vista / Microsoft Server 2008 or above.</li>
<li>System memory minimum requirements in 2 Gigs of RAM, 4 Gigs of RAM is recommended.</li>
<li>Microsoft SQL Server Express 2005 / 2008 / 2008 R2.</li>
<li>Maximizer database size less than 10 GBs (This is the database size limit for Microsoft SQL Server Express 2012 Edition).</li>
</ul>
<p><strong>STEP 1 (Upgrade Microsoft SQL Server Express Engine):</strong></p>
<ol>
<li>Perform a Backup of all your Maximizer databases before performing this SQL maintenance. I would suggesting downloading and installing MaxBackup from our IslandCRM <a href="http://www.islandcrm.com/Downloads.aspx">downloads page</a>, to backup your Maximizer database before performing this maintenance and to automate future Maximizer backups.</li>
<li>Download the Microsoft SQL Server Express 2012 engine WT (with tools) from Microsoft, <a href="http://www.microsoft.com/download/en/details.aspx?id=29062">64-bit version</a> or <a href="http://www.microsoft.com/download/en/details.aspx?id=29062">32-bit version</a> depending on your operating system.</li>
<li>Upgrade the existing Microsoft SQL Express instance and install the SQL Express management studio.</li>
</ol>
<p><strong>STEP 2 (Disable SQL File Streaming for your Maximizer database):</strong></p>
<ol>
<li>Perform another Backup of all Maximizer databases before performing this SQL maintenance. Again I would suggesting downloading and installing MaxBackup from our <a href="http://www.islandcrm.com/Downloads.aspx">IslandCRM downloads</a> page, to backup your Maximizer database before performing this maintenance and to automate future Maximizer backups.</li>
<li>Disable File Streaming for the Maximizer SQL instance / server in Microsoft SQL Management Studio.</li>
<li>Open Maximizer and create a new Maximizer database for each database you need to disable File Streaming on. Please remember that you will have to recreate all the Maximizer User IDs that exist in the old database in the new database and perform and synchronize function in the Maximizer Administrator program. (This database will be set to not file stream files and will store all documents and files in the MDF and LDF SQL files, which respond much faster than the File Stream SQL folder)</li>
<li>Enable File Streaming for the Maximizer SQL instance / server in Microsoft Management Studio. This is so you can access the original File Streaming database again.</li>
<li>Open Maximizer and login to the file streaming database and perform a transfer for all Maximizer entries to the new NON File Streaming Maximizer database.</li>
<li>Remove the file streaming database from the list of available database to log into for Maximizer.</li>
<li>Disable file streaming for the Maximizer SQL instance / server in Microsoft Management Studio.</li>
<li>Use this newly created Maximizer database as your Maximizer database going forward.</li>
</ol>
<p><strong><span style="color: #ff0000;"><span style="color: #ff0000;"><strong>Note: Any personal tasks and appointment (Tasks and Appointment not assigned to Maximizer entries, will not be transferred, so personal tasks and appointments should be assigned to a Maximizer Entry before the transfer process is performed.</strong></span></span></strong></p>
<p><strong>Cheers,</strong></p>
<p><strong>Shannon Porter (<a href="http://http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=428</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizers 10 to Maximizer 11 upgrade File-Streaming OFF Issue</title>
		<link>http://islandcrm.com/blog/?p=408</link>
		<comments>http://islandcrm.com/blog/?p=408#comments</comments>
		<pubDate>Sun, 20 Nov 2011 06:27:32 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[Maximizer FAQ]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=408</guid>
		<description><![CDATA[Maximizers 10 to Maximizer 11 upgrade File-Streaming OFF Issue
Sometimes when you upgrade from Maximizer 10.x to Maximizer 11 file streaming isn’t enabled. Here&#8217;s how to enable it.
Step 1: Enable File Streaming for the “SQL Server Services”
Select the “SQL Server Services” then right click “SQL Server (MAXIMIZER)” and select Properties.

Click on the “FileStream” tab and put [...]]]></description>
			<content:encoded><![CDATA[<h1>Maximizers 10 to Maximizer 11 upgrade File-Streaming OFF Issue</h1>
<p>Sometimes when you upgrade from Maximizer 10.x to Maximizer 11 file streaming isn’t enabled. Here&#8217;s how to enable it.</p>
<p><strong>Step 1</strong>: Enable File Streaming for the “SQL Server Services”</p>
<p>Select the “SQL Server Services” then right click “SQL Server (MAXIMIZER)” and select Properties.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream1.jpg"><img class="size-full wp-image-409 aligncenter" title="Enable FileStream1" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream1.jpg" alt="" width="462" height="279" /></a></p>
<p>Click on the “FileStream” tab and put a check mark in the “Enable FILESTREAM for Transact-SQL access” option.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream2.jpg"><img class="aligncenter size-full wp-image-410" title="Enable FileStream2" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream2.jpg" alt="" width="364" height="404" /></a></p>
<p><strong>Step 2</strong>: Enable the “Protocols for MAXIMIZER”</p>
<p>Select the “Protocols for MAXIMIZER” and then right click on the Protocols and select Properties.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream3.jpg"><img class="aligncenter size-full wp-image-411" title="Enable FileStream3" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream3.jpg" alt="" width="540" height="325" /></a></p>
<p>Click on the “Enabled” option and change the “No” option to “Yes” for the “Shared Memory”, “Named Pipes” and “TCP/IP” protocols.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream41.jpg"><img class="aligncenter size-full wp-image-413" title="Enable FileStream4" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream41.jpg" alt="" width="362" height="399" /></a></p>
<p><strong>Step 3</strong>: Enable the “Client Protocols”</p>
<p>Under “SQL Native Client 10.0 Configuration” select the “Client Protocols” and then right click on the Protocols and select Properties.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream5.jpg"><img class="aligncenter size-full wp-image-414" title="Enable FileStream5" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream5.jpg" alt="" width="539" height="305" /></a></p>
<p>Click on the “Enabled” option and change the “No” option to “Yes” for the “Shared Memory”, “Named Pipes” and “TCP/IP” protocols.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream6.jpg"><img class="aligncenter size-full wp-image-415" title="Enable FileStream6" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream6.jpg" alt="" width="389" height="428" /></a></p>
<p><strong>Step 4</strong>: Switching to “Mixed Mode Authentication”</p>
<p>In the “Microsoft SQL Server Management Studio” right click on the “Maximizer“ SQL instance and select Properties.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream7.jpg"><img class="aligncenter size-full wp-image-416" title="Enable FileStream7" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream7.jpg" alt="" width="400" height="403" /></a></p>
<p>Click on the “Security” option and change the Server Authentication to the “SQL Server and Windows Authentication mode” option.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream8.jpg"><img class="aligncenter size-full wp-image-417" title="Enable FileStream8" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream8.jpg" alt="" width="453" height="362" /></a></p>
<p>Click on the “Advanced” option and change the Filestream Access Level to “Transact-SQL access enabled” option or higher.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream9.jpg"><img class="aligncenter size-full wp-image-418" title="Enable FileStream9" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream9.jpg" alt="" width="586" height="468" /></a></p>
<p>Open up Computer Management and Restart the “SQL Server (MAXIMIZER)” service.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream10.jpg"><img class="aligncenter size-full wp-image-419" title="Enable FileStream10" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream10.jpg" alt="" width="614" height="248" /></a></p>
<p><strong>Step 5</strong>: Enable the “SA” SQL windows login.</p>
<p>In the “Microsoft SQL Server Management Studio” under the “Security” and then “Logins” folder then right click on the “SA“ Account and select Properties.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream11.jpg"><img class="aligncenter size-full wp-image-420" title="Enable FileStream11" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream11.jpg" alt="" width="367" height="308" /></a></p>
<p>Click on the “Status” section and select the “Enabled” option under the “Login” section.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream12.jpg"><img class="aligncenter size-full wp-image-421" title="Enable FileStream12" src="http://islandcrm.com/blog/wp-content/uploads/2011/11/Enable-FileStream12.jpg" alt="" width="512" height="462" /></a></p>
<p>Test your “SA” account by logging in to the Maximizer instance and make sure you can access your Maximizer database.</p>
<p>Now open up Maximizer and make sure you can login and access your Maximizer data without any errors.</p>
<p><strong>Cheers,</strong></p>
<p><strong>Shannon Porter (<a href="http://http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=408</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizer / SQL Management Studios Installation Failure with Visual Studio SP1 Missing Error</title>
		<link>http://islandcrm.com/blog/?p=403</link>
		<comments>http://islandcrm.com/blog/?p=403#comments</comments>
		<pubDate>Tue, 15 Nov 2011 07:19:06 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=403</guid>
		<description><![CDATA[Maximizer / SQL Management Studios Installation Failure with Visual Studio SP1 Missing Error
Maximizer fails to install when you select SQL Management Studios or when you do a manual install of SQL Express, you get the error: “Another version of Microsoft Visual studio 2008 has been detected that must be updated to sp1”, but Visual Studio [...]]]></description>
			<content:encoded><![CDATA[<h1>Maximizer / SQL Management Studios Installation Failure with Visual Studio SP1 Missing Error</h1>
<p><strong>Maximizer fails to install when you select SQL Management Studios or when you do a manual install of SQL Express, you get the error: “Another version of Microsoft Visual studio 2008 has been detected that must be updated to sp1”, but Visual Studio is not installed.</strong><strong><br />
</strong><br />
<strong>Issue:</strong></p>
<p>Chances are you have a Toshiba laptop with Windows 7 and what you&#8217;re getting is a false positive message from the Toshiba tools installed with the Toshiba Windows 7 installation CD.</p>
<p><strong>Solution:</strong><br />
Open &#8220;Regedit&#8221; and update the following keys’ value from &#8220;0&#8243; to &#8220;1&#8243;. Please make sure that the SP and SPIndex values are 1 and that the SPName is SP1.</p>
<p>For 32-bit, check the following registry keys:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0\RED\1033</p>
<p>For 64-bit, check the following registry keys:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0\VSR\1033</p>
<p>Before you change the key, please back up ‘Registry’ first.<br />
More information, Please reference: Back up the registry <a href="http://windows.microsoft.com/en-US/windows7/Back-up-the-registry">http://windows.microsoft.com/en-US/windows7/Back-up-the-registry</a></p>
<p>Cheers,</p>
<p><strong>Shannon Porter (<a href="http://http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=403</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizer 11 &amp; Microsoft 2008 Small Business Server Issue</title>
		<link>http://islandcrm.com/blog/?p=394</link>
		<comments>http://islandcrm.com/blog/?p=394#comments</comments>
		<pubDate>Thu, 27 Oct 2011 05:11:36 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[CRM TIPS]]></category>
		<category><![CDATA[Maximizer FAQ]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=394</guid>
		<description><![CDATA[Maximizer 11 &#38; Microsoft 2008 Small Business Server Issue
Maximizer 11 Entrepreneur &#38; Group editions are not supported on Microsoft’s 2008 Small Business Server. Microsoft 2008 Small Business Server comes installed with an SQL Express engine, which is used by the built-in management tools. The default Maximizer install trips over the already installed SQL express engine [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>Maximizer 11 &amp; Microsoft 2008 Small Business Server Issue</strong></h1>
<p>Maximizer 11 Entrepreneur &amp; Group editions are not supported on Microsoft’s 2008 Small Business Server. Microsoft 2008 Small Business Server comes installed with an SQL Express engine, which is used by the built-in management tools. The default Maximizer install trips over the already installed SQL express engine and the Maximizer SQL components installed with Maximizer entrepreneur and Group edition only get partly installed and will not run Maximizer CRM. Normally, how you would fix a Maximizer install with this type of setup failure would be to un-install SQL express completely. This of course breaks the Microsoft built-in management suite which comes with 2008 Small Business Server, which is why Maximizer has decided to remove Microsoft Small Business Server as a support operating system.</p>
<p>IslandCRM has successfully installed and does support Maximizer 11 Entrepreneur and Group editions on Microsoft’s 2008 Small Business Server.</p>
<p>Here is how we do it:</p>
<p><strong>Scenario 1:</strong> Start with a fresh install of Microsoft Small Business Server 2008 and do a manual install of SQL server express 2008 R2 with the management tools.</p>
<p>When it gets to the instance name (The default being “Express”) change it to “MAXIMIZER” and continue with the install.</p>
<p>Make sure to pick Mix authentication and add the administrator as a SQL administrator. (No just because the administrator in the administrator doesn&#8217;t make it the SQL administrator.)</p>
<p>Once the install is complete, you will have to enable “Filestreaming” for the Maximizer protocol and the Maximizer SQL server Instance. In addition, you will have to enable and test the SQL “SA” account.</p>
<p>Once you have confirmed that the Maximizer instance is running and you can login to it with SQL Management studio, then and only then should you start the Maximizer installation. The install will see that there is a Maximizer SQL instance and use it and will not try to install a different one.</p>
<p><strong>Scenario 2:</strong> The Maximizer default install has already failed and you’re trying to recover.</p>
<p>If possible, format and start again following the instructions in scenario 1.</p>
<p>If that is not possible, then you can try to uninstall the Microsoft SQL Server 2008 “Maximizer” instance (AND NO OTHER SQL INSTANCE). Do not remove any other of the SQL component either. If you&#8217;re lucky, none of the other SQL components where damaged in the first and half failed Maximizer installation and the Microsoft SQL Server 2008 “Maximizer” instance is removed successfully.</p>
<p>Then restart the Microsoft Small Business Server and use the instructions in Scenario 1.</p>
<p><span style="color: #ff0000;"><strong>Please Note: </strong>the reasons the finer detailed steps are not listed in these instructions are because should have a skilled Database / Maximizer technician do this for you. You can damage your Microsoft Small Business Server’s built-in tools to the point where they will not work and only a complete operating system reinstall will fix it. This is why Maximizer does not support this configuration and you have been warned.</span></p>
<p>Cheers,</p>
<p><strong>Shannon Porter (<a href="http://http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=394</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizer Automated to Disk Backup SOHO solution</title>
		<link>http://islandcrm.com/blog/?p=385</link>
		<comments>http://islandcrm.com/blog/?p=385#comments</comments>
		<pubDate>Mon, 26 Sep 2011 19:38:05 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=385</guid>
		<description><![CDATA[Maximizer Automated to Disk Backup SOHO solution
This SOHO (Small Office Home Office) backup recommendation for MaxBackup, is based on the size of the databases selected for backup being 4GBs or less and the size of the directories selected for backup being 80GBs or less. This will give you a great SOHO backup solution with 5 [...]]]></description>
			<content:encoded><![CDATA[<h1>Maximizer Automated to Disk Backup SOHO solution</h1>
<p>This SOHO (Small Office Home Office) backup recommendation for MaxBackup, is based on the size of the databases selected for backup being 4GBs or less and the size of the directories selected for backup being 80GBs or less. This will give you a great SOHO backup solution with 5 years of backup retention for under $500 dollars.</p>
<p style="padding-left: 30px;">1. Purchase two (2 terabyte)      external hard drives (Selling for about a $100 dollars at the creation      date of this document) to become your onsite and offsite backup drives.</p>
<p style="padding-left: 30px;">2. Purchase MaxBackup (Sells      for $199 dollars per Maximizer server license and downloadable from <a href="http://www.islandcrm.com/downloads.aspx">here</a>) which you can schedule to      backup all your databases and company directory shares automatically.</p>
<p style="padding-left: 30px;">3. Configure your new backup      drives as simple drive that show up as the same drive letter when you swap      one for the other.</p>
<p style="padding-left: 30px;">4. Install MaxBackup and select      the “Standard” option for the “Backup Configuration” with “Backup Notifications”      enabled. Then set your new terabyte external backup drives as the backup      location.</p>
<p style="padding-left: 30px;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Backup-location-settings.jpg"><img class="alignleft size-full wp-image-386" title="Backup location settings" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Backup-location-settings.jpg" alt="" width="558" height="281" /></a></p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">5. Configure MaxBackup’s      “Cleanup Settings” to the following:</p>
<ul>
<li>
<ul>
<li>Reduce to 1 Weekly backup      older than “1 Month”</li>
<li>Reduce to 1 Monthly backup      older than “3 Month”</li>
<li>Reduce to 1 Quarterly      backup older than “1 Year”</li>
<li>Remove all backup older      than “5 Years”</li>
</ul>
</li>
</ul>
<p style="padding-left: 30px;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Cleanup-settings.jpg"><img class="alignleft size-full wp-image-387" title="Cleanup settings" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Cleanup-settings.jpg" alt="" width="451" height="461" /></a></p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">6. Then set yourself a      schedule to swap your backup drives on Friday, from onsite to offsite.      This will give you the greatest backup history retention, while still maintaining      optimum backup drive space for future data growth.</p>
<p>These options, over the span of 5 years, will give you 12 backups (Monday Wednesday and Friday) for last month’s backups; 8 backups retained (Friday’s) in the next 2 oldest months; 9 backups retained (last Friday of the month) for the remaining year of backups; and 12 backups (last Friday of the quarter) until MaxBackup deletes them from your backup drives. The total number of backups at any given time will be no more than 41, which will be shared between your offsite and your onsite backup drives.</p>
<p>In laymen terms, if you have a Maximizer database of about 4GBs (which for a small company is large) then your total database backup size will not grow beyond about 164GBs or 82GBs per backup drive. This leaves 1900GBs for assigning directory backups. If the network shares you are backing up are not larger than 80GBs then your total directory backup size will not grow beyond about 3280GBs or 1640GBs per backup drive. This will utilize about 3500GBs of your combined backup drive space, which leaves another 500GBs of drive capacity free for your business growth to continue.</p>
<p><strong><span style="color: #ff0000;">Please Note: <strong><strong>If you select different “Backup Configuration” or different “Cleanup Settings” options, this will change how much space your backups will consume. I</strong></strong>f your backup space requirements are larger then you can adjust your retention settings or purchase larger backup drive<span style="color: #ff0000;">s</span></span><span style="color: #ff0000;">.</span></strong></p>
<p>Cheers,</p>
<p><strong>Shannon Porter (<a href="http://http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=385</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizer Entrepreneur Hamachi VPN connection settings</title>
		<link>http://islandcrm.com/blog/?p=370</link>
		<comments>http://islandcrm.com/blog/?p=370#comments</comments>
		<pubDate>Wed, 21 Sep 2011 08:10:54 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[CRM TIPS]]></category>
		<category><![CDATA[Maximizer FAQ]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=370</guid>
		<description><![CDATA[Maximizer Entrepreneur Hamachi VPN connection settings
These are the settings you will need to enable on your Maximizer Entrepreneur workstation to connect over a Hamachi VPN connection from a remote location. Please note you will need to have your Hamachi VPN set up for both your Maximizer database server and Maximizer remote workstation.
Maximizer database Server settings:
First, [...]]]></description>
			<content:encoded><![CDATA[<h1><strong>Maximizer Entrepreneur Hamachi VPN connection settings</strong></h1>
<p>These are the settings you will need to enable on your Maximizer Entrepreneur workstation to connect over a Hamachi VPN connection from a remote location. Please note you will need to have your Hamachi VPN set up for both your Maximizer database server and Maximizer remote workstation.</p>
<h2>Maximizer database Server settings:</h2>
<p>First, the Maximizer Entrepreneur database server needs to listen for network TCP connections.</p>
<p>Launch the SQL Server Configuration Manager and go to Network Connections &gt; Protocols.</p>
<p><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings11.jpg"><img class="alignleft size-full wp-image-372" title="Maximizer Entrepreneur Hamachi VPN settings1" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings11.jpg" alt="" width="588" height="239" /></a></p>
<p>Double Click TCP/IP and make sure your TCP/IP connection method is Enabled.</p>
<p><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings2.jpg"><img class="alignleft size-full wp-image-373" title="Maximizer Entrepreneur Hamachi VPN settings2" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings2.jpg" alt="" width="362" height="400" /></a></p>
<p>Enable the server to listen on the Hamachi IP address.</p>
<p><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings3.jpg"><img class="alignleft size-full wp-image-374" title="Maximizer Entrepreneur Hamachi VPN settings3" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings3.jpg" alt="" width="367" height="405" /></a></p>
<p>The server can now be accessed via the Hamachi interface. The last step is to ensure the client(s) can connect on the Hamachi address.</p>
<p>Go to Network Connections &gt; Advanced &gt; Advanced Settings and ensure Hamachi is the first adapter in the list.<br />
<a title="&quot;image:sql_server_4.png&quot; " href="http://logmeinwiki.com/wiki/File:Sql_server_4.png"></a></p>
<p><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings4.jpg"><img class="alignleft size-full wp-image-375" title="Maximizer Entrepreneur Hamachi VPN settings4" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings4.jpg" alt="" width="404" height="455" /></a></p>
<h2>Maximizer Workstation Settings:</h2>
<p>Now on the Maximizer Entrepreneur workstation connecting over the VPN, open the Microsoft SQL Server Management Studio and edit the top 200 rows of the “dbo.MaConfig” table of the “MaConfig” database.</p>
<p><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings5.jpg"><img class="alignleft size-full wp-image-376" title="Maximizer Entrepreneur Hamachi VPN settings5" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings5.jpg" alt="" width="585" height="321" /></a></p>
<p>Then replace the server NetBIOS name with the Maximizer server’s Hamachi VPN IP Address.</p>
<p><a href="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings6.jpg"><img class="alignleft size-full wp-image-377" title="Maximizer Entrepreneur Hamachi VPN settings6" src="http://islandcrm.com/blog/wp-content/uploads/2011/09/Maximizer-Entrepreneur-Hamachi-VPN-settings6.jpg" alt="" width="565" height="174" /></a></p>
<p>Now you will be able to connect your Maximizer Entrepreneur workstation to the Maximizer Entrepreneur server database of the Hamachi VPN.</p>
<p>If you still can’t connect make sure there is no firewall blocking the connection and that you can browse an open network share from the workstation to the server.</p>
<p>Thank you,</p>
<p><strong>Shannon Porter (<a href="http://http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=370</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MaxBackup</title>
		<link>http://islandcrm.com/blog/?p=361</link>
		<comments>http://islandcrm.com/blog/?p=361#comments</comments>
		<pubDate>Mon, 29 Aug 2011 18:54:36 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[CRM TIPS]]></category>
		<category><![CDATA[MaxBackup]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=361</guid>
		<description><![CDATA[MaxBackup
If you have every struggled with;

Setting up an automatic backup (It just runs and you don&#8217;t have to worry that you forget to doing a Quick Backup!)
Managing your backup archive &#38; backup retention (Cleaning up unneeded backups and reclaiming important disk space!)
Manging your offsite backup (Getting your backup out of the building in case of meteorite strikes!)
You simply [...]]]></description>
			<content:encoded><![CDATA[<h1>MaxBackup</h1>
<p>If you have every struggled with;</p>
<ul>
<li>Setting up an automatic backup (It just runs and you don&#8217;t have to worry that you forget to doing a Quick Backup!)</li>
<li>Managing your backup archive &amp; backup retention (Cleaning up unneeded backups and reclaiming important disk space!)</li>
<li>Manging your offsite backup (Getting your backup out of the building in case of meteorite strikes!)</li>
<li>You simply don&#8217;t fully understand the importance of a good Maximizer backup (Until you need it that is!)</li>
</ul>
<p>Then IslandCRM has a simple, but useful Maximizer add-on  for you! We are planning to release MaxBackup September 2011.</p>
<h2>Features MaxBackup has that you don&#8217;t get from Maximizer&#8217;s built-in native backup:</h2>
<ol>
<li>Scheduled automated backups (Easily setup and test a backup schedule, which works for you in your business and the data lose risk you are comfortable with)</li>
<li>Backup notifications (Receive email notification from MaxBackup informing you when you have a successfully backup or when it has failed, so you can fixed it before it&#8217;s too late)</li>
<li>Automated Backup Historical grooming (You may start out with 5 backups a week, but 6 months down the road you most likely only need 1 backup from every month not 20. Let MaxBackup manage that cleanup for you, so you don&#8217;t run out of valuable disk space for your latest and current  database backup.)</li>
<li>Easy access to your existing database backups for quick management or recovery (View all your backups from a simply and easy to manage window organized by date)</li>
<li>Easy database recovery (Overwrite your existing corrupt database or date snapshot recovery of a database, so you can recover single damaged customer records or missing records, without losing health existing customer records.)</li>
</ol>
<p>MaxBackup is designed for Maximizer, but it is a SQL database backup tool and has the ability to backup any SQL instance on your local computer system. Its design focus has been small to medium size database backup solutions (Entrepreneur level businesses), but has been tested against large databases installations (Enterprise level businesses) and has successfully provided reliable backup and recovery.</p>
<p>MaxBackup is simply &#8220;<strong>A set it and forget it!</strong>&#8220;, database backup solution.</p>
<p>Thank you,</p>
<p><strong>Shannon Porter (<a href="http://http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=361</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MaxNotify for Maximizer</title>
		<link>http://islandcrm.com/blog/?p=353</link>
		<comments>http://islandcrm.com/blog/?p=353#comments</comments>
		<pubDate>Mon, 20 Jun 2011 02:30:11 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=353</guid>
		<description><![CDATA[MaxNotify for Maximizer
MaxNotify, a new Maximizer add-on from IslandCRM. It is a simple Maximizer add-on which monitors additions, modifications, and Deletions for the Maximizer address book records and emails these changes to your email address. Who would install MaxNotify?
One side of the coin is a company with a department that does not have Maximizer installed [...]]]></description>
			<content:encoded><![CDATA[<h1>MaxNotify for Maximizer</h1>
<p>MaxNotify, a new Maximizer add-on from IslandCRM. It is a simple Maximizer add-on which monitors additions, modifications, and Deletions for the Maximizer address book records and emails these changes to your email address. Who would install MaxNotify?</p>
<p>One side of the coin is a company with a department that does not have Maximizer installed (Accounting for example). This Maximizerless department needs to know when new client information is added and changed for their record tracking and invoicing. This way invoices still get mail to the right location.</p>
<p>On the other side of the coin is a business owner who doesn’t complete trust his staff with his client records. This business owner has to give full access to his employees or they will not have the ability to do their jobs. MaxNotify will inform this business owner when records are changed and if the business owner needs to undue these changes he has the information to do so.</p>
<h2><strong>MaxNotify Email Format</strong></h2>
<p>MaxNotify will send an email for every Maximizer address book entry that has been created, modify, or deleted.</p>
<h3><strong>New Record:</strong></h3>
<p>MaxNotify will send an email to the configured email address with the following format.</p>
<p><strong>From:</strong> MaxNotify for Maximizer [mailto:sporter@islandcrm.com]<br />
<strong>Sent:</strong> June-18-11 12:31 PM<br />
<strong>To:</strong> sporter@islandcrm.com<br />
<strong>Subject:</strong> Address Book (<strong>Escona Tutorial</strong>) &#8211; New &#8211; MaxNotify, Test (Individual)</p>
<p><strong>Record Added</strong><br />
Type: <strong>Individual</strong><br />
Mr/Ms: <strong>Mr</strong><br />
First Name: <strong>Test</strong><br />
Middle Name: <strong>IslandCRM</strong><br />
Last Name: <strong>MaxNotify</strong><br />
Company: <strong>IslandCRM R&amp;D</strong><br />
Position: <strong>Test Position</strong><br />
Salutation: <strong>Test Salution</strong><br />
Department: <strong>Test Department</strong><br />
Division: <strong>Test Division</strong><br />
Address 1: <strong>1073 Colville Rd</strong><br />
Address 2: <strong>Suite 1</strong><br />
City: <strong>Victoria</strong><br />
State / Province: <strong>BC</strong><br />
Country: <strong>Canada</strong><br />
Zip / Postal Code: <strong>V9A 4P9</strong><br />
OFF1: <strong>1-866-960-9831 ext: 703</strong><br />
Fax: <strong>1-866-960-9831 ext: fax</strong><br />
Cell: <strong>250-661-6510 ext: cell</strong><br />
OFF2: <strong>778-433-9873 ext: home office</strong><br />
Email: <strong>sporter@islandcrm.com</strong><br />
Email 2: <strong>shannon@islandcrm.com</strong><br />
Email 3: <strong>service@islandcrm.com</strong><br />
Website: <strong>www.islandcrm.com</strong></p>
<p>Action performed by User: <strong>MASTER</strong><br />
On Date: <strong>18/06/2011 12:27:03 PM</strong><br />
Address Book: <strong>Escona Tutorial</strong></p>
<h3><strong>Modified Record:</strong></h3>
<p>MaxNotify will send an email to the configured email address with the following format.</p>
<p><strong>From:</strong> MaxNotify for Maximizer [mailto:sporter@islandcrm.com]<br />
<strong>Sent:</strong> June-18-11 1:03 PM<br />
<strong>To:</strong> sporter@islandcrm.com<br />
<strong>Subject:</strong> Address Book (<strong>Escona Tutorial</strong>) &#8211; Modify &#8211; MaxNotify, Test (Individual)</p>
<p><strong>Old Record</strong><br />
Type: Individual<br />
Mr/Ms: Mr<br />
First Name: Test<br />
Middle Name: IslandCRM<br />
Last Name: MaxNotify<br />
Company: IslandCRM R&amp;D<br />
Position: Test Position<br />
Salutation: Test Salution<br />
Department: Test Department<br />
Division: Test Division<br />
Address 1: 1073 Colville Rd<br />
Address 2: <strong>Suite 1</strong><br />
City: Victoria<br />
State / Province: BC<br />
Country: Canada<br />
Zip / Postal Code: V9A 4P9<br />
OFF1: 1-866-960-9831 ext: 703<br />
Fax: 1-866-960-9831 ext: fax<br />
Cell: 250-661-6510 ext: cell<br />
OFF2: 778-433-9873 ext: home office<br />
Email: sporter@islandcrm.com<br />
Email 2: shannon@islandcrm.com<br />
Email 3: service@islandcrm.com<br />
Website: www.islandcrm.com</p>
<p><strong>New Record</strong><br />
Type: Individual<br />
Mr/Ms: Mr<br />
First Name: Test<br />
Middle Name: IslandCRM<br />
Last Name: MaxNotify<br />
Company: IslandCRM R&amp;D<br />
Position: Test Position<br />
Salutation: Test Salution<br />
Department: Test Department<br />
Division: Test Division<br />
Address 1: 1073 Colville Rd<br />
Address 2:<br />
City: Victoria<br />
State / Province: BC<br />
Country: Canada<br />
Zip / Postal Code: V9A 4P9<br />
OFF1: 1-866-960-9831 ext: 703<br />
Fax: 1-866-960-9831 ext: fax<br />
Cell: 250-661-6510 ext: cell<br />
OFF2: 778-433-9873 ext: home office<br />
Email: sporter@islandcrm.com<br />
Email 2: shannon@islandcrm.com<br />
Email 3: service@islandcrm.com<br />
Website: www.islandcrm.com</p>
<p>Action performed by User: <strong>MASTER</strong><br />
On Date: <strong>18/06/2011 1:02:40 PM</strong><br />
Address Book: <strong>Escona Tutorial </strong></p>
<h3><strong>Deleted Record:</strong></h3>
<p>MaxNotify will send an email to the configured email address with the following format.</p>
<p><strong>From:</strong> MaxNotify for Maximizer [mailto:sporter@islandcrm.com]<br />
<strong>Sent:</strong> June-18-11 1:07 PM<br />
<strong>To:</strong> sporter@islandcrm.com<br />
<strong>Subject:</strong> Address Book (<strong>Escona Tutorial</strong>) &#8211; Delete &#8211; MaxNotify, Test (Individual)</p>
<p><strong>Record Deleted</strong><br />
Type: <strong>Individual</strong><br />
Mr/Ms: <strong>Mr</strong><br />
First Name: <strong>Test</strong><br />
Middle Name: <strong>IslandCRM</strong><br />
Last Name: <strong>MaxNotify</strong><br />
Company: <strong>IslandCRM R&amp;D</strong><br />
Position: <strong>Test Position</strong><br />
Salutation: <strong>Test Salution</strong><br />
Department: <strong>Test Department</strong><br />
Division: <strong>Test Division</strong><br />
Address 1: <strong>1073 Colville Rd</strong><br />
Address 2:<br />
City: <strong>Victoria</strong><br />
State / Province: <strong>BC</strong><br />
Country: <strong>Canada</strong><br />
Zip / Postal Code: <strong>V9A 4P9</strong><br />
OFF1: <strong>1-866-960-9831 ext: 703</strong><br />
Fax: <strong>1-866-960-9831 ext: fax</strong><br />
Cell: <strong>250-661-6510 ext: cell</strong><br />
OFF2: <strong>778-433-9873 ext: home office</strong><br />
Email: <strong>sporter@islandcrm.com</strong><br />
Email 2: <strong>shannon@islandcrm.com</strong><br />
Email 3: <strong>service@islandcrm.com</strong><br />
Website: <strong>www.islandcrm.com</strong></p>
<p>Action performed by User: <strong>MASTER</strong><br />
On Date: <strong>18/06/2011 1:06:30 PM</strong><br />
Address Book: <strong>Escona Tutorial</strong></p>
<h2><strong>MaxNotify Supported Versions &amp; Editions</strong></h2>
<p>MaxNotify will work with Maximizer versions 10, 10.5 and 11 and will work with Maximizer editions Entrepreneur, Team, Group, Professional, and Enterprise. MaxNotify will install on Windows 98 (All Editions), Windows XP (All Editions), Windows 2000 (All Editions), Windows 2003 (All Editions), Windows Vista (All Editions), and Windows 7 (All Editions).</p>
<p>Cheers,</p>
<p><strong>Shannon Porter (<a href="http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
<p><strong>P.S. (MergeCRM the iPhone app for Maximizer is in the iTunes store. Just search “MergeCRM” from your “App Store” icon on the home screen of your iPhone, iPad, iPod, or iTouch mobile apple device)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=353</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Maximizer Colouring rules</title>
		<link>http://islandcrm.com/blog/?p=346</link>
		<comments>http://islandcrm.com/blog/?p=346#comments</comments>
		<pubDate>Thu, 02 Jun 2011 22:35:12 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=346</guid>
		<description><![CDATA[Maximizer Colouring rules
A very useful feature in Maximizer V11 is the Colouring Rule. This feature allows you to link User-Defined Fields and/or other information to Address Book entries, Opportunities, Customer Service Cases and Hotlists. Depending on the value the text will change colour.
An example would be the category of client or even the product they [...]]]></description>
			<content:encoded><![CDATA[<h1>Maximizer Colouring rules</h1>
<p>A very useful feature in Maximizer V11 is the Colouring Rule. This feature allows you to link User-Defined Fields and/or other information to Address Book entries, Opportunities, Customer Service Cases and Hotlists. Depending on the value the text will change colour.</p>
<p>An example would be the category of client or even the product they buy from you. To access this feature:</p>
<ul>
<li>Select <strong>ADDRESS BOOK </strong>from      the left navigation bar and <strong>SETUP</strong> on the V11 top menu bar and click      on the Colouring Rule Option.</li>
<li>Select <strong>ADD and</strong> type in the      name and description of the rule in the space provided.</li>
<li>Under the<strong> &#8216;full access&#8217;</strong> drop-down menu, select who should have access to the rule.</li>
<li>SELECT the <strong>User-Defined Fields</strong> that should apply for this rule.</li>
<li>Click on <strong>ADD</strong> and select a <strong>VALUE</strong> and the colour of the text and/or background you would like to appear for      the rule and click on <strong>ADD</strong>.</li>
</ul>
<p>Cheers,</p>
<p><strong>Shannon Porter (<a href="http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
<p><strong>P.S. (MergeCRM the iPhone app for Maximizer is in the iTunes store. Just search “MergeCRM” from your “App Store” icon on the home screen of your iPhone, iPad, iPod, or iTouch mobile apple device)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=346</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Reason to Upgrade to Maximizer 11</title>
		<link>http://islandcrm.com/blog/?p=317</link>
		<comments>http://islandcrm.com/blog/?p=317#comments</comments>
		<pubDate>Wed, 20 Apr 2011 14:26:52 +0000</pubDate>
		<dc:creator>The Maximizer Guy</dc:creator>
				<category><![CDATA[Maximizer FAQ]]></category>

		<guid isPermaLink="false">http://islandcrm.com/blog/?p=317</guid>
		<description><![CDATA[Top 10 Reason to Upgrade to Maximizer 11 (Provided by our South Africa Maximizer Business Partner &#8220;Camsoft Solutions&#8221;.)
If you are in South Africa and would like more information from CamSoft Solutions please visit their website http://www.maximizercrm.co.za/ or Email Michelle.
Thank you Camsoft Solutions.
﻿
Maximizer  Weekly Tip &#8211; Upgrading to V11
Dear Shannon
The following are some pointers as to why it [...]]]></description>
			<content:encoded><![CDATA[<h3>Top 10 Reason to Upgrade to Maximizer 11 (Provided by our South Africa Maximizer Business Partner &#8220;Camsoft Solutions&#8221;.)</h3>
<p>If you are in South Africa and would like more information from CamSoft Solutions please visit their website <a href="http://www.maximizercrm.co.za/">http://www.maximizercrm.co.za/</a> or Email <a href="michelle@camsoft.co.za">Michelle</a>.</p>
<p>Thank you Camsoft Solutions.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/04/CamSoft-Solutions-Header.jpg"><img class="size-full wp-image-318  aligncenter" title="CamSoft Solutions Header" src="http://islandcrm.com/blog/wp-content/uploads/2011/04/CamSoft-Solutions-Header.jpg" alt="" width="611" height="78" /></a>﻿</p>
<p><strong>Maximizer  Weekly Tip &#8211; Upgrading to V11</strong></p>
<p>Dear Shannon</p>
<p>The following are some pointers as to why it makes sense to <strong>upgrade to Maximizer V11</strong> if you haven&#8217;t done so already:</p>
<ol>
<li>Get optimised usability through the new <strong>Microsoft Office-style interface</strong> with visual colour prioritisation of clients, tasks, appointments and customer information.</li>
<li>The <strong>Sales Quota Management </strong>provides real-time insight into team, territory or individual performances.</li>
<li>A <strong>Sales Opportunity Monitoring</strong> feature alerts sales people and managers of changes in a deal&#8217;s status.</li>
<li>The <strong>wizard-driven Dashboards</strong> allow a click-through to detailed information for managers to easily create and visualise key performance indicators.</li>
<li>The Web Access platform is now enhanced with <strong>full marketing campaign functionality</strong>, tracking &amp; reporting, plus Action Plans and a Document Library.</li>
<li>You can now use <strong>formulae in User-Defined Fields</strong> to do calculations from multiple fields for more robust profiling and reporting.</li>
<li>New<strong> Mobile CRM multi-user support</strong> allows collaboration on opportunities, assignment of tasks and escalation of cases. You can now also view, edit and create new documents, improving remote productivity.</li>
<li>There&#8217;s now <strong>Mobile CRM support for capturing voice, image &amp; video</strong> for saving to customer records.</li>
<li>Quick <strong>sales email templates</strong> let you merge customer information for efficient communication and follow-ups.</li>
<li><strong>Support for SharePoint</strong> now allows these users to seamlessly look up Maximizer CRM data.</li>
</ol>
<p>Do you want to be a Maximizer Hero? We offer Maximizer Training every Tuesday at our Training Academy. For more info or to book please call +27 11 803 2316 or e-mail <a href="mailto:michelle@camsoft.co.za?subject=Maximizer%20Training">Training</a>.</p>
<p style="text-align: center;"><a href="http://islandcrm.com/blog/wp-content/uploads/2011/04/CamSoft-Solutions-Footer1.jpg"><img class="size-full wp-image-320  aligncenter" title="CamSoft Solutions Footer" src="http://islandcrm.com/blog/wp-content/uploads/2011/04/CamSoft-Solutions-Footer1.jpg" alt="" width="154" height="96" /></a></p>
<p>Cheers,</p>
<p><strong>Shannon Porter (<a href="http://twitter.com/themaximizerguy">The Maximizer Guy</a>)</strong></p>
<p><strong><strong>P.S. (MergeCRM the iPhone app for Maximizer is in the iTunes store. Just  search “MergeCRM” from your “App Store” icon on the home screen of your iPhone,  iPad, iPod, or iTouch mobile apple device)</strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://islandcrm.com/blog/?feed=rss2&amp;p=317</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

