<?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: Method API GetScreenUrl to QB vendor list?</title><link>http://forums.method.me/cs/forums/thread/12723.aspx</link><pubDate>Tue, 12 Jun 2012 18:29:08 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12723</guid><dc:creator>Jacob</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12723.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12723</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Awesome, worked like a charm. &lt;/p&gt;
&lt;p&gt;Thanks much! &lt;/p&gt;
&lt;p&gt;-Jacob&lt;/p&gt;</description></item><item><title>Re: Method API GetScreenUrl to QB vendor list?</title><link>http://forums.method.me/cs/forums/thread/12721.aspx</link><pubDate>Tue, 12 Jun 2012 17:51:47 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12721</guid><dc:creator>Method_David</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12721.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12721</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Jacob,&lt;/p&gt;
&lt;p&gt;The dropdown at the top right is for the tabgroup (legacy name is rolename). So to do what you are asking you need to use either MethodAPIGetScreenURLV3 or MethodAPIGetScreenURLV4 and set the rolename parameter to be &amp;quot;QuickBooks&amp;quot;&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;</description></item><item><title>Method API GetScreenUrl to QB vendor list?</title><link>http://forums.method.me/cs/forums/thread/12719.aspx</link><pubDate>Tue, 12 Jun 2012 17:11:12 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12719</guid><dc:creator>Jacob</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12719.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=12719</wfw:commentRss><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;I have a default installation with (finally) some data synchronized from QB. I can generate links to Edit Customers, Add new customer, etc with no problems. &lt;/p&gt;
&lt;p&gt;I see on the top right of the screen a drop-down where I can select &amp;quot;QuickBooks&amp;quot; and from there I can browse Vendors. &lt;/p&gt;
&lt;p&gt;However, when I try to generate a link to the &amp;quot;Vendors and Contacts List&amp;quot; page, I get a success message, but the link takes me to the normal default page.&lt;/p&gt;
&lt;p&gt;Any ideas on what I may be doing wrong? &lt;/p&gt;
&lt;p&gt;Here is the code:&lt;/p&gt;
&lt;pre style="font-family:Consolas;background:silver;color:black;font-size:13px;"&gt;            MethodCRMService.&lt;span style="color:#2b91af;"&gt;ServiceSoapClient&lt;/span&gt; client = &lt;span style="color:blue;"&gt;new&lt;/span&gt; MethodCRMService.&lt;span style="color:#2b91af;"&gt;ServiceSoapClient&lt;/span&gt;(binding, endpointAddress);
            &lt;span style="color:blue;"&gt;try&lt;/span&gt;
            {
                client.MethodAPIGetScreenURLV2Completed += (sender, args) =&amp;gt;
                {
                    &lt;span style="color:#2b91af;"&gt;GetUrlResponse&lt;/span&gt; response = &lt;span style="color:#2b91af;"&gt;BaseResponse&lt;/span&gt;.Deserialize&amp;lt;&lt;span style="color:#2b91af;"&gt;GetUrlResponse&lt;/span&gt;&amp;gt;(args.Result);
 
                    onGetCreateContactUrlComplete(response);
                };
 
                client.MethodAPIGetScreenURLV2Async(credentials.Company, credentials.UserName, credentials.Password, &lt;span style="color:blue;"&gt;string&lt;/span&gt;.Empty,
                    &lt;span style="color:#a31515;"&gt;&amp;quot;Vendors and Contacts List&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515;"&gt;&amp;quot;Vendors&amp;quot;&lt;/span&gt;, &lt;span style="color:blue;"&gt;string&lt;/span&gt;.Empty);
            }
            &lt;span style="color:blue;"&gt;catch&lt;/span&gt; (&lt;span style="color:#2b91af;"&gt;Exception&lt;/span&gt; ex)
            {
                client.CloseAsync();
                LogException(ex);
                onGetCreateContactUrlComplete(&lt;span style="color:#2b91af;"&gt;BaseResponse&lt;/span&gt;.GetExceptionResponse&amp;lt;&lt;span style="color:#2b91af;"&gt;GetUrlResponse&lt;/span&gt;&amp;gt;(ex));
            }
&lt;/pre&gt;
&lt;p&gt;Thanks for any help,&lt;/p&gt;
&lt;p&gt;Jacob&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>