Dynamics CRM update from 2015 Update 1 to CRM 2016 - dynamics-crm-online

I have a Production instance on CRM 2015 Update 1. Once I update to Dynamics CRM 2016 and get a Sandbox instance after that, will the new Sandbox instance after I update to 2016 be the new 2016 version or the Dynamics CRM 2015 Update 1 version?

I'm pretty sure that new Sandbox will be CRM 2016 based.

I'm assuming you already have a sandbox 2015 update 1 instance, but your question sounds like you'll get a sandbox after you upgrade. Our normal upgrade process is to upgrade the sandbox first, perform some system tests, and then send the "All Clear" message to have the production instance updated. You'll want to follow these steps as well to ensure that an update doesn't break any of your customizations.

Related

Entity Change Tracking in Dynamics 365 8.2 (On Premise)

Is Entity Change Tracking supported in version 8.2 on-premise?
I couldn't find an actual article from Microsoft that confirms this.
Use change tracking to synchronize data with external systems
For Microsoft Dynamics CRM Online organizations, this feature is available only if your organization has updated to Dynamics CRM Online 2015 Update 1. This feature is not available for Dynamics CRM (on-premises).

Restoring CRM Organizations after Dynamics 365 upgrade

We recently upgraded to Dynamics 365 from CRM Online 2016. As a result all our CRM Organizations and Regions are no longer appearing in the Unified Service Desk CRM Organization selection window. Kindly advise on how to restore.
It Seems that you were force updated, acoording to the Update Policy the minor version supported is n-2 (8.1 in the current scenario) if you want to go back to 8.0 it won't be possible cause isn't supported any more, if you want to go back to any of the supported previous versions could restore one of the snapshot of the database that if aven't pass more than 3 days, in that case you could create a customer support ticket and ask for an older backup
Hope it helps

Prevent Update Rollup for CRM 2011 running on Outlook 2013

we've been running to problems lately when our CRM 2011 automatically updates to the latest rollup (17 I think) coming from rollup 5. So what we've been doing now to resolve the problem is to uninstall the rollup since we're perfectly fine without the Rollup anyway. The problem is, after uninstalling the updates it just automatically updates itself again after some random time.
So the question is, is there a way to prevent CRM 2011 from automatically updating the Rollup? Any help is appreciated.
Thank you!
Update Rollup for Dynamics CRM can be applied to the Server or to the Client Outlook.
In your case you are referring to the Client Outlook, if the rollup is automatically installed you need to change the settings inside Windows Update, because the Update Rollup are also released using that channel.

How to install MS Dynamics CRM 2013 on 2 tiers (App + DB)?

I need to install MS Dynamics CRM 2013 on two tiers. I have two VMs and I want to install the database of the CRM on one instance and the app of the CRM on the other instance.
Kindly guide me how can this be done.
Regards,
F. Ali
I'd start out by looking at the Microsoft Dynamics CRM 2013 Implementation Guide and then asking a more pointed question if you run into a problem.
Here is the online version of the installation instructions: http://technet.microsoft.com/en-us/library/hh699742(v=crm.6).aspx
Install SQL Server on one VM and the CRM on the other, the installation will ask for the name of the SQL Server to use as part of the process.

Dynamics CRM Online 2011 vs Dynamics CRM Online 2013 [API Changes]

I am doing some research on building integrations for Microsoft Dynamics CRM Online. The integration I am building will be for Dynamics CRM Online 2013, but I am curious if the 2013 version shares an API with the 2011 version.
Does anyone know if an integration built for Dynamics CRM Online 2013 will be backwards compatible with Dynamics CRM Online 2011?
Any insight here would be appreciated.
Also, if anyone has good resources for working with these API's using Ruby that would be awesome...
Thanks!
I wrote some integration for CRM 2011 Online (C# and PHP/SOAP) and I can happily say both still work.
Any integration written with CRM4 in mind would need some modifications I believe (this may just be changing the endpoints) but 2011 and 2013 seem to work ok together.
If you are wanting to connect using a non .Net language be careful as it can be significantly more painful then creating a wrapper for the web service then talking to that from Ruby.
To connect with a non .Net language you need to use SOAP. I have put some posts here (PHP code but it should be easy enough to convert)
http://crmtroubleshoot.blogspot.com.au/2013/07/dynamics-crm-2011-php-and-soap-using.html
I currently don't have it working with Active Directory authentication though!
Everything that I've read about the API changes from 2011 to 2013 has boiled down to the removal of the CRM 4 aspx endpoint. Besides that, most of the changes to CRM are front end.
I read somewhere that a solution made in 2013 can't be exported in 2011. So I don't think will be retro-compatible.
Chapter-
Introduction to solutions
here it is from the SDK:
Version compatibility
Solutions exported from an older version can be imported into newer versions. Solutions exported from newer versions cannot be imported into older versions. This includes major and minor version differences.
Solutions exported from a Microsoft Dynamics CRM 2011 environment or a Microsoft Dynamics CRM Online organization prior to the Fall '13 Service Update can be imported into organizations using the initial release of Microsoft Dynamics CRM 2013 and Microsoft Dynamics CRM Online Fall '13 Service Update. However as updates are applied and include new features or metadata definitions, these new features or definitions cannot be included in a solution that is installed on an organization that is not current with the definition that the solution was exported from.

Resources