<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Accessing Saleslogix Groups Programmatically (part 1)</title>
	<atom:link href="http://blog.nicocrm.com/2008/03/19/accessing-saleslogix-groups-programmatically-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nicocrm.com/2008/03/19/accessing-saleslogix-groups-programmatically-part-1/</link>
	<description>Programming, technology, and CRM - from a Belgian programmer exiled to Missouri</description>
	<lastBuildDate>Tue, 25 May 2010 15:44:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nicolas Galler</title>
		<link>http://blog.nicocrm.com/2008/03/19/accessing-saleslogix-groups-programmatically-part-1/comment-page-1/#comment-531</link>
		<dc:creator>Nicolas Galler</dc:creator>
		<pubDate>Sat, 06 Feb 2010 17:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2008/03/19/accessing-saleslogix-groups-programmatically-part-1/#comment-531</guid>
		<description>7.5.2 Update: the connection leak in GetGroupDataReader has been fixed, which made GetGroupIDs a very useful method.  Sage also made available some good documentation for the GroupInfo API, so I recommend you consult that instead of this post!</description>
		<content:encoded><![CDATA[<p>7.5.2 Update: the connection leak in GetGroupDataReader has been fixed, which made GetGroupIDs a very useful method.  Sage also made available some good documentation for the GroupInfo API, so I recommend you consult that instead of this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Galler</title>
		<link>http://blog.nicocrm.com/2008/03/19/accessing-saleslogix-groups-programmatically-part-1/comment-page-1/#comment-180</link>
		<dc:creator>Nicolas Galler</dc:creator>
		<pubDate>Fri, 08 May 2009 04:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2008/03/19/accessing-saleslogix-groups-programmatically-part-1/#comment-180</guid>
		<description>7.5.1 Update: the wrapper still works though the &quot;getGroupSQLPart&quot; function needs to be updated as follows:
&lt;code&gt;
        public static String GetGroupSQLPart(GroupInfo groupInfo, GroupSqlPart part)
        {
            MethodInfo getGroupSQL = typeof(GroupInfo).GetMethod(&quot;getGroupSQL&quot;, BindingFlags.Instance &#124; BindingFlags.NonPublic, null, 
                new Type [] { typeof(String), typeof(String), typeof(bool), typeof(int), typeof(int), typeof(String) },
                null);
            return (String)getGroupSQL.Invoke(groupInfo, new object[] { part.ToString(), groupInfo.GroupXML, false, 1, 1, null });
        }
&lt;/code&gt;

I only took a quick glance but the code in GroupInfo does not appear to have been updated to address the problems mentionned in this article.</description>
		<content:encoded><![CDATA[<p>7.5.1 Update: the wrapper still works though the &#8220;getGroupSQLPart&#8221; function needs to be updated as follows:<br />
<code><br />
        public static String GetGroupSQLPart(GroupInfo groupInfo, GroupSqlPart part)<br />
        {<br />
            MethodInfo getGroupSQL = typeof(GroupInfo).GetMethod("getGroupSQL", BindingFlags.Instance | BindingFlags.NonPublic, null,<br />
                new Type [] { typeof(String), typeof(String), typeof(bool), typeof(int), typeof(int), typeof(String) },<br />
                null);<br />
            return (String)getGroupSQL.Invoke(groupInfo, new object[] { part.ToString(), groupInfo.GroupXML, false, 1, 1, null });<br />
        }<br />
</code></p>
<p>I only took a quick glance but the code in GroupInfo does not appear to have been updated to address the problems mentionned in this article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
