Cloud Computing, Front and Center – CIO.gov

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

CRM Manual Registration Tool

Just in case I ever need it again: http://crmdelacreme.blogspot.com/ Microsoft Dynamics CRM Registration Tool (1)

Performance Point & Dynamics CRM

Customer Effective – Creating Dashboards with Performance Point 2007 destination CRM – Microsoft Brings Analytics to the Desktop

CRM Picklist Values for Report Paramaters

Great way to pull report parameters by Customer Effective here.

Setting attribute description as a tooltip for a field in entities forms in Microsoft Dynamics CRM 4.0

Great code I have not tried yet but I am certain I will need it by ANDRIY A33IK BUTENKO

Add IFRAME to a form, system and custom entities plus format IFRAME

This is a great piece of code I put together by merging two sets of code. Basically the following creates an IFRAME and formats the IFRAME in a professional manner. // Builds a string for the source attribute of an IFrame // Credit is given to Michael Hohne and Andrew Zimmer for the following code. [...]

CRM 4.0 Concatenate Lookup Fields or regular fields on Form

Found a couple of solutions posted in the MS forums on this post, I had the best luck with the following: To start update new_OpportunityID and new_ContactID with your fields, this example concatenates the Opportunity ID and Contact ID lookup fields. var lookupItemOppID = new Array; lookupItemOppID = crmForm.all.new_OpportunityID.DataValue; var vOpportunityID= (lookupItemOppID[0] != null) ? [...]

Creating a CRM 4.0 test/training organization from your production organization

Great article on creating a CRM 4.0 test/training organization from your production organizationhttp://www.wipfli.com/BlogPost_MCRM_Blog_8_12_09.aspx

Removing the CRM For Outlook button appears in Microsoft Dynamics CRM

Made the mistake of leaving the “CRM for Outlook” button my web form before turning users loose into a UAT preparation enviornment. Here is an article on removing the link from the Microsoft Support Site @ http://support.microsoft.com/kb/2004601 This is interesting. Looks like others have been searcing perhaps? Note This is a “FAST PUBLISH” article created [...]

CRM Volume License Key & Product Registration

Received this note from MS on pre-pided CRM Volume License Keys! In my case I had already copied all instalaltion media over to the new hardware from an old product download. Then I went searcing for my license key to find out its pre-pidded in the Volume Licensing .iso file still on the MS site. [...]