<?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:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI 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: MethodAPISelect_DataSetV2 - Partial Results</title><link>http://forums.method.me/cs/forums/thread/12388.aspx</link><pubDate>Wed, 23 May 2012 15:53:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12388</guid><dc:creator>Method_David</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12388.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12388</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Warren_nickus,&lt;/p&gt;
&lt;p&gt;Do the transactions show up in regular method? The api queries your method account, it does not query quickbooks. If the transactions are not in your method account then the api cannot return them.&lt;/p&gt;
&lt;p&gt;If the transactions do not show up in regular method. Take a look at your synchronization settings under Quickbooks--&amp;gt;Synchronize in method. You may have it set to maintain transactions for a shorter time range than you are querying. Be careful when changing these settings since best practice is to pull only the necessary transactions, as pulling more than necessary can have quite the drag on the performance of QuickBooks (limitation of the QuickBooks SDK).&lt;/p&gt;</description></item><item><title>Re: MethodAPISelect_DataSetV2 - Partial Results</title><link>http://forums.method.me/cs/forums/thread/12383.aspx</link><pubDate>Wed, 23 May 2012 13:39:43 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12383</guid><dc:creator>warren_nickus</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12383.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12383</wfw:commentRss><description>&lt;p&gt;Formatting the query using your suggested format didn&amp;#39;t help. I used,&amp;nbsp;2012/Apr/01 and&amp;nbsp;2012/Apr/23 and still getting partial results. 3 Transactions out of 30 or so.&lt;/p&gt;</description></item><item><title>Re: MethodAPISelect_DataSetV2 - Partial Results</title><link>http://forums.method.me/cs/forums/thread/12381.aspx</link><pubDate>Wed, 23 May 2012 13:08:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12381</guid><dc:creator>Method_David</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12381.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12381</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Warren_nickus&lt;/p&gt;
&lt;p&gt;How are you formatting the dates? Try formatting them as &amp;#39;yyyy/MMM/dd&amp;#39; or &amp;#39;yyyy/MMM/dd hh:mm:ss tt&amp;#39;&lt;/p&gt;
&lt;p&gt;So for example &amp;#39;April 12, 2012&amp;#39; would be formatted as &amp;#39;2012/Apr/12&amp;#39;&lt;/p&gt;
&lt;p&gt;And &amp;#39;April 12, 2012, 10am&amp;#39; would be formatted as &amp;#39;2012/Apr/12 10:00:00 AM&amp;#39;&lt;/p&gt;
&lt;p&gt;The way you are formatting them....&amp;#39;05/01/2012&amp;#39;....what date is that? May 1, 2012 or Jan 5, 2012? It&amp;#39;s ambigous so sql server tries to interpret it in a way that may not be what you mean.&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;</description></item><item><title>MethodAPISelect_DataSetV2 - Partial Results</title><link>http://forums.method.me/cs/forums/thread/12379.aspx</link><pubDate>Wed, 23 May 2012 08:32:24 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12379</guid><dc:creator>warren_nickus</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12379.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12379</wfw:commentRss><description>&lt;p&gt;Using the following method we&amp;#39;re only getting partial results. The table result should only consist roughly 100 entries.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Suggestions?&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Arial, Helvetica;font-size:12px;text-align:left;"&gt;wbsMethodAPI.MethodAPISelect_DataSetV2(Me.CompanyName, Me.Username, Me.Password, &amp;quot;&amp;quot;, dsItem, &amp;quot;SalesOrder&amp;quot;, &amp;quot;TxnDate, RefNumber, TotalAmount&amp;quot;, &amp;quot;TxnDate &amp;gt;= &amp;#39;05/01/2012&amp;#39; AND TxnDate &amp;lt; &amp;#39;05/22/2012&amp;#39;&amp;quot;, &amp;quot;&amp;quot;, &amp;quot;&amp;quot;, &amp;quot;&amp;quot;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>