<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Saleslogix - Add To Adhoc Group Smart Part</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Project/ProjectRss.aspx</link><description>Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.</description><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Fri, 25 Apr 2008 21:41:47 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080425P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Alternatively&lt;/b&gt;, you can download and install the bundle.  It will automatically install the smart part onto the Account, Contact and Opportunity pages.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Limitations&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Does not work well for the Admin user&lt;/li&gt;&lt;li&gt;No unit tests (boo)&lt;/li&gt;&lt;li&gt;After you add a record to a new ad-hoc group you have to refresh the page to see the group in the list&lt;/li&gt;&lt;li&gt;No way to &lt;b&gt;remove&lt;/b&gt; a record from the ad-hoc group&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Sun, 06 Apr 2008 06:28:10 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080406A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Alternatively&lt;/b&gt;, you can download and install the bundle.  It will automatically install the smart part onto the Account, Contact and Opportunity pages.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Limitations&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Does not work well for the Admin user&lt;/li&gt;&lt;li&gt;No unit tests (boo)&lt;/li&gt;&lt;li&gt;After you add a record to a new add-hoc group you have to refresh the page to see the group in the list&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Thu, 27 Mar 2008 02:24:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080327A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Alternatively&lt;/b&gt;, you can download and install the bundle.  It will automatically install the smart part onto the Account, Contact and Opportunity pages.&lt;br /&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Thu, 27 Mar 2008 02:03:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080327A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt; &lt;br /&gt;Alternatively, you can download and install the bundle.  It will automatically install the smart part onto the Account, Contact and Opportunity pages.&lt;br /&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Thu, 27 Mar 2008 02:02:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080327A</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Thu, 27 Mar 2008 02:00:30 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080327A</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Thu, 27 Mar 2008 01:57:58 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080327A</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Thu, 27 Mar 2008 01:57:32 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080327A</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Thu, 27 Mar 2008 01:30:13 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080327A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Alternatively&lt;/b&gt;, you can download and install the bundle.  It will automatically install the smart part onto the Account, Contact and Opportunity pages.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Limitations&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Does not work well for the Admin user&lt;/li&gt;&lt;li&gt;No unit tests (boo)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Wed, 26 Mar 2008 23:13:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080326P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Alternatively&lt;/b&gt;, you can download and install the bundle.  It will automatically install the smart part onto the Account, Contact and Opportunity pages.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Limitations&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Does not work well for the Admin user&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Wed, 26 Mar 2008 23:13:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080326P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt; &lt;br /&gt;&lt;b&gt;Alternatively&lt;/b&gt;, you can download and install the bundle.  It will automatically install the smart part onto the Account, Contact and Opportunity pages.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Limitations *&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Does not work well for the Admin user&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Wed, 26 Mar 2008 23:12:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080326P</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Wed, 26 Mar 2008 22:41:12 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080326P</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Wed, 26 Mar 2008 22:32:42 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080326P</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Wed, 26 Mar 2008 22:28:23 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080326P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt;&lt;pre&gt;
.dlgcontrols li {
	padding-top: 10px;
}
 
.dlgbuttons li {
	padding-top: 5px;
}
&lt;/pre&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Wed, 26 Mar 2008 22:26:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080326P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;/li&gt;&lt;li&gt;Add the resulting files to your web client support files.  You will need to copy the files in the correct subdirectories:&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of the entity pages for which you want the menu to display.  Set the workspace as DialogWorkspace and leave the mode as blank (so it displays for both Detail and List view)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;{&amp;quot;&lt;br /&gt;.dlgcontrols li {&lt;br /&gt;	padding-top: 10px;&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;.dlgbuttons li {&lt;br /&gt;	padding-top: 5px;&lt;br /&gt;}&lt;br /&gt;&amp;quot;}&lt;br /&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Wed, 26 Mar 2008 22:26:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080326P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Compile the project.  You may have to remap the references to point&lt;/li&gt;
&lt;/ul&gt;all the Sage assemblies to the correct spot.  Alternatively, download the binary distribution.&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Add the resulting files to your web client support files.  You will&lt;/li&gt;
&lt;/ul&gt;need to copy the files in the correct subdirectories:&lt;br /&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;bin/SSSWorld.Slx72.SmartPartCollection.AddToAdhocGroup.dll&lt;/li&gt;&lt;li&gt;SmartParts/General/AddToAdhocGroup.ascx&lt;/li&gt;&lt;li&gt;SmartParts/General/App_LocalResources/AddToAdhocGroup.ascx.resx&lt;/li&gt;&lt;li&gt;SmartParts/Lookup/LookupView.ascx&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Add the custom &amp;quot;AddToAdhocGroup&amp;quot; smart part to the smart part list of &lt;/li&gt;
&lt;/ul&gt;the entity pages for which you want the menu to display.  Set the workspace&lt;br /&gt;as DialogWorkspace and leave the mode as blank (so it displays for both &lt;br /&gt;Detail and List view)&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Style it with the following classes in your CSS: dlgcontrols and dlgbuttons.  For example:&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;.dlgcontrols li {&lt;br /&gt;	padding-top: 10px;&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;.dlgbuttons li {&lt;br /&gt;	padding-top: 5px;&lt;br /&gt;}&lt;br /&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Wed, 26 Mar 2008 22:25:40 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080326P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Smart part for the SLX 72 web client - allows you to add any record to existing or new ad-hoc groups.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=slxaddtoaddhocgroup&amp;amp;DownloadId=1347" alt="Add To Adhoc Group.png" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>NicGaller</author><pubDate>Wed, 26 Mar 2008 22:24:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080326P</guid></item><item><title>UPDATED RELEASE: Version 1.0 (Mar 26, 2008)</title><link>http://code.msdn.microsoft.com/slxaddtoaddhocgroup/Release/ProjectReleases.aspx?ReleaseId=724</link><description>Source code for the Add to Adhoc Group smartpart.  See the documentation within and on the home page.</description><author></author><pubDate>Wed, 26 Mar 2008 08:32:31 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 1.0 (Mar 26, 2008) 20080326A</guid></item></channel></rss>