<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bradley M. Law &#187; Configuration</title>
	<atom:link href="http://bradleymlaw.com/wp/category/crm-40/configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradleymlaw.com/wp</link>
	<description>Technology, CRM and Stuff. Thoughts within thoughts...within thoughts.</description>
	<lastBuildDate>Wed, 07 Sep 2011 11:40:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CRM &#8211; Making field required based on Lookup Value, NOT picklist&#8230;</title>
		<link>http://bradleymlaw.com/wp/2010/07/30/crm-making-field-required-based-on-lookup-value-not-picklist/</link>
		<comments>http://bradleymlaw.com/wp/2010/07/30/crm-making-field-required-based-on-lookup-value-not-picklist/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:30:02 +0000</pubDate>
		<dc:creator>bradlaw</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[CRM 4.0]]></category>

		<guid isPermaLink="false">http://bradleymlaw.com/wp/?p=383</guid>
		<description><![CDATA[I posted this question to the CRM Forums here and got some good feedback from Rhett Clinton. if(crmForm.all.new_salesstageid.DataValue != null &#38;&#38; crmForm.all.new_salesstageid.DataValue[0].name != &#34;1&#34;) crmForm.SetFieldReqLevel(&#34;new_projectmanagerid&#34;, 1); else crmForm.SetFieldReqLevel(&#34;new_projectmanagerid&#34;, 0); And here is an example that works with multipe options if(crmForm.all.new_salesstageid.DataValue != null) { switch(crmForm.all.new_salesstageid.DataValue[0].name) { case &#34;1&#34;: case &#34;2&#34;: crmForm.SetFieldReqLevel(&#34;new_projectmanagerid&#34;, 1); break; default: crmForm.SetFieldReqLevel(&#34;new_projectmanagerid&#34;, 0); [...]]]></description>
			<content:encoded><![CDATA[<p>I posted this question to the CRM Forums <a href="http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/26bc01b5-b170-41b1-a6eb-7e630a745002">here </a>and got some good feedback from Rhett Clinton.</p>
<pre class="brush: php; title: ;">
if(crmForm.all.new_salesstageid.DataValue != null &amp;&amp; crmForm.all.new_salesstageid.DataValue[0].name != &quot;1&quot;)
crmForm.SetFieldReqLevel(&quot;new_projectmanagerid&quot;, 1);

else

crmForm.SetFieldReqLevel(&quot;new_projectmanagerid&quot;, 0);
</pre>
<p>And here is an example that works with multipe options</p>
<pre class="brush: php; title: ;">
if(crmForm.all.new_salesstageid.DataValue != null) {

    switch(crmForm.all.new_salesstageid.DataValue[0].name) {
        case &quot;1&quot;:
        case &quot;2&quot;:
            crmForm.SetFieldReqLevel(&quot;new_projectmanagerid&quot;, 1);
            break;
        default:
             crmForm.SetFieldReqLevel(&quot;new_projectmanagerid&quot;, 0);
      break;
    }

}
else
{
    crmForm.SetFieldReqLevel(&quot;new_projectmanagerid&quot;, 0);
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bradleymlaw.com/wp/2010/07/30/crm-making-field-required-based-on-lookup-value-not-picklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize Marketing List Members (List Member View) CRM 4.0</title>
		<link>http://bradleymlaw.com/wp/2009/02/18/customize-marketing-list-members-list-member-view/</link>
		<comments>http://bradleymlaw.com/wp/2009/02/18/customize-marketing-list-members-list-member-view/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:34:50 +0000</pubDate>
		<dc:creator>bradlaw</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[CRM 4.0]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://bradleymlaw.com/wp/2009/02/18/customize-marketing-list-members-list-member-view/</guid>
		<description><![CDATA[One of the sales guys initiated a question on updating the columns for the Marketing List Members View in CRM 4.0. I was less than optomistic on how, but I found the following blog posting from the Microsoft Dynamics CRM Team Blog which shows you how. Whew, an odd one at best I must say? [...]]]></description>
			<content:encoded><![CDATA[<p>One of the sales guys initiated a question on updating the columns for the Marketing List Members View in CRM 4.0. I was less than optomistic on how, but I found the following blog posting from the Microsoft Dynamics CRM Team Blog which shows you how. Whew, an odd one at best I must say?</p>
<p>http://blogs.msdn.com/crm/archive/2008/04/02/customize-marketing-list-list-member-view.aspx</p>
<div class="wp-caption alignnone" style="width: 498px"><img alt="Marketing List Members" src="http://blogs.msdn.com/blogfiles/crm/WindowsLiveWriter/CustomizeMarketingListListMemberView_9C51/clip_image002_thumb.jpg" title="Marketing List Members" width="488" height="250" /><p class="wp-caption-text">Marketing List Members</p></div>
]]></content:encoded>
			<wfw:commentRss>http://bradleymlaw.com/wp/2009/02/18/customize-marketing-list-members-list-member-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

