Solutions found from Microsoft forum.
If rollups installing/uninstalling does not helps, try exucute this sql on your_mscrm database:
UPDATE [dbo].[RelationshipView] SET [CascadeDelete] = 2
WHERE [IsCustomRelationship] = 0 AND [CascadeDelete] = 0
If rollups installing/uninstalling does not helps, try exucute this sql on your
UPDATE [dbo].[RelationshipView] SET [CascadeDelete] = 2
WHERE [IsCustomRelationship] = 0 AND [CascadeDelete] = 0
wow, fantastic. it helps!! thanks
ReplyDelete