feridun

Add notes or activities to a custom entity after creating it

I am indebted to David Fronk, Dynamic Methods Inc. for this article: http://dmcrm.blogspot.com/2008/01/adding-notes-or-activities-to-existing… “After a bit of searching and a random idea about reimporting my XML into an existing entity I found my answer. I exported the entity XML hoping to import it on top of an existing custom entity that had Notes and Activities […]

Add notes or activities to a custom entity after creating it Read More »

Problems when using Host Headers

If host headers are used for the CRM web site a number of problems may occur including, workflows stuck at waiting, duplicate detection rules not working, Outlook configuration not working and so on. The issue appears to be how rows in the DeploymentProperties table in MSCRM_CONFIG are configured. To check whether this is the issue,

Problems when using Host Headers Read More »

Hiding Sections on Forms

One method is to use the physical order in which a section appears on a tab (starting at number 0). // This hides section number 1 on tab 0, i.e. the second section on the first tab HideSection( 0 , 1 , “none” );function HideSection( tabIndex , sectionIndex , displayType ){var tab2Hide = document.getElementById( “tab”

Hiding Sections on Forms Read More »

Microsoft Dynamics CRM Web Sites

Microsoft Dynamics CRM – The Microsoft Dynamics CRM Web site is the place to go for information on all things CRM. You’ll find everything from an introduction to CRM and its value to your business to white papers, product specifications, customer testimonials, links to CRM communities, and much more. Resource Center – The Resource Center

Microsoft Dynamics CRM Web Sites Read More »

Republish CRM 4.0 Reports

If the CRM reports get removed from the SQL Reporting Services Server they can be republished at the CRM server by using a command-line program. Navigate to the CRM installation folder, usually C:Program FilesMicrosoft Dynamics CRM and then to Tools. Within this folder run the following command: C:Program FilesMicrosoft Dynamics CRMTools> PublishReports “organizationname” where organization

Republish CRM 4.0 Reports Read More »

List Web Part for CRM 4.0 and SharePoint

The List Web Part for CRM 4.0 and SharePoint Services 3.0 and SharePoint Server 2007  was released on 17th December 2008. Download from:http://www.microsoft.com/downloads/details.aspx?FamilyID=3b6eb884-ec15-4… As of Dynamics CRM 2015 Online Update 1 the SharePoint List Component is deprecated, you are advised to switch to server-based integration, see http://blogs.msdn.com/b/crm/archive/2015/05/15/dynamics-crm-2015-update-1-list-component-deprecation.aspx

List Web Part for CRM 4.0 and SharePoint Read More »