<?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 for merill.net</title>
	<atom:link href="http://merill.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://merill.net</link>
	<description>Thinking in .NET</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:23:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Implementing Business Rules in a SharePoint list by Hassan</title>
		<link>http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/comment-page-1/#comment-1286</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/#comment-1286</guid>
		<description>That&#039;s why I callled it quick and dirty :)
Yes, if you are a developer then implementing even receivers is the better option.</description>
		<content:encoded><![CDATA[<p>That&#8217;s why I callled it quick and dirty <img src='http://merill.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Yes, if you are a developer then implementing even receivers is the better option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Business Rules in a SharePoint list by merill</title>
		<link>http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/comment-page-1/#comment-1267</link>
		<dc:creator>merill</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/#comment-1267</guid>
		<description>I misunderstood the first comment. Your right, we can use a workflow to verify if the current user is in the admin group/role and then reset the value and I would bet this is the best way that a SharePoint administrator would go about.

But if your a developer I would recommend the event receiver route as it is cleaner, with immediate validation and not having to create duplicate columns for each field that is to be validated.</description>
		<content:encoded><![CDATA[<p>I misunderstood the first comment. Your right, we can use a workflow to verify if the current user is in the admin group/role and then reset the value and I would bet this is the best way that a SharePoint administrator would go about.</p>
<p>But if your a developer I would recommend the event receiver route as it is cleaner, with immediate validation and not having to create duplicate columns for each field that is to be validated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Business Rules in a SharePoint list by Hassan</title>
		<link>http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/comment-page-1/#comment-1260</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/#comment-1260</guid>
		<description>Workflows run under context of System account, however,SP trims the rights in accordance with initiator&#039;s rights when it comes to performing actions inside workflows. So if you modify a field within workflow &#039;system account&#039; will appear as the modifier.

I meant on change check through setting up trigger on changed when you create workflow in SP designer, this is what you mean? Also you can use this activity to check if user belongs to the group or not.
http://spdactivities.codeplex.com/wikipage?title=Is%20User%20a%20member%20of%20a%20SharePoint%20group&amp;referringTitle=Home</description>
		<content:encoded><![CDATA[<p>Workflows run under context of System account, however,SP trims the rights in accordance with initiator&#8217;s rights when it comes to performing actions inside workflows. So if you modify a field within workflow &#8217;system account&#8217; will appear as the modifier.</p>
<p>I meant on change check through setting up trigger on changed when you create workflow in SP designer, this is what you mean? Also you can use this activity to check if user belongs to the group or not.<br />
<a href="http://spdactivities.codeplex.com/wikipage?title=Is%20User%20a%20member%20of%20a%20SharePoint%20group&amp;referringTitle=Home" rel="nofollow">http://spdactivities.codeplex.com/wikipage?title=Is%20User%20a%20member%20of%20a%20SharePoint%20group&amp;referringTitle=Home</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Business Rules in a SharePoint list by merill</title>
		<link>http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/comment-page-1/#comment-1259</link>
		<dc:creator>merill</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/#comment-1259</guid>
		<description>The one flaw with this method is that declarative workflows run in the context of the user who triggered the workflow so it will be impossible to tell who changed the value.
&lt;a href=&quot;http://blogs.msdn.com/sharepointdesigner/archive/2008/09/28/declarative-workflows-and-user-context.aspx&quot; rel=&quot;nofollow&quot;&gt;

Besides how would you implement the on change check without writing an event receiver?</description>
		<content:encoded><![CDATA[<p>The one flaw with this method is that declarative workflows run in the context of the user who triggered the workflow so it will be impossible to tell who changed the value.<br />
<a href="http://blogs.msdn.com/sharepointdesigner/archive/2008/09/28/declarative-workflows-and-user-context.aspx" rel="nofollow"></p>
<p>Besides how would you implement the on change check without writing an event receiver?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Business Rules in a SharePoint list by Hassan</title>
		<link>http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/comment-page-1/#comment-1258</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2010/02/implementing-business-rules-in-a-sharepoint-list/#comment-1258</guid>
		<description>Merill,
There could be a workaround, quick and dirty, I didn&#039;t try but in theory can work. 

1. Enable workflows

2. Add a hidden column

3. On create save the value in the restricted column to the hidden column

4. On change check who modified the column value. If the user belonged to admin group save the value in the hidden column, if not then restore the previous value from hidden column back to the restricted column.

5. You can send an email to the person who modified the value, in case you just want to tell him the change for that field has been reverted. 

quick and dirty, isn&#039;t it :)</description>
		<content:encoded><![CDATA[<p>Merill,<br />
There could be a workaround, quick and dirty, I didn&#8217;t try but in theory can work. </p>
<p>1. Enable workflows</p>
<p>2. Add a hidden column</p>
<p>3. On create save the value in the restricted column to the hidden column</p>
<p>4. On change check who modified the column value. If the user belonged to admin group save the value in the hidden column, if not then restore the previous value from hidden column back to the restricted column.</p>
<p>5. You can send an email to the person who modified the value, in case you just want to tell him the change for that field has been reverted. </p>
<p>quick and dirty, isn&#8217;t it <img src='http://merill.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DasBlog to BlogML Converter by dasBlog auf Wordpess umziehen</title>
		<link>http://merill.net/2008/03/dasblog-to-blogml-converter/comment-page-1/#comment-1233</link>
		<dc:creator>dasBlog auf Wordpess umziehen</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:50:57 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/03/DasBlog-to-BlogML-Converter.aspx#comment-1233</guid>
		<description>[...] BlogML Converter herunterladen [...]</description>
		<content:encoded><![CDATA[<p>[...] BlogML Converter herunterladen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show Folder Tree in Windows 7 Explorer by Dave the Techie</title>
		<link>http://merill.net/2009/04/show-folder-tree-in-windows-7-explorer/comment-page-1/#comment-1221</link>
		<dc:creator>Dave the Techie</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/04/show-folder-tree-in-windows-7-explorer/#comment-1221</guid>
		<description>Thanks for the posted above that suggested CubicExplorer, I will try it out. And I agree with you that is almost the last straw. Microsoft is arrogant and used to &quot;telling&quot; people how they should use computers and as a result has lost touch with the customer and is rapidly becoming irrelevant.

I&#039;m responsible for my firm&#039;s IT department and this week I am going to recommend a Ubuntu pilot program for all our PCs instead of upgrading to Windows 7. Hopefully we can say goodbye to Windows forever</description>
		<content:encoded><![CDATA[<p>Thanks for the posted above that suggested CubicExplorer, I will try it out. And I agree with you that is almost the last straw. Microsoft is arrogant and used to &#8220;telling&#8221; people how they should use computers and as a result has lost touch with the customer and is rapidly becoming irrelevant.</p>
<p>I&#8217;m responsible for my firm&#8217;s IT department and this week I am going to recommend a Ubuntu pilot program for all our PCs instead of upgrading to Windows 7. Hopefully we can say goodbye to Windows forever</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dell Studio: Slow mouse (touchpad) and missing keys issue by Maarten</title>
		<link>http://merill.net/2009/01/dell-studio-slow-mouse-touchpad-and-missing-keys-issue/comment-page-1/#comment-1217</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/01/dell-studio-slow-mouse-touchpad-and-missing-keys-issue/#comment-1217</guid>
		<description>Could you tell me what bios version you updated to?</description>
		<content:encoded><![CDATA[<p>Could you tell me what bios version you updated to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WCF Performance Optimization Tips by Steve</title>
		<link>http://merill.net/2008/10/wcf-performance-optimization-tips/comment-page-1/#comment-1214</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:17:31 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/10/WCF-Performance-Optimization-Tips.aspx#comment-1214</guid>
		<description>@Michael

Use HTTPS</description>
		<content:encoded><![CDATA[<p>@Michael</p>
<p>Use HTTPS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show Folder Tree in Windows 7 Explorer by rustedme</title>
		<link>http://merill.net/2009/04/show-folder-tree-in-windows-7-explorer/comment-page-1/#comment-1213</link>
		<dc:creator>rustedme</dc:creator>
		<pubDate>Tue, 16 Feb 2010 04:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://merill.net/2009/04/show-folder-tree-in-windows-7-explorer/#comment-1213</guid>
		<description>“Automatically expand to current folder”  is one thing but still you couldn&#039;t see files in folders by just using the page up or down keys to move from one to another folder as in Window XP (you have to click or press Enter to see files in Win7 - too much clicking using Win7!)

Any one know how?</description>
		<content:encoded><![CDATA[<p>“Automatically expand to current folder”  is one thing but still you couldn&#8217;t see files in folders by just using the page up or down keys to move from one to another folder as in Window XP (you have to click or press Enter to see files in Win7 &#8211; too much clicking using Win7!)</p>
<p>Any one know how?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
