<?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>Search results by user ID 5698</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=5698</link><description>Search results by user ID 5698</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: API call to Document Tables</title><link>http://forums.method.me/cs/forums/p/4032/15527.aspx#15527</link><pubDate>Mon, 14 Jan 2013 18:00:22 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:15527</guid><dc:creator>Dominic Riccetti</dc:creator><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;That&amp;#39;s it!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;</description></item><item><title>Fields removed when there is no data from Select</title><link>http://forums.method.me/cs/forums/p/3636/13910.aspx#13910</link><pubDate>Sun, 30 Sep 2012 16:38:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:13910</guid><dc:creator>Dominic Riccetti</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It looks like the select API is removing fields which have no data in them, is this really what&amp;#39;s happening?&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;When I use the below function for a field set and one field has no data, it doesn&amp;#39;t seem to return in the data set.&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Simple SQL call</title><link>http://forums.method.me/cs/forums/p/3619/13850.aspx#13850</link><pubDate>Sat, 22 Sep 2012 16:27:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:13850</guid><dc:creator>Dominic Riccetti</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am trying to do this very simple SQL call through through the API:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;SELECT table1.col1, table1.col2, table2.col1 FROM table1 INNER JOIN table2 ON table1.col5 = table2.col5&lt;span style="overflow:hidden;" id="mce_0_start"&gt; WHERE table1.col4=&amp;#39;something&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am finding this rather difficult, so I tried to create a custom table in Method which links these two tables for me, also didn&amp;#39;t work as expected.&amp;nbsp; How can I accomplish this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Dominic&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Re: Active custom action with MethodAPI</title><link>http://forums.method.me/cs/forums/p/3551/13586.aspx#13586</link><pubDate>Thu, 30 Aug 2012 12:51:54 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:13586</guid><dc:creator>Dominic Riccetti</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Wonderful, thank you for the comments!&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Active custom action with MethodAPI</title><link>http://forums.method.me/cs/forums/p/3551/13582.aspx#13582</link><pubDate>Wed, 29 Aug 2012 18:23:23 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:13582</guid><dc:creator>Dominic Riccetti</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thank you for the reply, I assume then I can do every action from the MethodAPIActionSendMail that we can in the UI to mock the users action?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Dominic&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Active custom action with MethodAPI</title><link>http://forums.method.me/cs/forums/p/3551/13576.aspx#13576</link><pubDate>Wed, 29 Aug 2012 16:31:59 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:13576</guid><dc:creator>Dominic Riccetti</dc:creator><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Hello, I have a customer whom has a very extensive email action.&amp;nbsp; I have no doubt we can recreate this, but my question is can&amp;rsquo;t we just call the custom action from the MethodAPI?&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Dominic&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>