Find and Merge CRM Duplicates With Ease Using SSIS Productivity Pack
This blog demonstrates how to use our SSIS Duplicate Detector component to find and merge duplicates with ease in CRM.
Our Week at UG Summit 2016 in Tampa, Florida
A breif recap of our week at UG Summit 2016 in Tampa Florida as CRMUG Sponsor Attendees.
How to Move Active Directory Objects with Ease
This blog demonstrates how to use our Directory Services toolkit to move and rename users, computers, groups, and service accounts to a new container path.
Announcing Migration Starter Pack for CRM Online and CRM On-Premise
CRM migration can be a daunting task as there are many things that can go wrong during the migration development process. For this reason, we are very excited to announce the general availability of a sample CRM migration package that you can take, use and even customize to your specific migration needs. We hope you find this useful.
Migrating CRM Activity Entities Properly
There are a few challenges when trying to migrate CRM activity entities. In this blog post, we will try to address some of those challenges and show you some ETL design patterns that you can use for your CRM activity migration.
Implement BDD functionality using RowIndex function in the SSIS Productivity Pack
SSIS Balanced Data Distributor has been commonly used for distributing incoming rows to multiple SSIS destination components to help improve integration performance. However BDD comes with a few limitations. In this blog post, I will show you a better way to implement it without sacrifice from the those limitations.
Migrate Quote From One Dynamics CRM System to Another
In this blog post, we will showcase the best practices that you can use to migrate CRM quote data from one CRM organization to another.
Migrating old CRM KB Article data to the new Knowledge Article
In this blog post, we will demonstrate how to use our software to migrate old KbArticle data to the new knowledgebase along with taking care of the versioning issue by creating new knowledge records and updating the latest version of the existing article records.
Using CRM Alternate Key(s) for Lookup Purpose in SSIS
CRM 2015 Update 1 introduced the Alternate Key feature which can be used for Update and Upsert function as an alternative way to identify a CRM record in addition to the primary key. However there is one more scenario that this feature can be useful as well, but may have been overlooked, which is to use the Alternate Key for lookup purpose. In this blog post, I will show you how we have enabled the feature for lookup purpose.
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.