<?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: Balance for Client and Sub-clients synced with QuickBooks</title><link>http://forums.method.me/cs/forums/thread/27753.aspx</link><pubDate>Mon, 22 Jun 2015 19:30:29 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27753</guid><dc:creator>Jason Kim</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27753.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27753</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Both of these solutions were EXACTLY what I was looking for! Thank you for your prompt and detailed responses.&lt;span id="mce_6_start" style="overflow:hidden;"&gt;&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Regarding the SQL Override for the Total Balance, I will continue to monitor this column to see if any bugs occur a&lt;span id="mce_10_start" style="overflow:hidden;"&gt;&lt;/span&gt;nd&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt; &lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt;wil&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;/span&gt;l modify it accordingly. But as of now, it is working as nee&lt;span id="mce_9_start" style="overflow:hidden;"&gt;&lt;/span&gt;ded!&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Balance for Client and Sub-clients synced with QuickBooks</title><link>http://forums.method.me/cs/forums/thread/27751.aspx</link><pubDate>Mon, 22 Jun 2015 14:51:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27751</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27751.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27751</wfw:commentRss><description>&lt;p class="p1"&gt;Hi Jason,&lt;/p&gt;
&lt;p class="p1"&gt;In Method for QBD, the &lt;i&gt;TotalBalance&lt;/i&gt; field can be used to display the balance of the customer plus the balance of all sub-customers. This field is already linked to your &lt;i&gt;Contacts&lt;/i&gt; table so all you need to do is add it to the grid on your &lt;i&gt;Customers and Contacts List&lt;/i&gt; screen.&lt;/p&gt;
&lt;p class="p1"&gt;QBO doesn&amp;rsquo;t use the &lt;i&gt;TotalBalance&lt;/i&gt; field, so you&amp;rsquo;ll have to calculate this on your own. I&amp;rsquo;ve had success using the following SQL override script, but I&amp;rsquo;ve done very minimal testing so your mileage may vary.&lt;/p&gt;
&lt;p class="p1"&gt;&lt;i&gt;CAST((SELECT SUM(viewaccCustomer.Balance) FROM viewaccCustomer WHERE viewaccCustomer.FullName LIKE (viewContacts.FullName + &amp;#39;%&amp;#39;)) AS decimal(12,2))&lt;/i&gt;&lt;/p&gt;
&lt;p class="p1"&gt;Alternatively, you could create a button with an action set that would calculate this value for you and store it in a custom field. The value wouldn&amp;rsquo;t be dynamic, as you would need to run the action set to calculate it, but you would be able to include very specific filtering for making sure that you calculate the correct value. The action set may take a long time to run depending on the number of customers you have.&lt;/p&gt;
&lt;p class="p1"&gt;As for displaying the transactions for all sub-customers in the grid, you&amp;rsquo;ll need to re-build the transactions grid as a &lt;i&gt;detached&lt;/i&gt; grid. This will allow you to include transactions that are not directly related to the current customer. You can mirror the logic on the original grid with the addition of a filter for only including transactions related to the current customer and all sub-customers. The following should work for this.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/40n8rIq.png" width="355" height="136" alt="" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;I hope this helps.&lt;/p&gt;
&lt;p class="p1"&gt;Audisho&lt;/p&gt;</description></item><item><title>Balance for Client and Sub-clients synced with QuickBooks</title><link>http://forums.method.me/cs/forums/thread/27749.aspx</link><pubDate>Fri, 19 Jun 2015 23:14:29 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:27749</guid><dc:creator>Jason Kim</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/27749.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=27749</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;This is regarding the Customer / Contact list.&lt;/p&gt;
&lt;p&gt;On QuickBooks, I have a list of clients, and multiple sub-clients under each client. On Method, by default, it shows as follows:&lt;br /&gt;&amp;nbsp;&lt;img src="https://photos-4.dropbox.com/t/2/AACkkkq41hAb73SiUbai892jVEaghA-TiZgsWVf0kMQJ3A/12/98603087/jpeg/32x32/1/_/1/2/test.JPG/CM-ggi8gASACIAMgBCAFIAYgBygBKAI/ROrtWDZjVVSU8eO5YH1eUlyQWEd3F3A4Mhv9vLKsxBQ?size=1280x960&amp;amp;size_mode=2" width="871" height="54" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;In this photo, &amp;quot;Matthew&amp;quot; is the client on QuickBooks and &lt;span id="mce_24_start" style="overflow:hidden;"&gt;the sub-clients of Matthew are &amp;quot;#2585-1&amp;quot; and &amp;quot;#2585-2&amp;quot;. Each sub-client will have a balance of it&amp;#39;s own, but the client won&amp;#39;t have any balance directly inputted into it. Is there a way to have the&amp;nbsp;&lt;strong&gt;Client&lt;/strong&gt; show the total balance of all it&amp;#39;s respective&amp;nbsp;&lt;strong&gt;sub-clients&lt;/strong&gt;? For example, in the photo show&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;n, the main client &amp;quot;Matthew&amp;quot; will have a balance&amp;nbsp;&lt;span id="mce_27_start" style="overflow:hidden;"&gt;&lt;span id="mce_28_start" style="overflow:hidden;"&gt;of 65.00. This question also relates to showing all transactions of all sub-clie&lt;span id="mce_32_start" style="overflow:hidden;"&gt;&lt;/span&gt;nts wh&lt;span id="mce_33_start" style="overflow:hidden;"&gt;&lt;/span&gt;en I cl&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;ick on the m&lt;span id="mce_31_start" style="overflow:hidden;"&gt;&lt;/span&gt;ain client on method and go to the &amp;quot;Transactions&amp;quot; table.&lt;span id="mce_29_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>