How to migrate CRM Recurring Appointments
We find it is quite tricky when working with recurring appointment. In this blog post, we will demonstrate how to migrate recurring appointment data. You may find it extremely easy to handle the tricky situation by using our software.
Changes required when making CRM Service Calls in SSIS Script Component
In our most recent release of SSIS Integration Toolkit v7.1 for Microsoft Dynamics CRM, we updated our support for SSIS 2016 and 2014. With this release there is a requirement to update your script component in order to work with the latest release.
Solving the "Paging cookie is required" error
When using FetchXML query to read data from Microsoft Dynamics CRM server, you might run into an error complaining "Paging cookie is required when trying to retrieve a set of records on any high pages". We have a solution for this error.
Upcoming SSIS & Integration Toolkit Training Courses
Our next block of training courses are schedules to begin August 18th. Contact us now to reserve your spot!
Detect SDK Capabilities by Checking CRM Server Version
With the introduction of all the nice features in CRM Online 2015 Update 1 release, there needs to be a way to detect whether the server is on a particular version so that it can handle those new features.
New CRM SDK Feature - New Query Operators
Query is further enhanced in CRM Online 2015 Update 1 release, which now offers some new query operators that can be used in FetchXML and QueryExpression.
New CRM SDK Feature - Optimistic Concurrency
In your Microsoft Dynamics CRM environment, data changes often happen at the same time for the same record, which sometimes could result in data loss. With the introduction of Optimistic Concurrency feature in CRM Online 2015 Update 1 release, you have a way to detect whether the record has been changed since the last time it was retrieved, which can help mitigate such potential data loss.
New CRM SDK Feature - Transactional Batching
Data integrity is critical to business. Transactional support is one of the important ways to ensure data integrity, which is something that you often run into in your CRM data integration project. The introduction of "Transaction Batching" feature in CRM Online 2015 Update 1 release is an important step forward as it enables an important integration scenario.