<?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: Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7315.aspx</link><pubDate>Wed, 03 Aug 2011 18:45:41 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7315</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7315.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7315</wfw:commentRss><description>&lt;p&gt;Birch,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s probably is a better idea to put these action in the same location where you generate the report that displays this info and not on the OnScreenLoad for the screen. Are you updating based on RecordID from Row? If not that could be the issue. Also another suggestion is to loop through grid instead of through the table should make the process faster.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7310.aspx</link><pubDate>Wed, 03 Aug 2011 14:56:29 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7310</guid><dc:creator>Birch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7310.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7310</wfw:commentRss><description>&lt;p&gt;I added a linked field &amp;#39;ItemType&amp;#39; to the &amp;#39;InvoiceLine&amp;#39; table. Then, I tried to add the following&amp;nbsp;&amp;#39;on screen load&amp;#39;&amp;nbsp;actions to the advanced screen properties and I received an error message that &amp;#39;&lt;span style="font-family:Verdana;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;"&gt;An error has occured in the Update Field In Table action. Please verify all data being entered is correct.&amp;#39;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;1. Start loop through table &amp;#39;InvoiceLIne&amp;#39; where &amp;#39;ItemType&amp;#39; is equal to type in &amp;#39;Subtotal&amp;#39;&lt;/p&gt;
&lt;p&gt;2. Update field &amp;#39;ImportSKU&amp;#39; in table &amp;#39;InvoiceLine&amp;#39; with &amp;#39;value from row&amp;#39; &amp;#39;Item&amp;#39; where the field &amp;#39;item&amp;#39; equals type in &amp;#39;subtotal&amp;#39;&lt;/p&gt;
&lt;p&gt;3. End loop through table&lt;/p&gt;
&lt;p&gt;4. Refresh grid&lt;/p&gt;
&lt;p&gt;Do you know what could be causing this error?&lt;/p&gt;
&lt;p&gt;Thanks, Birch&lt;/p&gt;</description></item><item><title>Re: Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7306.aspx</link><pubDate>Wed, 03 Aug 2011 13:49:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7306</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7306.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7306</wfw:commentRss><description>&lt;p&gt;Birch,&lt;/p&gt;
&lt;p&gt;You can apply the same SQL override concept to only be applied to items of type subtotal. You could also loop through your items and have a condition that checks to see if the item type is subtotal and if it is update that row to have subtotal in the ImportSku field. You may need to link ItemType from the item table into the InvoiceLine table for this to work.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7303.aspx</link><pubDate>Wed, 03 Aug 2011 13:38:35 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7303</guid><dc:creator>Birch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7303.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7303</wfw:commentRss><description>&lt;p&gt;Hi Michael -&lt;/p&gt;
&lt;p&gt;Sorry for the delayed response. After watching the webinar, I have been trying to think through the potential problems of using the SQL override that you suggested above. In the event that the field &amp;#39;ImportSKU&amp;#39; is blank for an item that is not the subtotal line (ie. if someone accidentally leaves the importSKU field blank on an invoice in QB for &amp;#39;item A&amp;#39;), I do not want to take the chance of having &amp;#39;Subtotal&amp;#39; automatically generated to all blank fields. Is there a way for me to loop through my grid and use a set of actions that would enter the word &amp;#39;Subtotal&amp;#39; into the &amp;#39;ImportSKU&amp;#39; field IF the &amp;#39;Item&amp;#39; field from that row = &amp;#39;Subtotal&amp;#39;. (Possibly a character function?)&lt;/p&gt;
&lt;p&gt;Let me know if that makes sense. Thanks for all of your help!&lt;/p&gt;
&lt;p&gt;Birch&lt;/p&gt;</description></item><item><title>Re: Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7200.aspx</link><pubDate>Thu, 28 Jul 2011 19:32:42 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7200</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7200.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7200</wfw:commentRss><description>&lt;p&gt;Birch,&lt;/p&gt;
&lt;p&gt;You can try an SQL Override. Something along the lines of:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span&gt;&lt;i&gt;CASE WHEN [ImportSKU]=&amp;#39; &amp;#39; Or&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;i&gt;[ImportSKU] IS NULL&amp;nbsp;&lt;/i&gt;&lt;i&gt;THEN &amp;#39;Subtotal&amp;#39; ELSE [ ImportSku] END&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;**Note the above code may not won&amp;#39;t but its would be the format used, fields names are in [ ], regualr text is in &amp;#39; &amp;#39;&lt;/p&gt;
&lt;p&gt;This may work in your situation, I would recommend watching the webinars on SQL overrides &lt;a target="_blank" title="SQL" href="http://www.methodintegration.com/resources/webinars/CommunityWebinar32SQLandRetrieveValueFromScreenScripts.wmv"&gt;HERE&lt;/a&gt; for more info.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9.0pt;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7186.aspx</link><pubDate>Thu, 28 Jul 2011 15:45:41 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7186</guid><dc:creator>Birch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7186.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7186</wfw:commentRss><description>&lt;p&gt;Hi Michael -&lt;/p&gt;
&lt;p&gt;No, I did not have to link it. The custom field was already listed as a field in the &amp;#39;InvoiceLine&amp;#39; table (I do not have the option to delete it either). So, the data is automatically populated next to the quantity and amount for each item on the invoices.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Birch&lt;/p&gt;</description></item><item><title>Re: Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7184.aspx</link><pubDate>Thu, 28 Jul 2011 14:43:35 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7184</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7184.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7184</wfw:commentRss><description>&lt;p&gt;Hi Birch,&lt;/p&gt;
&lt;p&gt;Is the Import SKU field a linked field in the InvoiceLine table? If not how is that data populated? Are you exporting the grid using the Export Grid to Excel action?&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Subtotal Item and Custom Fields in QB</title><link>http://forums.method.me/cs/forums/thread/7180.aspx</link><pubDate>Thu, 28 Jul 2011 14:13:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:7180</guid><dc:creator>Birch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/7180.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=7180</wfw:commentRss><description>&lt;p&gt;Hi All -&lt;/p&gt;
&lt;p&gt;I have a custom field in Quickbooks called &amp;#39;Import SKU&amp;#39; that I use for all items in the item list. I use this field to communicate unique SKU information to our warehouse. I have created a grid in Method that I use to export the daily invoice detail from the &amp;#39;Invoice Line&amp;#39; table. My grid includes this &amp;#39;Import SKU&amp;#39; field and pulls the correct SKU detail for every line item with the exception of the &amp;#39;Subtotal&amp;#39; line. You cannot create a custom field in the Quickbooks item list for &amp;#39;Subtotal&amp;#39;, so this field is blank on my grid for all subtotal line items. I need for this blank field to read &amp;#39;Subtotal&amp;#39; when I filter my grid to view the daily invoices. How would I go about doing this? I think that I need to create a button that pulls from the &amp;#39;Item&amp;#39; column, where it actually says &amp;#39;Subtotal&amp;#39;, and insert into the &amp;#39;Import SKU&amp;#39; field. Would I perform an action set to loop through my grid?&lt;/p&gt;
&lt;p&gt;Thanks in advance for your help.&lt;/p&gt;
&lt;p&gt;Birch&lt;/p&gt;</description></item></channel></rss>