<?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: Looping through table not yielding any results</title><link>http://forums.method.me/cs/forums/thread/8646.aspx</link><pubDate>Thu, 13 Oct 2011 14:28:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8646</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8646.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8646</wfw:commentRss><description>&lt;p&gt;Hi mlepitt-&lt;/p&gt;
&lt;p&gt;Are you taking a look at the&amp;nbsp;&lt;i&gt;CRM_Home Dashboard &lt;/i&gt;screen? The Refresh Counts button should have actions to generate these values. It also makes use of current date but there is no looping in that button.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Looping through table not yielding any results</title><link>http://forums.method.me/cs/forums/thread/8639.aspx</link><pubDate>Wed, 12 Oct 2011 21:24:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8639</guid><dc:creator>mlepitt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8639.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8639</wfw:commentRss><description>&lt;p&gt;Michael - &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have done everything I can think of and I have not been successful looping through records.&amp;nbsp; Another scenario I have tried is to make a dashboard view that tells me the sale for today.&amp;nbsp; I noticed later that you have that button/link on the default home page to do exactly that, but it has no actions atrributed to it so I can&amp;#39;t even look at that to compare to.&amp;nbsp; Can you restore that sction that is supposed to be on the page to I can try and figure out what is going wrong?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, I am having a tough time specifying &amp;quot;today&amp;quot; compared to a transaction date due to the various forms of formatting.&amp;nbsp; Is there is best method for this when attempting to use a loop through table function?&amp;nbsp; I hacked my way around it with a grid using hidden start and end fields with the time specified, but it seems sloppy.&lt;/p&gt;</description></item><item><title>Re: Looping through table not yielding any results</title><link>http://forums.method.me/cs/forums/thread/8494.aspx</link><pubDate>Wed, 05 Oct 2011 16:53:53 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8494</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8494.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8494</wfw:commentRss><description>&lt;p&gt;mlepitt-&lt;/p&gt;
&lt;p&gt;I tested it and it seems to be working fine.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Edit the QuickBooks_Invoice screen and take a look at the action in the &lt;i&gt;Print Selected&lt;/i&gt; Event for the&amp;nbsp;&lt;b&gt;Print...&lt;/b&gt; button in the &lt;i&gt;Existing Invoices&lt;/i&gt; section. It uses what I suggested to make a list of RecordID to generate a report. You can use that same concept and generate a list of other values.&lt;/p&gt;
&lt;p&gt;*Note Its looping through a grid instead of a table but the concept is the same.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Looping through table not yielding any results</title><link>http://forums.method.me/cs/forums/thread/8490.aspx</link><pubDate>Wed, 05 Oct 2011 14:15:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8490</guid><dc:creator>mlepitt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8490.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8490</wfw:commentRss><description>&lt;p&gt;First I have confirmed the shared result is valid as I am using the same value to pull other data from the main Purchase Order record (after assigning it an action result).&amp;nbsp; Second, I am unable to do as you suggested as the action I made with the start of the loop is not available in the drop down for the Character function.&amp;nbsp; I think that is the issue, the action is not being made from the start of the loop, so nothing can be used to grab information from the table.&lt;/p&gt;</description></item><item><title>Re: Looping through table not yielding any results</title><link>http://forums.method.me/cs/forums/thread/8483.aspx</link><pubDate>Tue, 04 Oct 2011 21:40:50 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8483</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8483.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8483</wfw:commentRss><description>&lt;p&gt;mlepitt-&lt;/p&gt;
&lt;p&gt;The Show Message action doesn&amp;#39;t quite work when used in a loop, in a situation like this if you want to see what a loop is actually looping through I would create an action result before the start of the loop and as the loop loops append the new value to the intial action result( ActionResult = NewValue +(Join) ActionResult) and use a show message after the loop to show the ActionResult.&lt;/p&gt;
&lt;p&gt;I would also make sure that the SharedResult has a valid value.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Looping through table not yielding any results</title><link>http://forums.method.me/cs/forums/thread/8481.aspx</link><pubDate>Tue, 04 Oct 2011 20:56:56 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:8481</guid><dc:creator>mlepitt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/8481.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=8481</wfw:commentRss><description>&lt;p&gt;I am attempting to loop through the PurchaseOrderLine table and find all lines that belong to a certain Purchase Order.&amp;nbsp; My intention is in a loop to grab the ID then lookup the item and QTY, then load the results into a Sales OrderLine table.&amp;nbsp; I have confirmed with a Retrieve Value from Table that there is a result, as I have it return to me the ID in a message.&amp;nbsp; When I throw the same message into the loop after the start of the loop, nothing happens.&amp;nbsp; It appears to not yield any results, or not actually succeed in setting the action result for the line(s) found while running the loop.&amp;nbsp; This is what the action list looks like as it pertains to this issue.:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Get Purchase Order ID from Shared result (confirmed successful)&lt;/p&gt;
&lt;p&gt;Start Loop through PurchaseOrderLine table based on PurchaseOrderRecordID = one grabbed from Shared Result, assign action result&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Send message to user that ID X has been grabbed for current result in loop (fails, no message appears)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Retrieve Item &amp;amp; Quantity from PurchaseOrderLine table using action result&amp;nbsp; in start loop.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Insert Record into SalesOrderLine Table using the above values and previously stored RecordID&lt;/p&gt;
&lt;p&gt;End Loop through Table&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;___&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What I THINK is happening is that I am not getting any results from the start of the loop.&amp;nbsp; In fact, the action result it creates that should be the ID isn&amp;#39;t available in the drop down list for the message, I had to manually plug it in.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Your assistance will be greatly appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>