<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.maximizercrmcentral.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Maximizer CRM Central</title><link>http://www.maximizercrmcentral.com/blogs/</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Life in Technicolor: Row Coloring for Non-Table User-Defined Fields.</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2010/07/29/life-in-technicolor-row-coloring-for-non-table-user-defined-fields.aspx</link><pubDate>Thu, 29 Jul 2010 23:43:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:2601</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Row Coloring for non-table fields.&lt;br /&gt;&lt;br /&gt;Row coloring is one is my second most favorite feature in Maximizer CRM 11. One thing that you cannot do, however, is set a row coloring based on ranges. If I wanted to color all the opportunities that have a projected revenue of something greater than $100,000 dollars for example, there currently is no way to configure this.&lt;br /&gt;&lt;br /&gt;This leads me to my second most favorite feature in Maximizer CRM 11, the formula user-defined field. Formula user-defined fields allow you to take the value of one or more field, manipulate them, and display them in another user defined field. For example, if you wanted to create a &amp;quot;Revenue after tax&amp;quot; field that will subtract sales tax from the revenue, you can now do this by programming the formula field to calculate the tax and subtract this from the revenue.&lt;br /&gt;&lt;br /&gt;So for coloring rules, the trick would be to configure an alphanumeric formula user-defined field that will take ranges of revenue and output a label for that range. In my next example, I&amp;#39;m going to create a formula field called &amp;quot;Opportunity Size&amp;quot; and have 3 opportunity sizes: small, big, and huge.&lt;br /&gt;&lt;br /&gt;So here is how we would configure the formula field:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the user-defined field setup screen, click Add to create a new user-defined field.&lt;/li&gt;
&lt;li&gt;Name the field &amp;quot;Opportunity Size&amp;quot;.&lt;/li&gt;
&lt;li&gt;In the Type drop down, select Formula, then select Alphanumeric.&lt;/li&gt;
&lt;li&gt;In the Return type drop down, select Alphanumeric.&lt;/li&gt;
&lt;li&gt;In the Formula field, click the ellipses.&lt;br /&gt;&lt;br /&gt;Here is where the fun begins... But to make life easier, copy and paste the following couple of lines into the formula field. &lt;br /&gt;
if ([Revenue] &amp;lt; 50000, &amp;quot;Small&amp;quot;, &lt;br /&gt;
if ([Revenue] &amp;lt; 100000, &amp;quot;Big&amp;quot;,&amp;quot;Huge&amp;quot;))&lt;br /&gt;&lt;br /&gt;The manual has lots of examples and the below snippet of code doesn&amp;#39;t have anything that is not in the manual.&lt;/li&gt;
&lt;li&gt;Click OK to complete the formula.&lt;/li&gt;
&lt;li&gt;You may want to set the user-defined field to hidden, if you don&amp;#39;t want to see it all the time in the list of user-defined fields. Otherwise, click Ok to complete creating the User-defined field.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img height="440" width="446" src="http://cssadmin.maximizer.com/Download/Blog/20100729/2.jpg" alt="" /&gt;&lt;br /&gt;Once you&amp;#39;ve created the user-defined field, look at the user-defined field for all your opportunities.&amp;nbsp; The opportunities all are classified as Small, Big, or Huge. You can put this formula user-defined field in your column setup just like any other user-defined field.&lt;br /&gt;&lt;br /&gt;To create a coloring rule:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Name the coloring rule &amp;quot;Color by Size&amp;quot;.&lt;/li&gt;
&lt;li&gt;In the Match entries using this field area, select the Opportunity Size field we created.&lt;/li&gt;
&lt;li&gt;Add criteria for the Small, Big, and Huge. Now be aware that these are free-form text typing, but the beautiful thing about the formula fields is that since there is no user who is entering the data, and the field will always be Small, Big, or Huge. So make sure you type in Small, Big, or Huge correctly!&lt;/li&gt;
&lt;li&gt;Once you&amp;#39;ve entered a value, change the text color and/or background color.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;img height="457" width="712" src="http://cssadmin.maximizer.com/Download/Blog/20100729/3.jpg" alt="" /&gt;Once you&amp;#39;re done, click OK and apply the Coloring rule to view your opportunities in Technicolor.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img height="722" width="949" src="http://cssadmin.maximizer.com/Download/Blog/20100729/1.jpg" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=2601" width="1" height="1"&gt;</description></item><item><title>Holiday Work Delegation</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/12/18/holiday-work-delegation.aspx</link><pubDate>Fri, 18 Dec 2009 21:48:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1916</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;It&amp;#39;s the holiday season again. A time of wonder. A time of joy. A time where you can offload your workload to the poor interns/articling students/contract workers/anybody else not fortunate enough to have the holidays off. A good way of assigning work to these poor souls is by creating hotlist tasks and assigning the tasks to them.&lt;br /&gt;&lt;br /&gt;In order to assign other users tasks, you must first be able to access their hotlists. Here is how you would do this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In Administrator, go to File &amp;gt; Users. (You can also do this in Maximizer by going to File &amp;gt; Users, just make sure you have the right to modify User/Group setup).&lt;/li&gt;
&lt;li&gt;Select the user you want to assign the tasks to, and select preferences.&lt;/li&gt;
&lt;li&gt;Under the Access to Hotlist section, make sure that you, or a group you belong to, has full access to the user&amp;#39;s Hotlist.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The Calendar/Hotlist tab is also the place where you would set access rights to their calendar too, so you can see whether or not they actually do have time to do your work before whatever plans they have at night. Nobody likes to stay in the office really late around Christmas. You don&amp;#39;t want to be Major Buzzkill, because &lt;a href="http://www.vckystxx.com/2009/10/hcs3/"&gt;nobody likes Major Buzzkill&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So after you&amp;#39;ve enabled yourself to assign hotlist tasks to the user(s), when creating a hotlist task, their names will appear in the &amp;quot;Assigned To&amp;quot; drop down list. Names appearing in this list are users who have set full access to their hotlist to you or a group that you belong to. After completing entering their task, click OK and the Hotlist task will appear in their hotlist.&lt;/p&gt;
&lt;p&gt;So after you&amp;#39;ve assigned all your work to other people, go home and enjoy the holidays. Here are some simple steps to have a good holiday:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Chill out, be happy. Forgive and forget!&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Give generously, there are many people in need, especially this year.&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Give your Mom a big hug the next time you see her.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Happy Holidays! &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1916" width="1" height="1"&gt;</description></item><item><title>Note Filters: Make Notes Linger in the Darkness... </title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/10/30/note-filters-make-notes-linger-in-the-darkness.aspx</link><pubDate>Fri, 30 Oct 2009 22:19:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1755</guid><dc:creator>wleung</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Welcome to this Halloween edition of &amp;quot;Where There&amp;#39;s a Will, There&amp;#39;s a Way&amp;quot;&amp;nbsp;(queue the&amp;nbsp;&lt;a href="http://www.youtube.com/watch?v=d4Kmx0_oyh4"&gt;cheesy Halloween music&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Having a ton of notes on clients can be a good thing. But sometimes, finding specific notes can be a nightmare. There is a way, however, where you can make some notes&amp;nbsp;vanish when hunting for a specific note and re-appear when you want to view all notes. Filters can be used to specify the type of note that gets displayed in the notes following. You can switch between filters, just like how you can switch between column setups.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Effectively using filters is frighteningly easy. It all starts by classifying your notes. When creating your notes, you can set the category of the note. &amp;nbsp;There are some system defaults, like email, phone calls, mail-outs, and these automatically get assigned to the notes when you perform these actions. When you create manual notes, however, you can assign it a custom category.&lt;/p&gt;
&lt;p&gt;You can configure manual note types in Administrator by going to File &amp;gt; Preferences and selecting the System Fields tab. Select the Address Book Notes category and click the Add button to add values to the list. As you can see, there are many other categories you can select and add values to, but we&amp;#39;ll keep this discussion focused on note types.&lt;/p&gt;
&lt;p&gt;&lt;img height="269" width="609" src="http://cssadmin.maximizer.com/download/blog/20091030/1.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;So after you create the note, set the category to whatever you want. Notice that the values that appear in the notes drop down are the ones that we configured in the System field tab? Scary!&lt;/p&gt;
&lt;p&gt;&lt;img height="511" width="584" src="http://cssadmin.maximizer.com/download/blog/20091030/2.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;So to filter the notes in the notes following window, select the Filter drop-down list and select Custom. Then, in the Type of note area, leave manual selected, choose the type of note you want to display, and de-select any other note types you don&amp;#39;t want visible.&lt;/p&gt;
&lt;p&gt;&lt;img height="387" width="499" src="http://cssadmin.maximizer.com/download/blog/20091030/3.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Click OK and only notes of the types that you selected in the manual filter will appear in the Notes following window.&lt;/p&gt;
&lt;p&gt;Have a happy Hall&lt;a href="http://www.youtube.com/watch?v=hMnk7lh9M3o"&gt;o&lt;/a&gt;ween!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1755" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/notes/default.aspx">notes</category></item><item><title>Leads Vs. Non-Leads</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/10/16/leads-vs-non-leads.aspx</link><pubDate>Fri, 16 Oct 2009 19:18:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1716</guid><dc:creator>wleung</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;I guess you can say that all your customers are important. But sometimes, you need to make a distinction between those customers who take priority over others. Certain&amp;nbsp;circumstances necessitate that you choose specific customers, and treat them differently. In the business world, these customers could be your leads. The potential customers that you probably want to pay greater attention to because they become your customer base. &amp;nbsp;The customers that you already have, however, are still important, so you can&amp;#39;t forget about them either!&lt;/p&gt;
&lt;p&gt;Maximizer allows you to classify your companies, contact, or individuals as leads or non-leads. There is a couple of fields that are important when thinking about leads. &amp;nbsp;All of these fields can be found on the Company/Contact/Individual Details section of the Basic Information dialog.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sales Lead - &lt;/strong&gt;if this field is set to Yes, the entry will become a lead.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Account Manager - &lt;/strong&gt;set the Account Manager to the user who the lead belongs to. So if you are doing a search and you narrow your query by searching &amp;quot;My Leads&amp;quot; only, then the search will only bring up Leads that have you assigned to as the Account Manager. More on searching for leads in a little bit later on.&lt;br /&gt;&lt;br /&gt;&lt;img height="432" width="639" src="http://cssadmin.maximizer.com/download/blog/20091016/1.jpg" alt="" /&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;There are advantages to organizing your companies as leads and non-leads.&lt;/div&gt;
&lt;div&gt;&lt;ol&gt;
&lt;li&gt;You can search your leads only. Having a narrow search will allow you to streamline the results and avoid clutter. When you open up most search dialogs, you will see a &amp;quot;Leads options&amp;quot; area.&lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The&amp;nbsp;&lt;strong&gt;Entries that are not leads&amp;nbsp;&lt;/strong&gt;option will search all entries where Sales Lead = No.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;&lt;strong&gt;All entries&lt;/strong&gt;&amp;nbsp;option will search all entries, regardless of the value of the Sales Lead field.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;&lt;strong&gt;Leads&lt;/strong&gt;&amp;nbsp;option will search all entries where Sales Lead = Yes.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;&lt;strong&gt;My leads only&amp;nbsp;&lt;/strong&gt;option&amp;nbsp;will only search records where the Sales Lead = yes, and the Account Manager = you (or the person who is currently logged into Maximizer).&lt;/li&gt;
&lt;/ul&gt;
&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Leads have a different set of Key fields. Because you need to know different information about leads as opposed to regular entries, it is always good to have a different set of key fields for easy access to the important fields. You can create Lead specific key fields for Company leads, Contact leads, and Individual leads.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img height="569" width="587" src="http://cssadmin.maximizer.com/download/blog/20091016/2.jpg" alt="" /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;You can sort your address book by lead/non-lead. A clever way of doing this is by adding an extra column to your column view and adding the &amp;quot;Entry Type Icon&amp;quot; field to it. &amp;nbsp;If you sort by this column, it will group together all your leads/non-leads.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1716" width="1" height="1"&gt;</description></item><item><title>Automatically Creating Hotlist Tasks When Entering User-defined field information.</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/10/02/automatically-creating-hotlist-tasks-when-entering-user-defined-field-information.aspx</link><pubDate>Fri, 02 Oct 2009 19:39:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1682</guid><dc:creator>wleung</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am terrible at remembering dates. Sometimes I get so busy that I almost don&amp;#39;t remember my own birthday. I guess that&amp;#39;s what my better half is for. But still, I&amp;#39;d like to remember her birthday from time to time.&lt;/p&gt;
&lt;p&gt;So what if you had a really important piece of customer information that you had to remember every year, like a contract renewal date, CEO&amp;#39;s birthday, or end of fiscal year? Now, it&amp;#39;s easy to create a reoccurring appointment in your calendar, but that can get tedious when you are doing some data entry or are updating a few companies at the same time. There is, however, an easy way to create hotlist tasks based on dates entered in a user-defined field.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to File &amp;gt; Set Up User-Defined fields.&lt;/li&gt;
&lt;li&gt;Click Add Field&lt;/li&gt;
&lt;li&gt;Select Date from the type drop down list.&lt;/li&gt;
&lt;li&gt;Select Include in Hotlist option. If you want the date repeated annually, then select the Annually recurring event option.&lt;/li&gt;
&lt;li&gt;Set Full Access/Read Access to the users or security groups that you want the hotlist created for. In the below example/screen shot, hotlist tasks will be created for Billy Holly and MASTER.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;&lt;img height="449" width="422" src="http://cssadmin.maximizer.com/download/blog/20091002/1.jpg" alt="" /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So in the future, when any date is entered into the UDF, a hotlist task will be created for all users specified in Full/Read access.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Be careful with this tip. If you create a date UDF that everybody can see, then every time you fill in that UDF, everybody will get a hotlist task reminder. That may or may not be what you want.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1682" width="1" height="1"&gt;</description></item><item><title>Choosing when you work... in your Calendar.</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/09/25/choosing-when-you-work-in-your-calendar.aspx</link><pubDate>Fri, 25 Sep 2009 18:26:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1669</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In Maximizer, you can customize your calendar to fit your work schedule. If you are one of the lucky ones to only have to work a few times during the week, or a few hours during the day, this can make your calendar a little bit more aesthetically pleasing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Two of the most useful functions are the working day and working hour options in the preferences menu.&lt;/p&gt;
&lt;p&gt;&lt;img height="600" width="535" src="http://cssadmin.maximizer.com/download/blog/20090925/1.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Working day&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Select which days you work. Any day left unselected will be red in the weekly and monthly views, so you can quickly identify which days you are in and which days you are not.&lt;/p&gt;
&lt;p&gt;You can also choose to not show non-work days in the weekly view by selecting the &amp;quot;Show non-work days in the weekly view&amp;quot; option in the Options area. That way, you can look at a weekly view of your work related activities while not being distracted with your weekly golfing sessions on your midweek day off.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Working hours&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Set your working hours here. The range specified in the from and to drop down lists will be a different colour than the hours that are outside the range. Also, any appointments created outside of the range will appear at the top or bottom of the daily view saying you have x number of appointments before/after your start/end time.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1669" width="1" height="1"&gt;</description></item><item><title>Great Save! Recalling and Saving Searches  </title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/09/02/great-save-recalling-and-saving-searches.aspx</link><pubDate>Wed, 02 Sep 2009 19:03:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1613</guid><dc:creator>wleung</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sometimes, it takes a stroke of genius to create the perfect all fields search. After many hours of carefully planning which fields to include and which values to select, you run the search and get the perfect result set.&lt;/p&gt;
&lt;p&gt;And sometimes it&amp;rsquo;s just a big fluke. You are shooting from the hip and just happen to stumble upon the right combination of fields and values to get the results you are looking for. You probably want to save that search, so you don&amp;rsquo;t have to go shooting in the dark again the next time you want to run the same search.&lt;/p&gt;
&lt;p&gt;So after you are satisfied with your all fields search, go back to Search &amp;gt; All Fields. Then, select Last Search. This will bring up the last search that you made. Then, click Catalog, then Add. &amp;nbsp;Fill in the Name of the search and a description. You may also want to include, or not, in the description, the fact that no planning was involved and you pretty much just guessed your way to the end result. &amp;nbsp;Click OK to save the search.&lt;/p&gt;
&lt;p&gt;You just made a &lt;a href="http://www.youtube.com/watch?v=DvyqkYmJWHg"&gt;great save!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1613" width="1" height="1"&gt;</description></item><item><title>Drawing an Organizational Chart</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/08/26/drawing-an-organizational-chart.aspx</link><pubDate>Wed, 26 Aug 2009 23:00:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1591</guid><dc:creator>wleung</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;Time is always at a premium, at and outside of work. Let&amp;#39;s be honest here, nobody likes to waste time, unless it&amp;#39;s &amp;quot;wasting time&amp;quot; relaxing. At work, the more time you waste, the more money you could be losing. Unless you are New York Yankee Alex Rodriguez, who makes roughly $100,000 for every 6 pitches he sees. [&lt;a href="http://online.wsj.com/article/SB10001424052970203706604574371013208743826.html"&gt;Wall Street Journal&lt;/a&gt;] Waste away, Alex, you are doing good for yourself.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A good way of not wasting your time is talking to the right people. Establishing a pecking order is always important. When making a sale, it&amp;#39;s always good to figure out who&amp;#39;s the boss or who&amp;#39;s writing the cheques.&lt;/p&gt;
&lt;p&gt;A quick way of figuring out who is the king of the hill is drawing an organizational chart. Here is how you do it:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Highlight the company in the Address Book window.&lt;/li&gt;
&lt;li&gt;Go to View &amp;gt; Organizational chart&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;The Organizational chart is derived from the hierarchy that is created by populating the Reports To field in the basic information window of a contact. So let&amp;#39;s ABC Wine Shop Inc. has 3 employees, James Dolton, Ed Johnson, and Martha Torres. &amp;nbsp;If both Ed and Martha report to James, then the organizational chart looks like this:&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img height="187" width="282" src="http://cssadmin.maximizer.com/download/blog/20090826/1.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;If Martha reports to James and Ed reports to Martha, the organizational chart will look like this:&lt;/p&gt;
&lt;p&gt;&lt;img height="267" width="189" src="http://cssadmin.maximizer.com/download/blog/20090826/2.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1591" width="1" height="1"&gt;</description></item><item><title>Excel to Maximizer: Two-tiered Importing</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/08/14/excel-to-maximizer-two-tiered-importing.aspx</link><pubDate>Fri, 14 Aug 2009 17:12:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1523</guid><dc:creator>wleung</dc:creator><slash:comments>4</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span&gt;From:&lt;/span&gt;&lt;/strong&gt;&lt;span&gt; William Leung&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;
&lt;strong&gt;Sent:&lt;/strong&gt;&amp;nbsp;Friday, August 14, 2009 4:31 PM&lt;br /&gt;
&lt;strong&gt;To:&lt;/strong&gt; Microsoft&lt;br /&gt;
&lt;strong&gt;Subject:&lt;/strong&gt; Excel Awesomeness&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dear Microsoft,&lt;/p&gt;
&lt;p&gt;By now, you must think I hate Excel. I&amp;#39;ve already written a couple of blogs about Excel and/or people&amp;#39;s strange fixation with using Excel for everything.&amp;nbsp;I work for a CRM company. So you can imagine the frustration I used to feel when I see people storing all their contact information in an Excel sheet and trying to use it as a pseudo CRM.&lt;/p&gt;
&lt;p&gt;But really, thank you for making such an awesome product. It is great for doing spreadsheet stuff.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Come to think about it, if all you are storing is like, phone numbers, and names, I guess Excel could be okay.&lt;/p&gt;
&lt;p&gt;But what if you want to get your Excel contact lists into Maximizer?&lt;/p&gt;
&lt;p&gt;For example, let&amp;#39;s say you had a spreadsheet with the following fields:&lt;/p&gt;
&lt;table&gt;

&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Last Name&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;First Name&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Company&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Phone Number&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Address&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Birthday&amp;nbsp;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;p&gt;Importing this sheet into Maximizer is easy. There are a few things you need to do first to your spreadsheet to get it ready for importing.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure all rows have a last name or company filled in. &amp;nbsp;You can do a search in Excel for all blank cells in a column and replace it with information of a period. &amp;nbsp;That way, when importing, Maximizer will not ask you a hundred times for a hundred missing last names.&lt;/li&gt;
&lt;li&gt;Save the Excel sheet in CSV format. Do this by going to file &amp;gt; save as. Then, in the &amp;quot;Save as type&amp;quot; drop down, select CSV. You may get a couple popups saying something about losing formatting. Just hit OK and make sure the CSV gets saved. After it&amp;#39;s saved, open it up again just to make sure it&amp;#39;s ok. After that, CLOSE excel.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;Now, in Maximizer...&lt;/div&gt;
&lt;div&gt;&lt;ol&gt;
&lt;li&gt;Go to file &amp;gt; import &amp;gt; Address Book Entries&lt;/li&gt;
&lt;li&gt;Select the CSV file saved from step 2 above. In the &amp;quot;Type of import&amp;quot; section, select the Companies/Individuals option. This will import all the company names and no contacts. That&amp;#39;s the &amp;quot;second tier&amp;quot;. We&amp;#39;ll talk about that soon.&lt;/li&gt;
&lt;li&gt;When you get to the &amp;quot;Select Fields for Import&amp;quot; screen, match up the Order of import fields with the Fields from file fields for company fields only, and skip the rest. &amp;nbsp;So in our example, we will match up the Company and Address field with the matching fields in Maximizer. See the picture below:&lt;br /&gt;&lt;img src="http://cssadmin.maximizer.com/download/blog/20090814/tier1.jpg" width="572" height="305" alt="" /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Click Import to import the first layer (or tier).&amp;nbsp;&lt;/li&gt;
&lt;li&gt;After the first tier has imported, go to file &amp;gt; import &amp;gt; Address Book Entries.&lt;/li&gt;
&lt;li&gt;Select the same CSV file. In the &amp;quot;Type of import&amp;quot; section, select the Contacts option. This will import the contacts.&lt;/li&gt;
&lt;li&gt;When you get to the &amp;quot;Select Fields for Import&amp;quot; screen, match up the Order of import fields with the Fields from file fields for contact fields only, and skip the rest. &amp;nbsp;BUT make sure to also include the company field. It is critical that you do, or else the import will not work. So in our example, we will match up the Last Name, First Name, Company, Phone Number, and Birthday field with the matching fields in Maximizer. See the picture below:&lt;br /&gt;&lt;img src="http://cssadmin.maximizer.com/download/blog/20090814/tier2.jpg" width="572" height="305" alt="" /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Click Import to complete the second tier of the import.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;The import is now done. It&amp;#39;s now time to go through your Address Book to verify everything is ok. Any company where you put a period or some sort of filler information in the CSV file will need to be dealt with appropriately.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;Thanks, Microsoft, for making such an excellent program. Keep up the good work.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Will &amp;quot;Excel&amp;#39;s BFF&amp;quot; Leung&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1523" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/maximizer/default.aspx">maximizer</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/excel/default.aspx">excel</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/microsoft/default.aspx">microsoft</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/importing/default.aspx">importing</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/crm/default.aspx">crm</category></item><item><title>Semimonthly appointments</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/08/07/semimonthly-appointments.aspx</link><pubDate>Fri, 07 Aug 2009 19:55:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1505</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is a way to create a semimonthly appointment in your Maximizer Calendar. Just to be clear, an example of a semimonthly occurence is like my favourite times of the month: pay day. It is like being paid on the 15th and 30th of the month and not every other Friday, which is bi-weekly.&lt;/p&gt;
&lt;p&gt;Because there is no semimonthly option when creating a reccuring appointment, you have to be a little bit clever about it. The process isn&amp;rsquo;t perfect, though. For example if you create semimonthly appointments to happen on the 15th and 30th of every month, the 15th and/or 30th may land on weekends. &amp;nbsp;You will just have to play these instances by ear. If you do want to see these options included in the software, email suggestions@maximizer.com, or go to the suggestions section of the &lt;a href="http://www.maximizercrmcentral.com/forums/16.aspx"&gt;forums&lt;/a&gt; and post something there.&lt;/p&gt;
&lt;div&gt;Here is a short video on how to create a semimonthly appointment:&lt;/div&gt;
&lt;div&gt;(Please visit the site to view this media)&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1505" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/calendar/default.aspx">calendar</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Schedule/default.aspx">Schedule</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/appointment/default.aspx">appointment</category></item><item><title>Rounding up Tasks and Appointments</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/07/24/rounding-up-tasks-and-appointments.aspx</link><pubDate>Fri, 24 Jul 2009 19:37:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1475</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;
&lt;p&gt;Sometimes, it&amp;#39;s important to know how much effort you&amp;#39;re putting into a relationship. Any relationship. Whether it be with your friends or a lead, it&amp;#39;s always good to know how much time and effort you put in. A good indication of how much time you are spending with a client is looking at the number of activities you have with a specific client. Obviously it could be a bad thing that you see a customer a lot. They could be having a lot of problems. But it could also be a good thing. Maybe the customer keeps asking questions about different products and you are happy to answer them in hopes of making a big sale.&lt;/p&gt;
&lt;p&gt;The hotlist task window is a great place to see both appointments and tasks at the same time. Configure a column view for the hotlist like &lt;a href="http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/03/26/hotlist-column-views-sorting-your-hotlist-based-on-user-defined-fields.aspx"&gt;I mentioned in a previous blog&lt;/a&gt; and you can sort your appointments and tasks by company name.&lt;/p&gt;
&lt;p&gt;Another way of seeing both appointments and tasks for a specific company is by right clicking on the Address Book entry and selecting &amp;quot;Activities for [name of Address Book entry]&amp;quot;&lt;/p&gt;
&lt;p&gt;This opens up the Activities for... dialog. It is like a mini Hotlist window. &amp;nbsp;It shows all activities for the Address Book entry. From here, you can create Hotlist tasks or appointments. You can also filter the results to see only certain user&amp;#39;s appointment/tasks for the entry.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1475" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Address+Book/default.aspx">Address Book</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/calendar/default.aspx">calendar</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/hotlist/default.aspx">hotlist</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/activities/default.aspx">activities</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/appointment/default.aspx">appointment</category></item><item><title>Key Fields: Organizing the Mess of User-Defined Fields</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/07/17/key-fields-organizing-the-mess-of-user-defined-fields.aspx</link><pubDate>Fri, 17 Jul 2009 17:25:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1452</guid><dc:creator>wleung</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maintaining a tidy database is one of the keys to efficiency. It&amp;#39;s just like keeping a tidy house. It&amp;#39;s all about getting rid of what&amp;#39;s no longer useful and organizing the stuff that you do have for easy access.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s the same way with user-defined fields. Yes, they are very useful in helping to store useful data, but the more you have, the harder it is to find things. A lot of this comes from proper planning when initially creating the database. Mapping out your business processes first and planning your database around your business process is always a smart thing to do. But I&amp;#39;ll let Byron tell you more about this in his &lt;a title="Better Your Business: Byron on CRM" href="http://www.maximizercrmcentral.com/blogs/byron_heath/default.aspx"&gt;blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;One way to help alleviate the pain of wading through a sea of user-defined fields is to create a key fields list. Key fields are important user-defined fields. They are displayed on the basic information dialog box in the bottom left hand corner. Adding or modifying a value to a key field is the same as browsing to the user-defined field and adding or modifying a value. It just takes less searching and fewer clicks.&lt;/p&gt;
&lt;p&gt;&lt;img height="576" width="628" alt="KeyFields" src="http://cssadmin.maximizer.com/download/blog/20090717/KeyFields.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To create a key fields list:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Administrator.&lt;/li&gt;
&lt;li&gt;Go to file &amp;gt; preferences. Go to the key fields tab.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;To edit one of the displayed key fields, select the key field and select Modify.&amp;nbsp;To create a new key field list, click Add.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you edit or add a new key field, you will get to the key fields dialog. &lt;/p&gt;
&lt;p&gt;&lt;img height="569" width="585" src="http://cssadmin.maximizer.com/download/blog/20090717/KeyFieldDialog.jpg" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Pretty standard stuff. Insert a name and description. Requested by is optional. Set the owner to something other than public if you don&amp;#39;t want everybody to be able to use the list.&lt;/p&gt;
&lt;p&gt;Here comes the tricky part: entry types.&lt;/p&gt;
&lt;p&gt;There are 9 different entry types:&lt;/p&gt;
&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Comany - Lead&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Company - Non-Lead&lt;/li&gt;
&lt;li&gt;Individual - Lead&lt;/li&gt;
&lt;li&gt;Individual - Non-Lead&lt;/li&gt;
&lt;li&gt;Contact - Lead&lt;/li&gt;
&lt;li&gt;Contact - Non-Lead&lt;/li&gt;
&lt;li&gt;Opportunity&lt;/li&gt;
&lt;li&gt;Campaign&lt;/li&gt;
&lt;li&gt;Customer Service&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;The list will only display the key fields corresponding to the type of entry that is currently open. For example, you can have a list called &amp;quot;Will&amp;#39;s Key Fields&amp;quot; and have fields for customer service and non-lead contacts. So every time I open a customer service case, and select &amp;quot;Will&amp;#39;s Key Fields&amp;quot; as the Key Fields list, only the customer service key fields will appear. Conversely, if I&amp;#39;m editing a non-lead contact, only the non-lead contact key fields will appear.&lt;/p&gt;
&lt;p&gt;So select the entry type and add fields by selecting the field on the left and clicking add.&lt;/p&gt;
&lt;p&gt;When you are finished, click OK.&lt;/p&gt;
&lt;p&gt;The key field list should appear in the key field drop down in any entry type that you have specified fields for. So in my above example, &amp;quot;Will&amp;#39;s Key Fields&amp;quot; will only appear in the customer service case and non-lead contact dialog boxes.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1452" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Address+Book/default.aspx">Address Book</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/key+fields/default.aspx">key fields</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/user-defined+fields/default.aspx">user-defined fields</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Key/default.aspx">Key</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/business+process/default.aspx">business process</category></item><item><title>Microsoft WPC 2009 – Day 4 - The Future of the User Interface</title><link>http://www.maximizercrmcentral.com/blogs/will_anderson/archive/2009/07/16/microsoft-wpc-2009-day-4-the-future-of-the-user-interface.aspx</link><pubDate>Fri, 17 Jul 2009 05:23:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1448</guid><dc:creator>wanderson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Microsoft&amp;#39;s Worldwide Partner Conference (WPC09) wrapped up today. I have to say that two things came across loud and clear in the conference: &lt;/p&gt;
&lt;p&gt;1. Microsoft is respectful of their Partners and is following through on their business plan to work with their channel to drive business (money) into both the Partner and their pockets, and &lt;/p&gt;
&lt;p&gt;2. That Microsoft is in it to win. I have been to most of the WPC events over the past 10 years and I cannot remember a year where their competitive drive was stronger. More importantly, to win - they know they need to focus on Partners and they need to focus on strong product design.&lt;/p&gt;
&lt;p&gt;The following slide I think does a great job of showing Microsoft&amp;#39;s commitment to succeeding with Partners and also the size and momentum that they bring to bear on the market. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img width="600" src="http://www.maximizercrmcentral.com/cfs-filesystemfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/will_5F00_anderson/Why-Microsoft-Wins-WPC09-4.jpg" height="450" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="color:#333333;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;I want to comment more on product design, but first I have to tell you that today I did something I have not done in years. Today I wrote a program. It has been a few years since I actually sat down and coded and debugged a program. I went to the Hands-On Lab for Windows Mobile and wrote an actual application that runs on Windows Mobile. It was a shipping and tracking application complete with a map that lights up where the package is during transit. Now, I am not saying that FedEx needs to be watching out any time soon, but I have to say &amp;ndash; it was pretty good! There was a script to follow in the lab, but as a long-time programmer at heart I did add my own little touches to the user interface to make it easier to use. The user experience has been something that has always been something I have taken a great deal of interest in&amp;hellip;which brings me to my next and closing comments for the conference.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="color:#333333;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#333333;mso-bidi-font-family:Arial;"&gt;&lt;a href="http://www.billbuxton.com/"&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;Bill Buxton&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;, Principal Researcher Microsoft Research (who also gave a key note address yesterday) gave an hour long presentation on The Future of UX: Looking Back 10 Years into the Future. An hour was simply not enough for me. Bill is a professional User Experience (UX) design expert and what I Iike most of all is his passion for the user experience, that he wants to improve Microsoft&amp;rsquo;s products &amp;ndash; and above all of that &amp;ndash; that Microsoft see the value in his input. On that note, Bill outlined for us the research group in the last two years. It has gone from 1 research fellow to 10 and Microsoft has hired UX designers at a rate of 1.5 times the rate that they are hiring technologists. Bill outlined past UX successes from the Kodak camera to the mouse to multi-touch technology. He also stressed that success lies in the combination of technology, design and business. It is the combination of the three that produces the generally accepted successes that we know today. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="color:#333333;mso-bidi-font-family:Arial;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;I like that Microsoft understands that they need to design technologies and products that have the user experience as a basic design tenant. I further like that they (seem) to understand that it is then the Partners that apply those technologies and products to reach end users. We all need to pick up our game and think about the entire user experience and not build solutions that are just &amp;ldquo;good enough&amp;rdquo;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1448" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/WPC09/default.aspx">WPC09</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Predictions/default.aspx">Predictions</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/User+Experience/default.aspx">User Experience</category></item><item><title>Microsoft WPC 2009 – Day 3 - Allison Watson's A List</title><link>http://www.maximizercrmcentral.com/blogs/will_anderson/archive/2009/07/15/microsoft-wpc-2009-day-2-allison-watson-s-a-list.aspx</link><pubDate>Thu, 16 Jul 2009 05:37:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1443</guid><dc:creator>wanderson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="font-size:small;font-family:Calibri;"&gt;
&lt;p&gt;The third day of the Microsoft Worldwide Partner Conference had one of my favourite sessions - one I look forward to every year. Allison Watson presents her &amp;quot;A&amp;quot; List. This is a list of the best and brightest as chosen by her (or I would presume her staff), predicting what technology will shape our future. In years gone by this has included noteworthy new technologies such as flexible screens used as household newspapers, the Microsoft Surface product, new compression and graphics display technologies and Microsoft Auto.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://imaginecup.com/Support/exploreimaginecup.aspx"&gt;Imagine Cup&lt;/a&gt; - this is an annual award in the form of a challenge to students from around the world to do something with technology (each year is different). This year there was more than 300,000 students registered and 59,000 students from 149 countries competed. The theme this year was: &amp;quot;Imagine a world where technology helps solve the world&amp;#39;s toughest problems.&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/windowsmobile/en-us/default.mspx"&gt;Windows Mobile&lt;/a&gt; - really this was just giving the mobile market and product line the nod it deserves. Mobile is here to stay and will play a key part in defining how we work and play in the future (starting now).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/surface/Pages/Experience/Videos.aspx"&gt;Microsoft Surface&lt;/a&gt; - this was an update from two years ago (Surface was curiously missing from the &amp;quot;A&amp;quot; List last year). This year, Allison showed off the HealthVault &lt;a href="http://www.microsoft.com/presspass/features/2009/Apr09/04-06SurfaceHIMSS2.mspx"&gt;application&lt;/a&gt; on Surface. It was a really cool application because it was a great example of using technology to make people&amp;#39;s lives easier. For example, part of the demo had the doctor discussing what medicine the patient was taking and they were able to look at pictures of the pills. If you have ever had to take a lot of medicine - the names don&amp;#39;t make a lot of sense but you can recognize them.&lt;/li&gt;
&lt;li&gt;Advanced Communications - okay - I am drawing a blank on this one. I think it had to do with Office Communications Server. I was taking notes during the presentation but because the ones before and after this one were so interesting to me I did not have a chance to jot down what this was and now I forget. If anyone knows - leave me a comment. J&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.mangochico.com/microsofts-future-2014-productivity/"&gt;The Future of Productivity&lt;/a&gt; - this was &lt;b&gt;easily the highlight of the entire &amp;quot;A&amp;quot; list&lt;/b&gt;. Bob Muglia came out to talk about what productivity will look like in the future and how each of these concepts is already being worked on in some way. The &lt;a href="http://www.mangochico.com/microsofts-future-2014-productivity/"&gt;video&lt;/a&gt; is 5:45 and is really worth watching.&lt;/li&gt;
&lt;li&gt;Realizing the Future - this was a great way of ending the &amp;quot;A&amp;quot; List. It was presented by a Research Fellow for Microsoft (sorry - I missed his name). He walked us through how they plan for 20 years in the future. He gave examples of technical advances that are becoming productized like thin screens that are allowing smaller and smaller products (Zune and TV screens) and the technology behind &lt;a href="http://www.microsoft.com/surface/Pages/Product/WhatIs.aspx"&gt;Microsoft Surface&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Although the &amp;quot;A&amp;quot; List was great - I think it was missing some of the cutting edge ideas like robotics and immersive or full-sense interfaces like &lt;a href="http://www.mangochico.com/microsoft-natal-gaming-of-the-future/"&gt;Microsoft Natal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There was one other session I attended today that deserves a little recognition. Stuart Crawford gave a presentation on &lt;a href="http://stuart.calgarybloggers.ca/2009/07/16/new-orleans-the-crescent-city/"&gt;Social Media 101&lt;/a&gt; - Defining and Understanding How to Connect with Your Clients and Colleagues Using the Latest Technologies. He covered all the usual suspects from Twitter to LinkedIn and explained what each is good for and why we need it. Most importantly of all, he showed how this change is happening how and will become the &amp;quot;norm&amp;quot; whether we are prepared for it or not. He had a couple of great video to show also that I was not able to find on YouTube - if anyone has their URLs, please leave them in a comment.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1443" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Microsoft+WPC/default.aspx">Microsoft WPC</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/WPC09/default.aspx">WPC09</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Predictions/default.aspx">Predictions</category></item><item><title>Microsoft WPC 2009 – Day 2 – Azure and Office 14</title><link>http://www.maximizercrmcentral.com/blogs/will_anderson/archive/2009/07/14/microsoft-wpc-2009-day-2-azure-and-office-14.aspx</link><pubDate>Wed, 15 Jul 2009 05:50:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1436</guid><dc:creator>wanderson</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;The second day of the Microsoft Worldwide Partner Conference is over and it was another good day.&lt;/p&gt;
&lt;p&gt;The day was kicked off by Bob Muglia, president of the Server and Tools Business, announcing the business and partner model for the company&amp;#39;s Windows Azure platform - Microsoft&amp;#39;s answer to how Windows will operate as a cloud computing operating system. He also discussed how Microsoft will enable partners to generate new revenue opportunities through the development of innovative cloud services. Basically, Microsoft has laid out a plan for how they and their partners will continue to succeed in this new world of SaaS computing.&amp;nbsp; I attended several sessions on Windows Azure and SQL Azure and was impressed with Microsoft&amp;#39;s vision and execution plan.&lt;/p&gt;
&lt;p&gt;Steve Ballmer gave another great talk on where Microsoft is going - headlined by their new Bing announcement - which is their newly launched Search engine and advertising model. After the Yahoo! purchase of last year fell through - we are now seeing plan B. By all accounts, it is looking good.&lt;/p&gt;
&lt;p&gt;Chris Caposella gave a great &lt;a href="http://channel9.msdn.com/posts/LarryLarsen/A-Look-At-Office-2010-with-Chris-Capossela/"&gt;talk&lt;/a&gt; on where Office and Office Services are going. I really think that this is something that although a little advanced for the average worker today sets the stage for how we will do document authoring and team collaboration in the not too distant future. I think Office 14 - to be known as &lt;a href="http://www.microsoft.com/office/2010/"&gt;Office 2010&lt;/a&gt; - will be a great release. They have taken feedback on the ribbon and improved it as well as rolled it out across more applications. They have also done a great job of integrating team based and social media.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1436" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/WPC09/default.aspx">WPC09</category></item><item><title>Microsoft WPC 2009 Day 1 – Microsoft Announces the Importance of the Customer – and Means It!</title><link>http://www.maximizercrmcentral.com/blogs/will_anderson/archive/2009/07/13/microsoft-wpc-2009-day-1-microsoft-announces-the-importance-of-the-customer-and-means-it.aspx</link><pubDate>Tue, 14 Jul 2009 05:05:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1429</guid><dc:creator>wanderson</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;The first day of the Microsoft Worldwide Partner Conference is over and it was a frenzied day. Microsoft knows how to put on a good conference. There were great key note presentations, a LOT of breakout sessions to dive down into the details of too many topics to count and a lot of Creole hospitality and food. The people of New Orleans are very nice. &lt;/p&gt;
&lt;p&gt;To give you an idea of how big this conference is, there are more than 9,000 attendees from more than 125 customers. In the lead off key note by Allison Watson, Microsoft outlined 3 key success points of companies during an economic situation like the one we are in now: Company Vision, a Belief in themselves and Marketing that Vision, and the ability to Sell. Okay - no real secrets there. To Microsoft&amp;#39;s credit though, they followed that up with something I did think was worth noting. They clearly wanted to send a message that Microsoft is not going to stay the same company we have come to know. They showed lively &amp;quot;commercials&amp;quot;, a fresh young approach to their marketing and most importantly of all they stressed that &amp;quot;people&amp;quot; come first in their product design and marketing. They used the phrase &amp;quot;&lt;b&gt;Life Maximizers&lt;/b&gt;&amp;quot; to describe the kind of customer that is beginning to make up a large part of the buying market. They described this as someone that values their work life balance - but also mixes their lives. They do work during their personal lives and personal things during their work time.&amp;nbsp; This is something I firmly believe. Not surprisingly - Mobile makes a big part of this message. In the following picture they are making the point that the market is at an inflection point. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img width="474" src="http://www.maximizercrmcentral.com/cfs-filesystemfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/will_5F00_anderson/WPC-Day-2-_2D00_-Market-Inflection-Point.jpg" height="390" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The combination of price (getting lower), technology (the devices and infrastructure can now deliver what people demand), and the user experience (something people actually like using - not just the cutting edge or techno-geeks but the majority of people). On the last point they stressed the user experience that is required to reach these users and of course couldn&amp;#39;t resist from dropping the IDC stats that there are more than 1.3 Billion cell phone users in the world today and a predicted 400-500 Million Smartphone users by 2012. Knowing that Microsoft values the Mobile market this much also validates Maximizer&amp;#39;s emphasis in the Mobile CRM market.&lt;/p&gt;
&lt;p&gt;Some of the main announcements Microsoft made include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows 7 to be released to customer this September&lt;/li&gt;
&lt;li&gt;Office 14 to be released as an early preview shortly, followed by a general Beta later this year&lt;/li&gt;
&lt;li&gt;Windows Phone - the new name for the Windows Mobile 6.5 release - and the statement that they are taking a more active role in defining the brand that users will see&lt;/li&gt;
&lt;li&gt;The newly revamped Partner Network - a version 2.0 of the Partner Program&lt;/li&gt;
&lt;li&gt;They surpassed Michael Jackson as the most active Twitter conversation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1429" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/2009+CRM+Predictions/default.aspx">2009 CRM Predictions</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Smartphone/default.aspx">Smartphone</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/economy/default.aspx">economy</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Microsoft+WPC/default.aspx">Microsoft WPC</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/WPC09/default.aspx">WPC09</category></item><item><title>Microsoft WPC 2009 in New Orleans</title><link>http://www.maximizercrmcentral.com/blogs/will_anderson/archive/2009/07/12/microsoft-wpc-2009-in-new-orleans.aspx</link><pubDate>Mon, 13 Jul 2009 03:52:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1424</guid><dc:creator>wanderson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I am here at Microsoft&amp;#39;s Worldwide Partner Conference (&lt;a href="https://partner.microsoft.com/40053519"&gt;WPC&lt;/a&gt;) in New Orleans. Microsoft holds the conference in a different city each year and announced last year that they would be bringing this huge event to New Orleans in 2009 to help support the city as it rebuilds from Katrina. I&amp;#39;m looking forward to seeing New Orleans and their lively city culture, and the conference planners are not missing any opportunities - starting off at the registration desk with this great live band. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img width="314" src="http://www.maximizercrmcentral.com/cfs-filesystemfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/will_5F00_anderson/WPC09-band.jpg" height="229" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;This is an annual conference and is Microsoft&amp;#39;s key event to showcase their new products, go-to-market strategy and generally outline their business strategy to their business partners. This year is likely to be an interesting conference as Microsoft is at a cross roads for both market and product events. Microsoft is feeling market pressure like maybe never before from Google and the move towards SaaS. Microsoft answered a couple of years ago with their Software + Services and has been selling it to their partners ever since. They have moved some of their products into the cloud, but their main money makers remain an on-premise solution - mainly Windows and Office. Which brings me to their second event - product. They are currently readying the next version of Windows and Office for general release. Add to this mobility - something they have been doing since the late 90s but have still failed capture the market dominance they have in Windows and Web. There is a lot of talk from Microsoft and the usual rumor mill about when or even if Microsoft can capture this market. &lt;/p&gt;
&lt;p&gt;I will be watching Microsoft&amp;#39;s key note addresses and breakout sessions to find out what their messages will be and will write about them in my blog - so check back and see what Microsoft is announcing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1424" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Microsoft+WPC/default.aspx">Microsoft WPC</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/WPC09/default.aspx">WPC09</category></item><item><title>How to Motivate Smartphone and Application Adoption from the IT Side</title><link>http://www.maximizercrmcentral.com/blogs/will_anderson/archive/2009/07/06/how-to-motivate-smartphone-and-application-adoption-from-the-it-side.aspx</link><pubDate>Tue, 07 Jul 2009 00:15:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1406</guid><dc:creator>wanderson</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;eWeek today published an article I wrote on getting Smartphones adopted by getting the IT team onside. In it, I address the concerns an IT team faces in adopting Smartphones into their infrastructure - and how to plan a roadmap and avoid common pitfalls. I broke the article into 5 key steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1. Set device management policies to ensure security&lt;/li&gt;
&lt;li&gt;2. Use browser-based applications for occasional users&lt;/li&gt;
&lt;li&gt;3. Use device-side applications for power users&lt;/li&gt;
&lt;li&gt;4. Monitor returns and then consolidate plans&lt;/li&gt;
&lt;li&gt;5. Build the business case&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are starting to see rogue devices such as iPhones and BlackBerries being brought into your organization that are not part of your officially supported IT infrastructure, you should know that this actually presents a great opportunity for you and your company. Take advantage of your employees&amp;#39; willingness to use their Smartphones to increase the adoption and usage of line of business (LOB) applications such as CRM and sales force automation (SFA)-which traditionally have not achieved 100 percent user adoption.&lt;/p&gt;
&lt;p&gt;Check out the entire article at: &lt;a href="http://www.eweek.com/c/a/Mobile-and-Wireless/How-to-Motivate-Smartphone-and-Application-Adoption-from-the-IT-Side/"&gt;http://www.eweek.com/c/a/Mobile-and-Wireless/How-to-Motivate-Smartphone-and-Application-Adoption-from-the-IT-Side/&lt;/a&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1406" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Smartphone/default.aspx">Smartphone</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/BlackBerry/default.aspx">BlackBerry</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Communicating with The Entire Company</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/07/03/communicating-with-the-entire-company.aspx</link><pubDate>Fri, 03 Jul 2009 22:27:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1403</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Sometimes it is necessary to broadcast a message to the entire company. It is always good to report things like a profitable quarter, a new product launch, or the company dragonboat team doing very well at the local regatta.&lt;/p&gt;
&lt;p&gt;Email is a good way of doing it, but if you are like me, you get a lot of emails that are not relevant to you. Also, once you read it, it usually gets filed away in the Deleted folder for &amp;quot;safe keeping&amp;quot;.&lt;/p&gt;
&lt;p&gt;The Company Announcements section of the My Work Day window is a good way to broadcast important messages. It is also a useful place to find past important messages.&lt;/p&gt;
&lt;p&gt;So here&amp;#39;s a short clip on how to create a Company Announcement from an HTML file.&lt;/p&gt;
&lt;p&gt;(Please visit the site to view this media)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1403" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Company+Annoucements/default.aspx">Company Annoucements</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/My+Work+Day/default.aspx">My Work Day</category></item><item><title>Hot Keys and Short Cuts</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/06/26/hot-keys-and-short-cuts.aspx</link><pubDate>Fri, 26 Jun 2009 21:13:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1376</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have this fancy mouse at work and sometimes I feel as if it wasn&amp;#39;t a good investment. It is a wireless mouse with a whole slew of different buttons, but after the first few weeks, I found out that I really don&amp;#39;t use it that much. Why? It&amp;#39;s because I&amp;#39;m a keyboard shortcut fanatic. I would say that 50%-75% of the time, I&amp;#39;m navigating around Windows with my keyboard. I use my mouse to select things I can&amp;#39;t get to with my keyboard, or to select text that will take me more than around 20 keystrokes to get to.&lt;/p&gt;
&lt;p&gt;Now I&amp;#39;m sure most of us procrastinators know the common windows shortcut keys. Windows Key+D will minimize all windows and show your desktop. Alt+f4 will close your current open window. Alt-Tab will switch to the next window.&lt;/p&gt;
&lt;p&gt;Here are some of the shortcuts that I use the most in Maximizer. This list is by no means exhaustive, they are just the ones I use the most. If you have any other shortcuts, by all means, post it to the comments section. Some of the shortcuts are also dependant on which module you are in.&lt;/p&gt;
&lt;p&gt;Alt+f, f - Preferences&lt;br /&gt;Alt+f, d - Administrator&lt;br /&gt;Alt+f, p, o - Note report&lt;/p&gt;
&lt;p&gt;Alt+e, m - Make list current&lt;/p&gt;
&lt;p&gt;Alt+v, f - favourites lists&lt;br /&gt;Alt+v, u - column setups&lt;/p&gt;
&lt;p&gt;Alt+s, f - All fields search&lt;br /&gt;Alt+s, b - All phone number search&lt;br /&gt;Alt+s, e - Retrieve contacts&lt;br /&gt;Alt+s, t - Retrieve opportunities&lt;/p&gt;
&lt;p&gt;Alt+a, m - Schedule a meeting&lt;br /&gt;Alt+a, n - Write a note&lt;/p&gt;
&lt;p&gt;Ctrl+0 - Opportunity window&lt;br /&gt;Ctrl+1 - Address Book Window&lt;br /&gt;Ctrl+h - Customer service window&lt;br /&gt;Ctrl+6 - Hotlist task window&lt;br /&gt;Ctrl+7 - Calendar window&lt;/p&gt;
&lt;p&gt;You can also create your own buttons and macros. See the user&amp;#39;s manual for more information. All of the menu options have pneumonics. Hit the alt key to see the pneumonic for the menu. &amp;nbsp;When you drill down into the menu, the pneumonics will be displayed for the function.&lt;/p&gt;
&lt;p&gt;And as an added bonus, here are some of my favourite windows shortcuts:&lt;/p&gt;
&lt;p&gt;Windows Key + r - Run command. The run command is THE most common thing I use day to day. &amp;nbsp;After pulling up the run command, you can launch some of the most common applications. Here are some examples:&lt;/p&gt;
&lt;p&gt;maxwin - Maximizer&lt;br /&gt;winword - Microsoft word&lt;br /&gt;excel - Microsoft Excel&lt;br /&gt;outlook - Microsoft Outlook&lt;br /&gt;Notepad - notepad&lt;br /&gt;pbrush - paint brush&lt;br /&gt;iexplore - internet explorer&lt;/p&gt;
&lt;p&gt;And some windows functions:&lt;/p&gt;
&lt;p&gt;control - control panel&lt;br /&gt;control admintools - Administrative tools&lt;br /&gt;services.msc - Windows services&lt;br /&gt;appwiz.cpl - Add/Remove programs&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ffffff;"&gt;urfckbtds3&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1376" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/calendar/default.aspx">calendar</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/hotlist/default.aspx">hotlist</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/shortcut/default.aspx">shortcut</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Hotkeys/default.aspx">Hotkeys</category></item><item><title>Finding Time in My Busy Schedule</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/06/12/finding-time-in-my-busy-schedule.aspx</link><pubDate>Fri, 12 Jun 2009 22:21:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1317</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I am a busy guy. Between work, sports, friends, and planning a wedding, I barely have enough time for myself. Don&amp;#39;t get me wrong, I like doing all those things (well, some more than others), so I&amp;#39;m always trying to pencil things in or squeeze the most out of my days.&lt;br /&gt;&lt;br /&gt;One thing I find that helps me personally is logging personal appointments and tasks into Maximizer. If you flag something as &amp;quot;personal appointment&amp;quot; when creating an appointment, it&amp;#39;ll show up as &amp;quot;private appointment&amp;quot; if others are viewing your calendar. This helps me keep track of big things I have to do.&lt;br /&gt;&lt;br /&gt;So the other day, a friend wanted to watch the second Transformers movie with him. It&amp;#39;s out on the 24th. But I had a feeling that I might have something to do that day. So I go ahead and create an appointment in Maximizer.&lt;br /&gt;&lt;br /&gt;When creating an appointment, rather than just typing a time into the Start time field, I click on the ellipes (...) and the &amp;quot;Find Free Time&amp;quot; dialog appears. So I scroll to the 24th to see if I can find 8 or 9 consecutive hours (because obviously we have to watch the first one again before we watch the second one). Turns out I&amp;#39;m busy that day, but the next day, I&amp;#39;m free.&lt;br /&gt;&lt;br /&gt;So in summary, clicking on the ellipses when creating an appointment will bring up the &amp;quot;Find Free Time&amp;quot; dialog box. Any non-highlighted box means that that slot is free. Dragging your mouse over multiple consecutive fields will highlight them and clicking OK will book that time for your meeting or whatever you are planning to do.&amp;nbsp; There is a Find Time button on the Add Hotlist Task dialog too.&amp;nbsp; It works the same way.&lt;br /&gt;&lt;br /&gt;This function is big for me because I do book everything in Maximizer. Obviously, if I didn&amp;#39;t, then my entire calendar would appear to be free. So it&amp;#39;s important for me to always keep things in my calendar, even though it is a bit of a pain sometimes.&lt;br /&gt;&lt;br /&gt;It is too bad that we don&amp;#39;t make a plug-in that will tap into your mind and figure out when you are free or not without entering it into Maximizer. That would be &lt;a href="http://www.geekologie.com/2009/06/japan_completes_lifesized_gund.php"&gt;huge&lt;/a&gt;. Check Maximizer CRM version 60, tentatively due out in the year 2110.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1317" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/calendar/default.aspx">calendar</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Schedule/default.aspx">Schedule</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Free+time/default.aspx">Free time</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/hotlist/default.aspx">hotlist</category></item><item><title>The Outlook Toolbar: Making a (not so) spiritual connection with Outlook</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/06/04/the-outlook-toolbar-making-a-not-so-spiritual-connection-with-outlook.aspx</link><pubDate>Thu, 04 Jun 2009 23:24:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1278</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;You never really notice your dependence on things. For example, one day I left my iPhone at home. For the whole day, I had no access to e-mail, music, or a cell phone. It was actually very relaxing. All I was missing was a couple beers and a beach. But the entire day, I was constantly thinking of things to check or maps to draw and I couldn&amp;#39;t do it. Maybe I do that kind of stuff so often now that I don&amp;#39;t notice it, until, of course, it&amp;#39;s gone.&lt;br /&gt;&lt;br /&gt;At work, I have a fixation with my Outlook window. Have a look at my work setup below.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://cssadmin.maximizer.com/download/blog/20090605/1.jpg" width="600" height="450" alt="" /&gt;&lt;br /&gt;I would say my computer looks like this more often than not during the day.&amp;nbsp; Notice how I have Outlook dedicated to one screen. For me, Outlook always needs to be on and visible. I NEED to see my emails coming in and I NEED to answer emails quickly. It&amp;#39;s one of (the many) habits I picked up from working in the real world.&lt;br /&gt;&lt;br /&gt;With my dependence on Outlook and my inherited dependence on Maximizer, I was really happy to learn that there is an Outlook Toolbar allows you to do a couple of important things in Maximizer, from Outlook.&lt;br /&gt;&lt;br /&gt;There is a different toolbar for the mail, new email message, contacts, and contacts information windows. In this blog, I&amp;#39;m just going to talk about the one I use the most, the one in the mail window. The mail window is the one with the Inbox and other incoming email folders.&lt;br /&gt;&lt;br /&gt;Let&amp;#39;s take a look at some of the options that are available to you on the outlook toolbar.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://cssadmin.maximizer.com/download/blog/20090605/2.jpg" alt="" /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;&amp;nbsp;Save Sender as contact in Maximizer&lt;/b&gt;&lt;br /&gt;This option allows you to create a Maximizer Address book entry from an Outlook email message. The entry is created from the sender&amp;#39;s information.&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Create CS Case&lt;br /&gt;&lt;/b&gt;This will bring up a dialog that will let you create a customer service case. The customer service case can be created for an entry that already exists in Maximizer, or you can also choose to create a new Address Book entry and a new customer service case.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Save email to contact in Maximizer&lt;br /&gt;&lt;/b&gt;You can save an email message in Outlook to the documents window of one or more Address Book entries.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;View Contact in Maximizer&lt;br /&gt;&lt;/b&gt;If you have synchronized the contact from Outlook to Maximizer or the contact was created using the Save Sender as Contact in Maximizer button, then when you hit this button, it will retrieve the contact in Maximizer. Otherwise, if the contact was created outside of Outlook and not synchronized, then Maximizer will try to find the entry in the database using the email address.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1278" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Outlook/default.aspx">Outlook</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Integration/default.aspx">Integration</category></item><item><title>Coming back from vacation: What did I miss?</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/05/28/coming-back-from-vacation-what-did-i-miss.aspx</link><pubDate>Thu, 28 May 2009 21:51:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1241</guid><dc:creator>wleung</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;br /&gt;As much as I love to work, there is nothing I love more than going on vacation. There is so many good places to explore, things to do, and most importantly, so much great food to eat.&lt;br /&gt;&lt;br /&gt;But the worst thing about going on vacation, other than the jet lag, is coming back to work. Personally, it always takes me a few days to get back into a &amp;quot;work groove&amp;quot;. I seem to do everything a little bit slower and things that were once familiar are not so familiar anymore. And if you use email as much as I do, there&amp;#39;s usually about at least 200 emails per week that I&amp;#39;m gone that I need to go through and figure out if I need to reply. One time, I even forgot the passwords to my computer.&lt;br /&gt;&lt;br /&gt;One thing I like to do when I get back is figure out what the progress is on some of my Customer Service Cases or Opportunities. For example, I want to see if a customer has called when I wasn&amp;#39;t there, a user defined field got updated by a manager, or if a colleague of mine has helped me resolve a case.&lt;br /&gt;&lt;br /&gt;So here&amp;#39;s how to do it:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Search &amp;gt; All fields.&lt;/li&gt;
&lt;li&gt;Click Add and select &amp;quot;Last Modified Date&amp;quot; from the Basic Fields folder. Click OK.&lt;/li&gt;
&lt;li&gt;Select a date range. Usually I set it to the day after I left for vacation to the day I came back.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;This will pull up a list of entries that have been updated. Depending on what the controlling window is, these entries could be like Companies/Contacts/Individuals, Opportunities, or Customer Service cases. From here there is lots you can do like run a report or do a notes search for notes created within the date range for these companies. &lt;/p&gt;
&lt;p&gt;And as a bonus, you can add the field &amp;quot;Modified By&amp;quot; to your column setup to see who was the last person to modify the entry.&lt;/p&gt;
&lt;p&gt;This will give you a good idea of what you missed at the office over the last few days. Your facebook page will give your co-workers a good idea of what they missed over the last few days.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1241" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Last+Modified+Date/default.aspx">Last Modified Date</category><category domain="http://www.maximizercrmcentral.com/blogs/will_leung/archive/tags/Address+Book/default.aspx">Address Book</category></item><item><title>Getting rid of unwanted duplicates</title><link>http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/05/08/getting-rid-of-unwanted-duplicates.aspx</link><pubDate>Fri, 08 May 2009 18:46:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1161</guid><dc:creator>wleung</dc:creator><slash:comments>6</slash:comments><description>&lt;p&gt;Checking for duplicates&lt;br /&gt;&lt;br /&gt;By default, Maximizer doesn&amp;#39;t check for duplicate entries when creating new records. That&amp;#39;s a good thing. Sometimes you have 2 companies called &amp;quot;ABC Wine Shop&amp;quot; or 2 people named Joe Smith. So rather than having people name their records strange things like ABC Wine Shop A or Debbie 2, you can just enter the name of the record without thinking about a clever name.&lt;br /&gt;&lt;br /&gt;You can turn on duplicate checking when adding Address Book entries by going to the Address Book tab in the File &amp;gt; Preferences in the Administrator. Here, you can set up rules that Maximizer will use to check whether or not a record is the same as another record. There is more information about this in the User&amp;#39;s Guide.&lt;br /&gt;&lt;br /&gt;What I really wanted to talk about today was the ability to group duplicates together and what you can do with them afterwards.&lt;br /&gt;&lt;br /&gt;So let&amp;#39;s say you have a list of contacts, and you&amp;#39;ve accidentally created two of the same Company. Let&amp;#39;s use ABC Wine Shop for example. You and your partner have been entering notes for ABC Wine Shop, but you in the original ABC Wine Shop entry and your partner in a new one that she created when she couldn&amp;#39;t find the original ABC Wine Shop. So you have 2 entries for the same company.&lt;br /&gt;&lt;br /&gt;So here is what I would do:&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create an Address Book list with the duplicate entries.&lt;br /&gt;&lt;br /&gt;You want to make sure that all of the entries for the specific company are displayed in the Address Book window. If you were to do a general audit of your Address Book and pull up all duplicates, simply do an all companies search and pull up your entire address book.&lt;br /&gt;&lt;br /&gt;Once you have a list, select the Name column and go to Search &amp;gt; Check &amp;#39;Name&amp;#39; for duplicates. This will work for any field in your column view, like phone numbers.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Once you have a duplicate, figure out which one is the &amp;quot;correct one&amp;quot;.&lt;br /&gt;&lt;br /&gt;This could be the one with the most up-to-date data or the one with the correct address. You decide.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Drag the duplicate entry (source) into the correct entry (target).&amp;nbsp; This will bring up the following window:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://cssadmin.maximizer.com/download/blog/20090508/20090508-1.jpg" alt="" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left:30px;"&gt;&lt;br /&gt;There are the 3 options and what they do, from the F1 help.&lt;br /&gt;&lt;br /&gt;Relate the Source Entry to the Target Entry&lt;br /&gt;Select this option to relate the selected entry to the currently active Address Book entry. The related entry will appear in the Related Entries window list of the target entry. (All notes, user-defined fields and documents associated with the related entry are associated with the Address Book entry, once the relationship has been established.)&lt;br /&gt;&lt;br /&gt;Combine the Source Entry and the Target Entry into a Single Entry&lt;br /&gt;Select this option to copy information such as Contacts, notes, documents, and opportunities associated with a selected Address Book entry to another. Note that both the Source and Target entries remain in the Address Book when you use this option.&lt;br /&gt;&lt;br /&gt;Move the Source Entry to the Target Entry&lt;br /&gt;Select this option to copy information such as Contacts, notes, documents, and opportunities associated with an Address Book entry to another. When you select this option you are given a choice to delete the source record.&lt;br /&gt;&lt;br /&gt;What we want to select is the &amp;quot;Move the Source Entry to the Target Entry&amp;quot; option as this will delete the source record.&lt;/p&gt;
&lt;p&gt;This handy tip will let you clean up your Address Book. As you can tell with &lt;a href="http://www.maximizercrmcentral.com/blogs/will_leung/archive/2009/04/17/tips-for-cleaning-up-your-hotlist.aspx"&gt;my blog about completing hotlist tasks&lt;/a&gt;, I&amp;#39;m all about keeping my database nice and tidy. It&amp;#39;s always easier to find things when your Address Book is in order. Now, if I could only figure out how to keep my car nice and tidy...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1161" width="1" height="1"&gt;</description></item><item><title>WES 2009 Update</title><link>http://www.maximizercrmcentral.com/blogs/will_anderson/archive/2009/05/05/wes-2009-update.aspx</link><pubDate>Tue, 05 May 2009 07:29:00 GMT</pubDate><guid isPermaLink="false">bfdd076b-0ffc-4a4c-9592-2b4151fc72c2:1140</guid><dc:creator>wanderson</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;May 4, 2009&lt;/p&gt;
&lt;p&gt;RIM&amp;#39;s &lt;a href="http://www.attendwes.com/"&gt;WES 2009&lt;/a&gt; started today. For those of you that don&amp;#39;t know - this is one of the largest North American conferences focusing on the wireless world of the year - albeit it is focused around RIM - but still has a lot of industry and market information. I attended last year, but was not able to make it this year. Maximizer has sent a contingent of 4 staff made up from our offices in NA and Europe. Check out our twitter updates &lt;a href="http://www.twitter.com/maximizercrm"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img width="241" src="http://www.maximizercrmcentral.com/cfs-filesystemfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/will_5F00_anderson/blackberry_2D00_8220.jpg" alt="BlackBerry 8220" height="560" /&gt;&lt;/p&gt;
&lt;p style="padding-left:90px;"&gt;BlackBerry 8220&lt;/p&gt;
&lt;p&gt;Rumor Summary:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Apex - a CDMA version of the Pearl Flip 8230 with EVDO&lt;/li&gt;
&lt;li&gt;Niagra 9630 - blending the style and size of the Curve and Storm with the keypad from the Bold&lt;/li&gt;
&lt;li&gt;1 Ghz CPUs - this is as good as it seems. For anyone that has used a smartphone and been frustrated by slow responses, this will be welcomed with open arms. The first device manufacturer - RIM or otherwise - that can bring this to market will have a winner on their hands. &lt;/li&gt;
&lt;li&gt;An LTE BlackBerry - this new device is unlikely to be available for trial but just knowing that RIM is working on it is a good thing for the industry&lt;/li&gt;
&lt;li&gt;Version 5 of the BlackBerry OS - this will bring some much anticipated features such as 
&lt;ul&gt;
&lt;li&gt;incoming call display integration (meaning application vendors can extend and their own add-on value when the call comes in)&lt;/li&gt;
&lt;li&gt;improved SD card support&lt;/li&gt;
&lt;li&gt;Push API for BIS - something that currently only works with the BES&lt;/li&gt;
&lt;li&gt;UI updates - when are they not improving the UI - but it will still be appreciated ;) 
&lt;ul&gt;
&lt;li&gt;&amp;sect; New updates this time around include themes, transitions and toolbars&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;o Geocoding APIs - this is used for tagging &amp;quot;where you are&amp;quot; with the internal GPS to allowing application vendors to do their thing with this information. Ideas here are targeted marketing - score 1 for the marketers of the world (is that good or bad?)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I don&amp;#39;t know which of these rumors are going to be proven true - but if nothing else it shows the world (again) that things are moving faster and faster. All we can do is try to stay on top of what we can and try to find ways of using this change to innovate, differentiate and win in a fast changing market.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.maximizercrmcentral.com/aggbug.aspx?PostID=1140" width="1" height="1"&gt;</description><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/BlackBerry/default.aspx">BlackBerry</category><category domain="http://www.maximizercrmcentral.com/blogs/will_anderson/archive/tags/Rumors/default.aspx">Rumors</category></item></channel></rss>