Monthly Archives: June 2013

SnapShot! 1.8 for Dynamics CRM Released

I made a change to how the Entities are extracted from Dynamics CRM.  Previously, the Entity had to have the CanAddAttributes flag set to true but using this setting left certain Entities out of the list. I’ve modified it to extract any Entity with the IsCustomizable flag set to true. Thanks to Jerry Weinstock for […]

Continue reading

.NET Upgrade: Interesting Workflow Activity Upgrade Issue

I ran into an interesting issue today upgrading a custom workflow activity.  I received this error: <OrganizationServiceFault xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">   <ErrorCode>-2147200995</ErrorCode>   <ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />   <Message>Duplicate workflow activity group name: ”, activity name: ‘Assign email regarding to case’.</Message>   <Timestamp>2013-06-14T19:45:24.1533902Z</Timestamp>   <InnerFault>     <ErrorCode>-2147200995</ErrorCode>     <ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />     <Message>Duplicate workflow activity group name: […]

Continue reading

.NET Upgrade: Interesting Workflow Activity Upgrade Issue

I ran into an interesting issue today upgrading a custom workflow activity.  I received this error: <OrganizationServiceFault xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">   <ErrorCode>-2147200995</ErrorCode>   <ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />   <Message>Duplicate workflow activity group name: ”, activity name: ‘Assign email regarding to case’.</Message>   <Timestamp>2013-06-14T19:45:24.1533902Z</Timestamp>   <InnerFault>     <ErrorCode>-2147200995</ErrorCode>     <ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />     <Message>Duplicate workflow activity group name: […]

Continue reading

JavaScript Upgrade Strategies webinar follow-up

The recording today’s webinar is now up: http://www.xrmvirtual.com/events/javascript_upgrade_crm2011_Mitch_Milam Here are the main talking points from today’s meeting: Strategies: Here are the strategies I follow when performing an upgrade from CRM 4.0 to CRM 2011: #1: Create a test environment #2: Upgrade your object model #3: Use Visual Studio (with add-ins) #4: Reorganize your functions #5: […]

Continue reading

JavaScript Upgrade Strategies webinar follow-up

The recording today’s webinar is now up: http://www.xrmvirtual.com/events/javascript_upgrade_crm2011_Mitch_Milam Here are the main talking points from today’s meeting: Strategies: Here are the strategies I follow when performing an upgrade from CRM 4.0 to CRM 2011: #1: Create a test environment #2: Upgrade your object model #3: Use Visual Studio (with add-ins) #4: Reorganize your functions #5: […]

Continue reading