<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Bradley M. Law</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Cloud Computing, Front and Center &#8211; CIO.gov</title>
		<description><![CDATA[I am responsible for Customer Relationship Management at the Department of Homeland Security Office of the CIO, Enterprise System Development Organization. This article in CIO.gov mentions the efforts around Cloud Computing and CRM is mentioned which I am responsible for. Direct HTML Link: http://bit.ly/ngnw0T Direct Highlighted PDF Link: http://bit.ly/nlELXU]]></description>
		<link>http://bradleymlaw.com/wp/2011/09/07/cloud-computing-front-and-center/</link>
			</item>
	<item>
		<title>Installing Dynamics CRM 2011 via Upgrade Option &#8211; Outlook Integration on Development Server</title>
		<description><![CDATA[I am currently in the process of installing CRM 2011 &#8220;On premise&#8221; into a development and testing enviornments.  Thought the upgrade process I found several errors and other items that I researched. This list, although wihtout screen shots was for documenting the issues I encountered along the way. Next edit will actually add the errors [...]]]></description>
		<link>http://bradleymlaw.com/wp/2011/04/11/installing-dynamics-crm-2011-via-upgrade-option-outlook-integration-on-development-server/</link>
			</item>
	<item>
		<title>Resolution for &#8220;Invalid User Authentication&#8221; by re-linking a user’s CRM account to Active Directory</title>
		<description><![CDATA[Resolution for &#8220;Invalid User Authentication&#8221; by re-linking a user’s CRM account to Active Directory]]></description>
		<link>http://bradleymlaw.com/wp/2011/03/24/resolution-for-invalid-user-authentication-by-re-linking-a-user%e2%80%99s-crm-account-to-active-directory/</link>
			</item>
	<item>
		<title>CRM Manual Registration Tool</title>
		<description><![CDATA[Just in case I ever need it again: http://crmdelacreme.blogspot.com/ Microsoft Dynamics CRM Registration Tool (1)]]></description>
		<link>http://bradleymlaw.com/wp/2011/03/22/crm-manual-registration-tool/</link>
			</item>
	<item>
		<title>Performance Point &amp; Dynamics CRM</title>
		<description><![CDATA[Customer Effective - Creating Dashboards with Performance Point 2007 destination CRM &#8211; Microsoft Brings Analytics to the Desktop]]></description>
		<link>http://bradleymlaw.com/wp/2011/01/11/performance-point-crm/</link>
			</item>
	<item>
		<title>Setting Field Equal to Another Field</title>
		<description><![CDATA[Sets a normal txt field equal to a lookup field if(crmForm.all.new_projectnameid.DataValue!=null) var applicationname = crmForm.all.new_projectnameid.DataValue[0].name; crmForm.all.new_applicationname.DataValue = applicationname; crmForm.all.new_applicationname.ForceSubmit = true; Sets a text field equal to another text field crmForm.all.new_applicationname=new_name; crmForm.all.new_applicationname.ForceSubmit = true; This ensures a lookup field (project name) is not empty and application is empty (application name) if (crmForm.all.new_projectnameid.DataValue!=null &#38;&#38; crmForm.all.new_applicationname.DataValue==null ) [...]]]></description>
		<link>http://bradleymlaw.com/wp/2010/10/20/setting-field-equal-to-another-field/</link>
			</item>
	<item>
		<title>CRM 2011 Resources and Tools</title>
		<description><![CDATA[General CRM 2011 Tools and Downloads CRM 2011 Beta Download CRM 2011 Beta Online Login CRM Beta Download: http://crm.dynamics.com CRM 2011 Resources Press Release: Microsoft Releases Global Beta of Next-Generation CRM Product CRM 2011 Javascript Converter by Rhett Clinton Beta Virtual Machine Installation by CRM Scape Creating a MS CRM 2011 VM Part 1 of [...]]]></description>
		<link>http://bradleymlaw.com/wp/2010/09/22/crm-2011-resources-and-tools/</link>
			</item>
	<item>
		<title>Setting the Default Date of a form to the current date with Record Creation</title>
		<description><![CDATA[THis script will set the default date of a form, this script is important because it sets the default date only for the Create form and not the update form. Otherwise the onload event will always set the date to the current date, even if its been updated. Credit to Sonomoa Partners. var CRM_FORM_TYPE_CREATE = [...]]]></description>
		<link>http://bradleymlaw.com/wp/2010/08/16/392/</link>
			</item>
	<item>
		<title>CRM &#8211; Making field required based on Lookup Value, NOT picklist&#8230;</title>
		<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>
		<link>http://bradleymlaw.com/wp/2010/07/30/crm-making-field-required-based-on-lookup-value-not-picklist/</link>
			</item>
	<item>
		<title>CRM Picklist Values for Report Paramaters</title>
		<description><![CDATA[Great way to pull report parameters by Customer Effective here.]]></description>
		<link>http://bradleymlaw.com/wp/2010/07/24/crm-picklist-values-for-report-paramaters/</link>
			</item>
</channel>
</rss>

