Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>We track a full history of changes to Entities by working on separate development organizations, and checking in our changes in Source Control afterwards. </p> <p>You can use the <a href="https://community.dynamics.com/crm/b/crmmusings/archive/2012/05/31/solution-packager-enable-source-control-for-solutions-in-crm-2011.aspx#.Ub7yHUA3DwQ" rel="nofollow">Solution Packager for Microsoft Dynamics 2011</a> to help you do this.</p> <p>A typical <strong>development</strong> flow would be </p> <ul> <li>Developers develop against their own personal development organization (Online/On-premise), in a solution with the same publisher / name</li> <li>They export the developer solution</li> <li>They unpack the zip file into the XML structure</li> <li>And check it into source control, merging it with the master version</li> </ul> <p>A typical <strong>deployment into the integration organization</strong> would be</p> <ul> <li>Get a latest version of the XML structure from source control</li> <li>Package it into a .zip solution</li> <li>Import it into the integration organization</li> </ul> <p>This way, you have a full history of all changes, linked to the developers, and you can make controlled merges, using merging tools you're familiar with.</p> <p><strong>Reference:</strong> Microsoft released a very thorough whitepaper on Lifecycle management. Read about it <a href="http://blogs.msdn.com/b/crm/archive/2013/05/17/release-alm-for-microsoft-dynamics-crm-2011-crm-solution-lifecycle-management.aspx" rel="nofollow">here</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload