MS CRM 4.0: Single Build file (DLL)
-
Thursday, January 17, 2013 11:39 PM
Hello All,
I have two requirements R1 and R2.
R1 has been tested and ready to go to live
R2 is under testing.
I want to deploy R1 but it contains R2 as well, how to handle this situation...
Thanks
Hassan
Hassan
- Edited by Hassanz Thursday, January 17, 2013 11:46 PM make ti related to CRM
All Replies
-
Friday, January 18, 2013 11:16 PM
Hi Hassan,
It is very difficult to analyze your above scenario.
If your R1 and R2 requirements overlap only in code but are totally separate functionality, then you can simply comment out the code (meaning if the R1 and R2 functionality doesn't overlap). So comment out the code in custom workflow and plugins. Also if the entity form also has fields for R1 and R2, then in JScript hide the fields for R2 and make live the R1.
In case R1 and R2 also has overlapping functionality, then I can't see any way you can make R1 live. As R1 depends on R2 for functionality. In this case I suggest wait till R2 testing is complete and all together is ready to go live.
I have been there before in my previous CRM 4.0 environment. I had scenarios where functionality did not overlap. So it was easy and as simple as hiding fields and code which is not ready yet.
I hope this helps. If my response answered your question, please mark the response as an answer and also vote as helpful.
Ashish Mahajan, Microsoft Dynamics CRM Solutions Architect, CSG (Melbourne)
My Personal Website: http://www.ashishmahajan.com
My Blogs: http://ashishmahajancrm.blogspot.com.au and http://ashishmahajancrm.wordpress.com
My Youtube Channel: http://www.youtube.com/user/ashishmahajanmscrm
My Twitter: https://twitter.com/#!/ashishmahajan74My Linkedin: 
- Proposed As Answer by Ashish Mahajan Australia (Architect) Friday, January 18, 2013 11:16 PM