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.