<?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>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Can't add "Notes" to LeadList</title><link>http://forums.method.me/cs/forums/thread/12895.aspx</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><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12895.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12895</wfw:commentRss><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 "Notes" to LeadList</title><link>http://forums.method.me/cs/forums/thread/12893.aspx</link><pubDate>Wed, 27 Jun 2012 18:36:53 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12893</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12893.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12893</wfw:commentRss><description>&lt;p&gt;I think what you need to do here is to add a linked field from the Customer table to get this field into the Contacts table. &amp;nbsp;Try that and see if it fixes the problem.&lt;/p&gt;
&lt;p&gt;~C&lt;/p&gt;</description></item><item><title>Re: Can't add "Notes" to LeadList</title><link>http://forums.method.me/cs/forums/thread/12883.aspx</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><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12883.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12883</wfw:commentRss><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 "Notes" to LeadList</title><link>http://forums.method.me/cs/forums/thread/12882.aspx</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><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12882.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12882</wfw:commentRss><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>Re: Can't add "Notes" to LeadList</title><link>http://forums.method.me/cs/forums/thread/12879.aspx</link><pubDate>Tue, 26 Jun 2012 19:46:16 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12879</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12879.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12879</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;SMFletcher91:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;I&amp;#39;m trying to add a column to my lead list.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;On step 2 of 9 while editing a grid you should be able to add additional columns to your grid here. &amp;nbsp;Is there a reason why you&amp;#39;re using SQL overrides to show columns that exist in the table the screen is based on? &amp;nbsp;You should be able to select your &lt;i&gt;notes&lt;/i&gt; column from the field drop down provided this field exists in the table for &lt;i&gt;Contacts&lt;/i&gt;.&lt;/p&gt;
&lt;p&gt;~C&lt;/p&gt;</description></item><item><title>Can't add "Notes" to LeadList</title><link>http://forums.method.me/cs/forums/thread/12872.aspx</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><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12872.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12872</wfw:commentRss><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></channel></rss>