Import Error : Creating Duplicate fields
-
2012년 5월 10일 목요일 오후 3:21
Hi All,
I have customized account entity and renamed it "Customer" also I have added new field "Notes" on Customer form. Now I am trying to import newly created solution where I have added this customer entity from one to amother environment. It is imported successfully.
But in account form , the "Notes" field is showing for two time.
Please any one can suggest the solution.
-Regards
Anand
모든 응답
-
2012년 5월 10일 목요일 오후 3:29중재자It seems both notes attribute having different field name, check their field name (your solution->Entity->fields)
Mahain : Check My Blog
Follow me on Twitter
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.- 편집됨 Mahender PalMVP, Moderator 2012년 5월 10일 목요일 오후 3:29
-
2012년 5월 10일 목요일 오후 5:49
Hello Anand W:
First verify both the fields and check their field names. If they are different but display name is same, its not any issue.
Let me know if this is the case else I will provide the solution for next issue.
Enjoy...:)
Saurabh Gupta, MS CRM 2011 Software Development Engineer
-
2012년 5월 25일 금요일 오후 1:44
Thanks Mahendar and Saurabh for reply.
It was error of import of Managed and unmanaged solution. I imported 1st as Unmanaged solution and 2nd time as managed solution and got this error. Don't know why this happened.
But to solve this error I have to remove soulution from environment.
Regards,
Anand
-
2012년 6월 7일 목요일 오후 8:54
Upadates on above...
I have added new section and added fields in that. when I overwrite solution, CRM overwriting new and previous sections hence creating duplicate fields.. Is there any workaround for this.
-Anand
-
2012년 6월 7일 목요일 오후 9:05
Hi Anand,
Given that you've deployed the unmanaged solution first and managed solution later, if there are things that are in unmanaged but not in managed, CRM will take the unmanaged one.
So essentially what happened during the merging process is the unmanaged customizations will win. And that's what's causing the duplicate fields / sections.
What you should've done is deployed the managed solution and stick to deploying managed.
Hope this helps.
Dimaz Pramudya | CSG (Melbourne) | http://www.xrmbits.com | dimaz@xrmbits.com If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"
- 답변으로 제안됨 Dimaz Pramudya (www.xrmbits.com) 2012년 6월 7일 목요일 오후 9:05
- 답변으로 표시됨 Anand Wani- CRM 2012년 6월 29일 금요일 오후 4:10
-
2012년 6월 21일 목요일 오전 9:20
Hi Dimaz,
Appreciated your workaround. That's help me a lot. Thank You.
Another workaround I have found here is that I am not overwriting solutions on another server. Every time I am creating new solution in first server and exporting to new server and deleting previous one solution from new server so that new server will have only updated solution.
-Anand Wani