<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/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/"><channel><title>Search results by user ID 5600</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=5600</link><description>Search results by user ID 5600</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Can't add &amp;quot;Notes&amp;quot; to LeadList</title><link>http://forums.method.me/cs/forums/p/3357/12895.aspx#12895</link><pubDate>Wed, 27 Jun 2012 20:39:43 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12895</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;:D&amp;nbsp; Worked like a charm.&amp;nbsp; That&amp;#39;s what I call easy!&lt;/p&gt;</description></item><item><title>Re: Can't add &amp;quot;Notes&amp;quot; to LeadList</title><link>http://forums.method.me/cs/forums/p/3357/12883.aspx#12883</link><pubDate>Tue, 26 Jun 2012 20:23:42 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12883</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;And this may seem like a stretch, but I even tried SQL script of &lt;b&gt;ISNULL(viewCustomer.Notes,&amp;#39;&amp;#39;) &lt;/b&gt;and this didn&amp;#39;t work, either.&lt;/p&gt;</description></item><item><title>Re: Can't add &amp;quot;Notes&amp;quot; to LeadList</title><link>http://forums.method.me/cs/forums/p/3357/12882.aspx#12882</link><pubDate>Tue, 26 Jun 2012 20:21:45 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12882</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;I&amp;#39;ve successfully added another column for my Addresses.&amp;nbsp; I needed the SQL override for this column since it conatined multiple items (Address, City, State, and Zip), and it&amp;#39;s working just fine.&amp;nbsp; Here&amp;#39;s the script I used to that:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;SQL script:&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;ISNULL(viewContacts.BillAddressAddr3,&amp;#39;&amp;#39;) + &amp;#39;&amp;lt;br /&amp;gt;&amp;#39; + ISNULL(viewContacts.BillAddressCity,&amp;#39;&amp;#39;) + &amp;#39;, &amp;#39; + ISNULL(viewContacts.BillAddressState,&amp;#39;&amp;#39;) + &amp;#39; &amp;#39; + ISNULL(viewContacts.BillAddressPostalCode,&amp;#39;&amp;#39;)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Filter Field(s):&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;BillAddressAddr3, BillAddressCity, BillAddressState, BillAddressPostalCode&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I did this becuase it&amp;#39;s what I found for the first two columns of multiple data.&lt;/p&gt;
&lt;p&gt;I tried adding &amp;quot;Note&amp;quot;, which is a dropdown field option, but it&amp;#39;s not the same as &amp;quot;Notes&amp;quot;, what I see and use in my Edit Lead screen.&amp;nbsp; It shows nothing, whereas when I added &amp;quot;Notes&amp;quot; to my Edit Lead screen, it did just what I wanted it to (show the same notes as it does when you select More Actions).&amp;nbsp; Since it didn&amp;#39;t work without SQL, I tried using SQL.&amp;nbsp; Didn&amp;#39;t work, either.&amp;nbsp; I&amp;#39;m assuming that the &amp;quot;Notes&amp;quot; field I&amp;#39;m looking for does not exist in the &lt;i&gt;Contacts&lt;/i&gt; table, but instead in the &lt;i&gt;Customer &lt;/i&gt;table?&amp;nbsp; If that&amp;#39;s the case, how would I get this field to show up on my custom Lead List?&lt;/p&gt;</description></item><item><title>Can't add &amp;quot;Notes&amp;quot; to LeadList</title><link>http://forums.method.me/cs/forums/p/3357/12872.aspx#12872</link><pubDate>Tue, 26 Jun 2012 13:32:28 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12872</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to add a column to my lead list.&amp;nbsp; So far, I&amp;#39;ve been able to redo my new lead, edit lead, and lead list screens.&amp;nbsp; I&amp;#39;ve added a column to my lead list that shows me the address, city, state, and zip (with little trouble), but now I want to be able to see the notes on my lead list.&amp;nbsp; I&amp;#39;ve successfully added the notes to my edit lead screen so I can see them easily without having to click another button, but I&amp;#39;d like to see the same thing on the main lead list screen.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To try and accomplish this, I added the note column, but it wasn&amp;#39;t working (most likely because it&amp;#39;s &amp;quot;Notes&amp;quot; not &amp;quot;Note&amp;quot; in the table.&amp;nbsp; However, when I try the SQL override like I had to do for my address column, it says &amp;quot;The field Notes does not exist in table Contacts&amp;quot;.&lt;/p&gt;
&lt;p&gt;The SQL override script I was using is:&amp;nbsp; ISNULL(viewContacts.Notes,&amp;#39;&amp;#39;)&lt;/p&gt;
&lt;p&gt;Filter Fields:&amp;nbsp; Notes&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve used &amp;quot;Notes&amp;quot; because every time I export a list, and on my custom edit screen, that&amp;#39;s what it says, not &amp;quot;Note&amp;quot;&amp;nbsp; If I&amp;#39;ve left anything out, please let me know!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;d love to have this extra column!&amp;nbsp; Any and all help would be greatly appreciated!&lt;/p&gt;</description></item><item><title>Re: Having trouble with deleting contacts and activities</title><link>http://forums.method.me/cs/forums/p/3215/12419.aspx#12419</link><pubDate>Thu, 24 May 2012 16:40:07 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12419</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;You had me really confused, but once I got into it, it was pretty simple to create the custom screen. &amp;nbsp;Worked perfectly. &amp;nbsp;I was able to export, clean up my activity list, then create the custom screen to delete everything, then import it all again. &amp;nbsp;:) &amp;nbsp;Thank you. &amp;nbsp;My activities are clean, and all of them are finally showing up in the activity list screen, and best of all, it took me only 30 minutes to figure it and and implement. &amp;nbsp;Thank you for your help!&lt;/p&gt;</description></item><item><title>Re: Having trouble with deleting contacts and activities</title><link>http://forums.method.me/cs/forums/p/3215/12411.aspx#12411</link><pubDate>Thu, 24 May 2012 15:07:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12411</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;[quote user=&amp;quot;SMFletcher91&amp;quot;]&lt;span style="font-family:Arial, Helvetica;font-size:12px;text-align:left;"&gt;Big mistake because now I&amp;#39;ve got doubles on just about everything EXCEPT the &amp;quot;ghost&amp;quot; activities.&lt;/span&gt;[/quote]&lt;/p&gt;
&lt;p&gt;I know why this happened; I deleted the ghost activities before importing the list again in hopes that it would rewrite the table.&lt;/p&gt;</description></item><item><title>Re: Having trouble with deleting contacts and activities</title><link>http://forums.method.me/cs/forums/p/3215/12409.aspx#12409</link><pubDate>Thu, 24 May 2012 15:04:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12409</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;
&lt;p style="font-family:Arial, Helvetica;font-size:12px;text-align:left;"&gt;I don&amp;#39;t have the time to watch hours of videos, my work place won&amp;#39;t allow that much time to train, so I took the alternative approach and exported the list, then imported it again. &amp;nbsp;Big mistake because now I&amp;#39;ve got doubles on just about everything EXCEPT the &amp;quot;ghost&amp;quot; activities.&lt;/p&gt;
&lt;p style="font-family:Arial, Helvetica;font-size:12px;text-align:left;"&gt;Is there any way to completely clean the activity table then import the cleaned up list? &amp;nbsp;I can&amp;#39;t find anywhere to completely swipe the table clean. &amp;nbsp;And I only want to clean the Activity table, nothing else. &amp;nbsp;Is this possible, or am I juust asking too much?&lt;/p&gt;
&lt;p style="font-family:Arial, Helvetica;font-size:12px;text-align:left;"&gt;I also notice when I look at my activities list, not all of my activities are on there. &amp;nbsp;Why is that? &amp;nbsp;Even activities that I want to keep don&amp;#39;t show up; it&amp;#39;s like they don&amp;#39;t exist but I know they do.&lt;/p&gt;
&lt;/p&gt;</description></item><item><title>Re: Auto follow-ups creating two activities</title><link>http://forums.method.me/cs/forums/p/3226/12326.aspx#12326</link><pubDate>Fri, 18 May 2012 17:49:32 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12326</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;I am seeing both of my &amp;quot;phone call outgoing&amp;quot; activities, and I know that&amp;#39;s how that&amp;#39;s supposed to be, and that&amp;#39;s how I want it. &amp;nbsp;I have also created a new activity &amp;quot;Requested Catalog&amp;quot;. &amp;nbsp;I don&amp;#39;t add any additional information to this activity, it&amp;#39;s just for me to see once I open their account. &amp;nbsp;Somehow, I&amp;#39;ve had my leads duplicate this &amp;quot;requested catalog&amp;quot; activity (There should only be one per lead as of right now), and I&amp;#39;m not quite sure how this happened.&lt;/p&gt;
&lt;p&gt;The only thing I can think of is when I made the new activity, I linked the type to &amp;quot;phone&amp;quot;, so I went through and changed that to &amp;quot;other&amp;quot;, and I&amp;#39;m going back through my contacts and deleting the extra activity. &amp;nbsp;Maybe I did an import that I wasn&amp;#39;t supposed to; I&amp;#39;ve been doing a lot of exporting, but I don&amp;#39;t remember &lt;i&gt;importing&lt;/i&gt;&amp;nbsp;except for my initial imports.&lt;/p&gt;</description></item><item><title>Auto follow-ups creating two activities</title><link>http://forums.method.me/cs/forums/p/3226/12320.aspx#12320</link><pubDate>Fri, 18 May 2012 14:02:38 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12320</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;I am, for this forum&amp;#39;s sake, a telemarketer for my company. &amp;nbsp;I log all calls I make to our clients, and on some, I schedule follow-up calls. &amp;nbsp;Now when I schedule these follow-ups, I simply click the &amp;quot;Schedule a follow-up&amp;quot; button and set it for a future date. &amp;nbsp;Now, when I go back to my calander, I see my scheduled follow-up, but when I go to the lead information page, I suddenly see two scheduled activities. &amp;nbsp;Why? &amp;nbsp;They have diffferent activity types. &amp;nbsp;One is the phone call outgoing I&amp;#39;ve scheduled, and then one is &amp;quot;requested catalog&amp;quot;, an activity I use quite often in my activity log, but never have I set that up to auto create anything.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s a lot of information, but it&amp;#39;s really throwing my for a loop. &amp;nbsp;Any suggestions? &amp;nbsp;Thank you in advance for your time and help!&lt;/p&gt;</description></item><item><title>Re: Having trouble with deleting contacts and activities</title><link>http://forums.method.me/cs/forums/p/3215/12318.aspx#12318</link><pubDate>Fri, 18 May 2012 12:46:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12318</guid><dc:creator>SMFletcher91</dc:creator><description>&lt;p&gt;Thank you for your time and advice; this will help tremendously with sorting out our leads and customers!&lt;/p&gt;</description></item></channel></rss>