Perfil de GregGreg Olsen - Yellow Duck...FotosBlogListas Ferramentas Ajuda

Blog


24 de setembro

CRM 4.0 - Change Notes or Activities of an Entity

When you create an entity with CRM 4.0 you will make a decision to allow Notes or Activities for the given entity as shown below.

CRMEntity

Out of the box with CRM 4.0 this section shown above is greyed out once the entity is created, which means it cannot be changed.

However, I have a solution which allows you to change this without having to delete the entity and all your hard work in order to change it.

Follow the steps below to change the Notes or Activities for your entity (Note: This is NOT supported, so only do this at your own risk):

  • Export the entity to you want to change (Go to Settings > Customization > Export Customizations and select the entity and choose Export Selected Customizations)
  • Unzip the customisations.zip file to obtain the XML file
  • Open the XML file in Notepad.exe (or XML editor of your choice)
  • Locate the XML node within the customisations.xml file:

<HasRelatedNotes>True</HasRelatedNotes>
<HasRelatedActivities>True</HasRelatedActivities>

The values inside these two attributes indicate if the entity should have Notes or Activities. Set each one to True if you require them, otherwise False to not allow them for the entity.

  • Backup all your customizations i.e. Export All Customizations. Once you have made the XML change, delete the entity with your CRM 4.0 system you want to change. Yes this is ok. You have just exported it.
  • Use Settings > Customization > Import Customizations and import the XML file which contains your entity.
  • Publish your customizations.
  • Now check your entity. You should notice the section with Note and Activities will be set depending on your values set in the XML file earlier.

Easy!

Now that must save you a lot of work.  Remember this is NOT supported, so only do this at your own risk. However I have done this in the past will successful results.

Greg Olsen
Yellow Duck Guy

08 de setembro

North Shore .NET User Group - VS2010 & TFS2010 - What's New?

INAUGURAL NORTH SHORE USERGROUP
VS2010 and TFS2010 – What’s New?
Presented by Adam Cogan, Microsoft Regional Director and MVP
 
Date: 
Thursday 17th September 2009
Gather at 5:45pm, starting at 6:00pm 
Catering: Pizza & Drinks
Door Charge: Free! 
Venue: Quadrangle B; Seminar Room 3(QB3), Massey University, Albany (find a map 
here)Map of Room Location

 

Register here: please reply to  nsug.net@live.com or sign up to the user group at http://nsug-dotnet.groups.live.com

Visual Studio 2010  and Team Foundation Server 2010 – What’s new?  Adam will take you through some of the new features of both these products. Some of the features Adam will look to cover include,  branch visualisation, build automation, hierarchical work items, SharePoint dashboards, and others. If you are at all looking at TFS 2010 as a release to adopt, this session is a must to understand the value you'll be getting.

Adam Cogan

SSW Chief Architect, Microsoft Regional Director and MVP (TFS + VSTS), SSW

Adam Cogan is the Chief Architect at SSW, a Microsoft Certified Gold Partner specializing in custom .NET, SharePoint and Business Intelligence solutions. At SSW, Adam is also a Team System MVP and Microsoft Regional Director.

 
Yellow Duck Guy
Greg Olsen